Skip to content

Releases: opentracing/opentracing-php

Release 1.0.2

27 Jan 20:00
cd60bd1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

Bugfix for return type

12 Jan 20:48
31d2604
Compare
Choose a tag to compare

First release!

10 Dec 08:26
d2466a2
Compare
Choose a tag to compare

By popular demand we release 1.0.0

Version 1.0.0-beta6

07 May 06:36
42eb0e5
Compare
Choose a tag to compare

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

Rework in the in-process context propagation

13 Apr 13:48
19591d4
Compare
Choose a tag to compare

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.

Consistent changes in API methods and adds Mock tracer

18 Mar 08:24
7254d1c
Compare
Choose a tag to compare

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

  • [#51] Introduce setTag method for a Span interface and get rid of setTags c913ee6
  • [#53] Delete $logRecords argument from Span::finish() 6cbe928
  • [#49] Removes SpanContextNotFound exception 9cba9e1
  • [#21] Adds Mock tracer 7254d1c

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

Adds In process context propagation support

09 Feb 03:25
c6c586f
Compare
Choose a tag to compare
  • Added support for the in-process context.
  • Moved Ext to Tags.

Carrier simplification

15 Nov 08:59
ef331f2
Compare
Choose a tag to compare
Pre-release

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