Releases: nenad/opencensus-php
Releases · nenad/opencensus-php
v0.7.2
Compare
Sorry, something went wrong.
No results found
nenad
released this
13 Feb 09:52
Fixes Guzzle middleware namespace.
v0.7.1
Compare
Sorry, something went wrong.
No results found
nenad
released this
17 Sep 13:07
Prevent accidental header override when using Guzzle 5 integration
v0.7.0
Compare
Sorry, something went wrong.
No results found
nenad
released this
13 Sep 08:21
[BC] Changes the Guzzle EventSubscriber signature, and adds more information about the request and response
v0.6.0
Compare
Sorry, something went wrong.
No results found
nenad
released this
04 Sep 22:31
Changelog
Increase support for PHP 7.0 (no more fancy typed signatures 😢)
Clean up the CI to remove ZTS jobs and fix broken tests
v0.5.6
Compare
Sorry, something went wrong.
No results found
nenad
released this
08 Apr 20:27
Remove ExporterInterface::export() return type
v0.5.5
Compare
Sorry, something went wrong.
No results found
nenad
released this
02 Apr 14:03
Fixed TypeError when a new context was given to B3PropagationHeader to extract.
v0.5.4
Compare
Sorry, something went wrong.
No results found
nenad
released this
01 Apr 21:21
Add more parameter types and return types.
v0.5.3
Compare
Sorry, something went wrong.
No results found
nenad
released this
28 Mar 21:12
Change the PropagatorInterface to use HeaderSetter and HeaderGetter similar to Node implementation.
Add types in the tracing part of PHP