Releases: jonahgeorge/jaeger-client-php
Releases · jonahgeorge/jaeger-client-php
v1.4.4
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
- #124: Allow usage of
psr/log
v2 and v3
- #125: Allow usage of
psr/cache
v3
v1.4.2
- #123: Add missing tags when using Jaeger.thrift dispatch modes
v1.4.1
Features
- #118: Fixed PHP 8.1 deprecation warining
v1.4.0
Features
- #116: Allow usage of
psr/cache
v2
v1.3.0
Features
- #78: Added support for IPv6
Fixes
- #115: Remove unused library
phlib/base_convert
v1.2.5
Fixes
- #109: Fix for sub-span overflow
v1.2.4
Fixes
- #108: Don't raise
TTransportException
when buffer size limit excesses. Log a message with WARNING
log level instead
v1.2.3
Fixes
- #62: Throw
TTransportException
on socket_send
warnings about buffer size limit excesses