Skip to content

Releases: jcchavezs/zipkin-instrumentation-symfony

Version 3.1.0

23 Dec 20:38
6185bf1
Compare
Choose a tag to compare

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

08 Nov 08:29
cb2a1d4
Compare
Choose a tag to compare
Version 3.1.0-rc.1 Pre-release
Pre-release

What's Changed

Full Changelog: 3.0.1...3.1.0-rc.1

Version 3.0.1

23 Oct 19:27
7518deb
Compare
Choose a tag to compare

This release fixes an issue related to the span naming. See #81 for more details.

[BREAKING] Intermediate Step between 2.x and 3.x

05 Oct 14:21
Compare
Choose a tag to compare

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

02 Oct 12:05
ecc56a4
Compare
Choose a tag to compare

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

08 Apr 21:10
2336399
Compare
Choose a tag to compare

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.

  1. Upgrades PHPUnit to version 6.
  2. Improves performance of the context extraction by using a fixed getter.
  3. Uses the Symfony request attributes to store the scope closer, removing the global scopeCloser state.
  4. Adds support for the onKernelResponse event making traces more accurate.
  5. Improves tests for Symfony 5.0 across different PHP versions.

Version 2.4.1

01 Apr 10:16
eb4f83a
Compare
Choose a tag to compare

Fixes a typehint error in the onKernelException listener - thanks to @xespona and @marc-gr

Version 2.4.0

31 Mar 20:23
c2c82d5
Compare
Choose a tag to compare
  • Adds support for custom samplers.
  • Adds support for Symfony 5.0

Version 2.3.0

09 Jun 06:52
1ca8856
Compare
Choose a tag to compare

This version adds support for kernel.controller listener. See #45 for more details.

Version 2.2.1

21 Mar 16:08
666308d
Compare
Choose a tag to compare