Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Releases: nenad/opencensus-php

v0.7.2

13 Feb 09:52
50805cb
Compare
Choose a tag to compare

Fixes Guzzle middleware namespace.

v0.7.1

17 Sep 13:07
cbccbc2
Compare
Choose a tag to compare
  • Prevent accidental header override when using Guzzle 5 integration

v0.7.0

13 Sep 08:21
737e4d6
Compare
Choose a tag to compare
  • [BC] Changes the Guzzle EventSubscriber signature, and adds more information about the request and response

v0.6.0

04 Sep 22:31
3f75517
Compare
Choose a tag to compare

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

08 Apr 20:27
6337d1d
Compare
Choose a tag to compare

Remove ExporterInterface::export() return type

v0.5.5

02 Apr 14:03
37931cd
Compare
Choose a tag to compare

Fixed TypeError when a new context was given to B3PropagationHeader to extract.

v0.5.4

01 Apr 21:21
43eeb34
Compare
Choose a tag to compare

Add more parameter types and return types.

v0.5.3

28 Mar 21:12
4cea3aa
Compare
Choose a tag to compare
  • Change the PropagatorInterface to use HeaderSetter and HeaderGetter similar to Node implementation.
  • Add types in the tracing part of PHP