Releases: jcchavezs/zipkin-php-opentracing
Releases · jcchavezs/zipkin-php-opentracing
Version 2.0.4
What's Changed
- Added check for ignore_active_span option when starting a span by @person-unko in #67
New Contributors
- @person-unko made their first contribution in #67
Full Changelog: 2.0.3...2.0.4
Version 2.0.3
What's Changed
- Update
openzipkin/zipkin
to version^3.0.0
by @huangdijia in #65
New Contributors
- @huangdijia made their first contribution in #65
Full Changelog: 2.0.2...2.0.3
Version 2.0.2
2.0.1
Fixes a bug with the scope inside the span which wasn't needed anyways.
What's Changed
- Fixed bug that typed property $scope must not be accessed before initialization. by @limingxinleo in #60
- chore: removes unused API around the scope in a span as it was not used and more so, misleading. by @jcchavezs in #61
Full Changelog: 2.0.0...2.0.1
Version 2.0.0
This version adds support for Zipkin PHP 3.0 and turns compatibility into 7.4+
Version 1.0.0
This version uses OpenTracing PHP 1.0
Version 0.2.0
This version uses Zipkin 2.0 underneath and sets the minimum PHP version in 7.1
Version 0.1.5
Fixes the injection for a noop span. Related to hyperf/hyperf#1687 (comment)
Version 0.1.4
Version 0.1.3
This version bumps version zipkin 1.3.4
.