Releases: jonahgeorge/jaeger-client-php
Releases · jonahgeorge/jaeger-client-php
v1.2.2
Fixes
- #102: Added types support for span tags
v1.2.1
Fixes
- #100: Thrift version updated
v1.2.0
Features
- #38: Implemented Jaeger.Thrift protocol
- #37: Implemented
Sender\HttpSender
for sending Jaeger.Thrift over binary protocol to a collector running on port 14268 via HTTP
v1.0.1
Fixes
- #95: Fixed the return type for
Jaeger\SpanContext::withBaggageItems
v1.0.0
Features
-
#87: Allow to configure whether to use one span per RPC
-
#88: Added ability to configure via env-vars
-
#89: Config:: getSampler
will return now ProbabilisticSampler
either when the sampler is not defined, or when it is SAMPLER_TYPE_REMOTE
-
#94: Upgrade opentracing to 1.0
Breaking Changes
- #94: PHP 7.0 is no longer supported
v0.6.0
Features
- #85: Support configuring tags to be added to each span
v0.5.1
Fixes
- #84: Increase max tag value length to 1024
v0.5.0
Features
- #83: Added support for further OpenTracing library versions
v0.4.4
Fixes
- #80: Make tracer use the correct method to get the hostname