Opentracing Php Versions Save

OpenTracing API for PHP

1.0.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/opentracing/opentracing-php/compare/1.0.1...1.0.2

1.0.0

3 years ago

By popular demand we release 1.0.0

1.0.0-beta6

5 years ago

Deprecates PHP 5.6 and introduces some PHP 7.1 features in tests only.

1.0.0-beta5

6 years ago

This release includes a rework in the in process context propagation API after some iterations over the existing implementation. The API is now more similar to the Java one and the fundamental difference is now the Span is not anymore aware of the Scope.

1.0.0-beta4

6 years ago

This new version includes breaking changes in the API (#51, #53 and #49) and adds the implementation for a mock tracer (#21).

Thanks to @ellisv for the API simplifications and @beberlei, @StymiedSloth and @masterada for the feedback in the mock tracer.

1.0.0-beta3

6 years ago
  • Added support for the in-process context.
  • Moved Ext to Tags.

1.0.0-beta2

6 years ago

Removed carriers and also Writer/Reader interfaces in order to give it more flexibility to the API.