All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - 2022-07-29
New major release!
See the upgrade guide to know what are the BC breaks.
New example repository to quickly play with the handler if needed.
- ✨ Support for Sentry SDK ^3.1 - @Wirone (398ee2)
- ✨ Support Monolog 3 - @B-Galati (f2a708)
- 📝 Update doc for the V2 - @B-Galati (0166a1)
- 👷 Remove Travis and init GitHub Actions - @B-Galati (652f58)
- 👷 Migrate to GitHub Actions - @B-Galati (fe1807)
- ⬆️ Upgrade to PHPUnit 9 - @B-Galati (24cb5b)
- ⬆️ Upgrade to PHP CS Fixer 3 - @B-Galati (3ac9dd)
- 🔧 Improve Makefile default behavior - @B-Galati (57b0b2)
- 🔧 Update branch alias to work with main and version 2 - @B-Galati (f285c5)
- 🔧 Update PHPStan and fix the version - @B-Galati (59440a)
1.2.2 - 2020-09-04
- 📝 Add filter deprecation logs to the doc - @B-Galati (e1c70a)
- 📝 Update Symfony guide - @B-Galati (727706)
- 🔧 Bump minimal version of Sentry SDK to 2.3.2 - @B-Galati (808ce2)
- 🐛 fix #21 - Filtering records should not crash the handler - @B-Galati (323c11)
- ✨ Allow PHP 8 - @B-Galati (30cfe7)
- 🔧 Update PHPStan - @B-Galati (183b84)
- 🔧 Remove snapshot usage for php7.4 in travis - @B-Galati (fb9e5d)
- 🔧 Use CS fixer in Travis instead of PrettyCI - @B-Galati (5a4551)
- 🔧 Fix Sentry deprecated in tests code - @B-Galati (f94ac9)
- 🔧 Add PHP nightly to the CI - @B-Galati (ce7acb)
- 🔧 Move SYMFONY_DEPRECATIONS_HELPER to phpunit.xml.dist - @B-Galati (864569)
- 🔧 Use dev stability deps with nightly build - @B-Galati (7d6957)
1.2.1 - 2019-12-13
- Support initial value being null on array_reduce (#16) - @jandeschuttere (095d6d)
1.2.0 - 2019-11-06
- Add extension points (fix #3) (#12)
See the doc!
- Re-add .gitattributes as it makes dist lighter (#11)
- Suggest Symfony HttplugClient in symfony guide (#13)
- Use Fatal instead of critical level for breadcrumbs (Critical is deprecated) (fix #9) (#11)
- Flush messages on Handler write (fix #10) (#11)
- Bump sentry SDK minimum version to 2.2.3 (#11)
1.1.0 - 2019-09-26
- Monolog v2 compatibility (fix #4)
- Bump dependency to "sentry/sentry:^2.2.1" (fix #6)
- Document how to use another http client than curl HTTPlug (fix #7)
- Update doc
- Remove .gitattributes
1.0.0 - 2019-08-17
- First version of
SentryHandler