Releases: jonahgeorge/jaeger-client-php
Releases · jonahgeorge/jaeger-client-php
v0.4.3
Fixes
- #75: Fixed unsupported operand types bug when using
addBaggageItem()
and nullable baggage
v0.4.2
Features
- #72: Add support for RateLimitingSampler
Fixes
- #74: Fix issue with traces above
PHP_INT_MAX
being logged as 7fffffffffffffff
v0.4.1
Trivial/Internal Changes
- #70: Decrease log level to debug on init stage
v0.4.0
Features
- #44: Added support for span logs
Trivial/Internal Changes
- #43: Regenerated Thrift classes
- #59: Correct exception logic on
Tracer::inject
and Tracer::extract
so that now only UnsupportedFormat
exception may be thrown
Breaking Changes
- #52: Removed deprecated
SpanContext::withDebugId
Fixes
- #56: Fixed
TextCodec::spanContextFromString
to convert large hex to int64 on trace and span id extraction
- #57: Fixed convert IP to long on x64 arch at
UdpSender::flush
opentracing-php@beta5
v0.3.0
[Closes #28] Upgrade opentracing/opentracing-php to beta5 (#36)
Bugfixes 🐛
Merge pull request #25 from jonahgeorge/bugfixes
Bugfixes
v0.2.0
opentracing/opentracing#1.0.0-beta2
v0.1.0
Add PHP version to JAEGER_CLIENT_VERSION