Releases: jcchavezs/zipkin-instrumentation-symfony
Version 3.1.0
What's Changed
- chore: adds support for PHP 8.0 and 8.1 in #82
- chore: uses Zipkin 3.0 for PHP 7.4, 8.0 and 8.1 in #85
Full Changelog: 3.0.1...3.1.0
Version 3.1.0-rc.1
What's Changed
- chore: adds support for PHP 8.0 and 8.1. by @jcchavezs in #82
Full Changelog: 3.0.1...3.1.0-rc.1
Version 3.0.1
This release fixes an issue related to the span naming. See #81 for more details.
[BREAKING] Intermediate Step between 2.x and 3.x
This is a breaking change in 2.x version that allows people who want to try Zipkin 2.0 but don't want to upgrade from Symfony 3.0 yet. Notice this version also forces to use PHP 7.1.
Version 3.0.0
This release adds support for Zipkin 2.0 and deprecates the Middleware approach class for the KernelListener but maintains retrocompatibility for those using Middleware
. It also deprecates Symfony 3.0 as per EOL and PHP <7.1
Version 2.4.2
This new version includes a bunch of improvements. Most of them aim to improve support for Symfony 5.0 and use global state as less as possible.
- Upgrades PHPUnit to version 6.
- Improves performance of the context extraction by using a fixed getter.
- Uses the Symfony request attributes to store the scope closer, removing the global scopeCloser state.
- Adds support for the
onKernelResponse
event making traces more accurate. - Improves tests for Symfony 5.0 across different PHP versions.
Version 2.4.1
Version 2.4.0
- Adds support for custom samplers.
- Adds support for Symfony 5.0
Version 2.3.0
This version adds support for kernel.controller
listener. See #45 for more details.
Version 2.2.1
- [#43] Fix error status code tag. Thanks to @Landerstraeten and @UrGuardian4ngel for raising this issue.