Skip to content

Releases: jonahgeorge/jaeger-client-php

v1.5.0

26 Aug 09:33
39e35bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.4...v1.5.0

v1.4.4

08 Feb 07:56
3173d9c
Compare
Choose a tag to compare

What's Changed

  • Fixed deprecation warning for Symfony and PHP 7.4 by @Bienne in #126

New Contributors

Full Changelog: v1.4.3...v1.4.4

v1.4.3

26 Jul 21:54
5f3ce14
Compare
Choose a tag to compare
  • #124: Allow usage of psr/log v2 and v3
  • #125: Allow usage of psr/cache v3

v1.4.2

19 Jul 22:55
9135beb
Compare
Choose a tag to compare
  • #123: Add missing tags when using Jaeger.thrift dispatch modes

v1.4.1

11 Apr 21:47
3d56b89
Compare
Choose a tag to compare

Features

  • #118: Fixed PHP 8.1 deprecation warining

v1.4.0

25 Mar 10:50
60a5e60
Compare
Choose a tag to compare

Features

  • #116: Allow usage of psr/cache v2

v1.3.0

05 Jan 09:44
7eac86c
Compare
Choose a tag to compare

Features

  • #78: Added support for IPv6

Fixes

  • #115: Remove unused library phlib/base_convert

v1.2.5

29 Sep 09:38
a48cde0
Compare
Choose a tag to compare

Fixes

  • #109: Fix for sub-span overflow

v1.2.4

15 Sep 09:13
e261065
Compare
Choose a tag to compare

Fixes

  • #108: Don't raise TTransportException when buffer size limit excesses. Log a message with WARNING log level instead

v1.2.3

14 Sep 19:21
98b3af3
Compare
Choose a tag to compare

Fixes

  • #62: Throw TTransportException on socket_send warnings about buffer size limit excesses