Skip to content

Latest commit

 

History

History
219 lines (113 loc) · 6.13 KB

CHANGELOG.md

File metadata and controls

219 lines (113 loc) · 6.13 KB

Changelog

All notable changes to flare-client-php will be documented in this file

1.10.0 - 2024-12-02

  • Add support for overriding grouping

1.9.0 - 2024-12-02

What's Changed

  • Fix PHP 8.4 deprecation errors by @Nationalcat in #33
  • Fix implicitly nullable parameters for PHP 8.4 by @maximal in #34

New Contributors

  • @Nationalcat made their first contribution in #33
  • @maximal made their first contribution in #34

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.8.0...1.9.0

1.8.0 - 2024-08-01

  • Fix issues with symphony request payloads not behaving like they should.

1.7.0 - 2024-06-12

What's Changed

  • Refactor solutions by @rubenvanassche in #30

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.6.0...1.7.0

1.6.0 - 2024-05-22

What's Changed

  • Fix incorrect argument order when calling previous error handler by @RasmusStahl in #28

New Contributors

  • @RasmusStahl made their first contribution in #28

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.5.1...1.6.0

1.5.1 - 2024-05-03

What's Changed

  • Feature/configurable error levels by @rubenvanassche in #27

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.5.0...1.5.1

1.5.0 - 2024-05-02

What's Changed

  • Add support for handling errors by @rubenvanassche in #26

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.4.4...1.5.0

1.4.4 - 2024-01-31

What's Changed

  • Drop Carbon dependency from composer.json by @jnoordsij in #23

New Contributors

  • @jnoordsij made their first contribution in #23

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.4.3...1.4.4

1.4.3 - 2023-10-17

What's Changed

  • [1.x] Tests against PHP 8.3 and adds Symfony 7 support by @nunomaduro in #19

New Contributors

  • @nunomaduro made their first contribution in #19

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.4.2...1.4.3

1.4.2 - 2023-07-28

  • Loosen type for previous exception handler

1.4.1 - 2023-07-06

  • Add better support for error exceptions

1.4.0 - 2023-06-28

  • Add support for stack trace arguments

1.3.6 - 2023-04-12

  • recognise AI generated solutions

1.3.5 - 2023-01-23

What's Changed

  • Update composer.json by @driesvints in #3
  • Prepare for Laravel 10 by @freekmurze in #13

New Contributors

  • @driesvints made their first contribution in #3

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.3.2...1.3.5

1.3.4 - 2023-01-23

  • prep for Laravel 10

1.3.3 - 2023-01-23

  • prepare for Laravel 10

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.3.2...1.3.3

1.3.2 - 2022-12-26

  • reset glows

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.3.1...1.3.2

1.3.1 - 2022-11-16

What's Changed

  • Bug: Correct report sending logic by @Jellyfrog in #11

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.3.0...1.3.1

1.3.0 - 2022-08-08

What's Changed

  • Allow reportErrorLevels to be 0 by @Jellyfrog in #9
  • Add support for filtering reports before sending to Flare by @Jellyfrog in #10

New Contributors

  • @Jellyfrog made their first contribution in #9

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.2.0...1.3.0

1.2.0 - 2022-05-16

  • Add php_version as default env context

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.1.1...1.2.0

1.1.1 - 2022-05-11

What's Changed

  • Flat map request headers for PSR request context (47302e83d1b212ebc682bd18d7c27b8027db6c4e)
  • Update .gitattributes by @angeljqv in #6

New Contributors

  • @angeljqv made their first contribution in #6

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.1.0...1.1.1

1.1.0 - 2022-03-11

  • Allow passing an initialised Report instance to report() to Flare

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.0.5...1.1.0

1.0.5 - 2022-03-01

  • Fix exception when stage is null

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.0.4...1.0.5

1.0.4 - 2022-02-28

What's Changed

  • catch throwable instead of exception for getSession failure by @ZeoKnight in #5

New Contributors

  • @ZeoKnight made their first contribution in #5

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.0.3...1.0.4

1.0.3 - 2022-02-25

What's Changed

  • Remove arguments from stacktrace frames (unused in UI and causing issues, see spatie/ignition#48)
  • Update .gitattributes by @PaolaRuby in #4

New Contributors

  • @PaolaRuby made their first contribution in #4

Full Changelog: https://github.com/spatie/flare-client-php/compare/1.0.2...1.0.3

1.0.2 - 2022-02-16

  • avoid crash git info middleware

1.0.1 - 2022-02-04

  • Add censor request headers middleware

1.0.0 - 2022-01-18

  • initial release