v1.0.0 (Dev 6, 2023)
- Require PHP version 8.2 or higher for version 1.0.0
- Improved the development workflow of contribution with docker powered tests.
v0.8.0 (Apr 5, 2021)
- Added Remote Config feature to fetch project error configuration settings from the remote once every 10 minutes.
- Documented the
remoteConfigoption to enable/disable, enabled by default. (#114)
v0.7.5 (Nov 4, 2020)
- Changed deprecated
keysBlacklistin favor of the new optionkeysBlocklist(#104)
v0.7.4 (October 15, 2020)
- Changed
guzzlehttp/guzzledependency version requirement from^6.3to>=6.3(#109)
v0.4.0 (Sep 7, 2017)
- SendNotice returns notice with id and error keys set.
- Guzzle is now the only built-in HTTP client.
v0.2.4 (May 11, 2017)
- Started sending customizable severity option (defaults to
error) (#55)
v0.2.0 (July 21, 2016)
- Introduced new option:
httpClient(#38)