You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

106 lines
1.8 KiB

3 years ago
  1. # Changelog
  2. All notable changes to `flare-client-php` will be documented in this file
  3. ## 1.8.1 - 2021-05-31
  4. - improve compatibility with Symfony 5.3
  5. ## 1.8.0 - 2021-04-30
  6. - add ability to ignore errors and exceptions (#23)
  7. - fix curl parameters
  8. ## 1.7.0 - 2021-04-12
  9. - use new Flare endpoint and allow 1 redirect to it
  10. ## 1.6.1 - 2021-04-08
  11. - make `censorRequestBodyFields` chainable
  12. ## 1.6.0 - 2021-04-08
  13. - add ability to censor request body fields (#18)
  14. ## 1.5.0 - 2021-03-31
  15. - add `determineVersionUsing`
  16. ## 1.4.0 - 2021-02-16
  17. - remove custom grouping
  18. ## 1.3.7 - 2020-10-21
  19. - allow PHP 8
  20. ## 1.3.6 - 2020-09-18
  21. - remove `larapack/dd` (#15)
  22. ## 1.3.5 - 2020-08-26
  23. - allow Laravel 8 (#13)
  24. ## 1.3.4 - 2020-07-14
  25. - use directory separator constant
  26. ## 1.3.3 - 2020-07-14
  27. - fix tests by requiring symfony/mime
  28. - display real exception class for view errors (see https://github.com/facade/ignition/discussions/237)
  29. ## 1.3.2 - 2020-03-02
  30. - allow L7
  31. ## 1.3.1 - 2019-12-15
  32. - allow var-dumper v5.0
  33. ## 1.3.0 - 2019-11-27
  34. - Allow custom grouping types
  35. ## 1.2.1 - 2019-11-19
  36. - Let `registerFlareHandlers` return $this
  37. ## 1.2.0 - 2019-11-19
  38. - Add `registerFlareHandlers` method to register error and exception handlers in non-Laravel applications
  39. - Fix get requests with query parameters (#4)
  40. ## 1.1.2 - 2019-11-08
  41. - Ignore invalid mime type detection issues
  42. ## 1.1.1 - 2019-10-07
  43. - Wrap filesize detection in try-catch block
  44. ## 1.1.0 - 2019-09-27
  45. - Add ability to log messages
  46. ## 1.0.4 - 2019-09-11
  47. - Fixes an issue when sending exceptions inside a queue worker
  48. ## 1.0.3 - 2019-09-05
  49. - Ensure valid session data
  50. ## 1.0.2 - 2019-09-05
  51. - Fix error when uploading multiple files using an array name
  52. ## 1.0.1 - 2019-09-02
  53. - Fix issue with uploaded files in request context
  54. ## 1.0.0 - 2019-08-30
  55. - initial release