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

Releases: nenad/opencensus-php

v0.7.2

Choose a tag to compare

@nenad nenad released this 13 Feb 09:52
50805cb

Fixes Guzzle middleware namespace.

v0.7.1

Choose a tag to compare

@nenad nenad released this 17 Sep 13:07
cbccbc2
  • Prevent accidental header override when using Guzzle 5 integration

v0.7.0

Choose a tag to compare

@nenad nenad released this 13 Sep 08:21
737e4d6
  • [BC] Changes the Guzzle EventSubscriber signature, and adds more information about the request and response

v0.6.0

Choose a tag to compare

@nenad nenad released this 04 Sep 22:31
3f75517

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

Choose a tag to compare

@nenad nenad released this 08 Apr 20:27
6337d1d

Remove ExporterInterface::export() return type

v0.5.5

Choose a tag to compare

@nenad nenad released this 02 Apr 14:03
37931cd

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

v0.5.4

Choose a tag to compare

@nenad nenad released this 01 Apr 21:21
43eeb34

Add more parameter types and return types.

v0.5.3

Choose a tag to compare

@nenad nenad released this 28 Mar 21:12
4cea3aa
  • Change the PropagatorInterface to use HeaderSetter and HeaderGetter similar to Node implementation.
  • Add types in the tracing part of PHP