OpenTelemetry - CNCF/opentelemetry-php: Release 0.0.12
Name: opentelemetry-php
Owner: OpenTelemetry - CNCF
Release: 0.0.12 Release
Released: 2022-06-22
License: Apache-2.0
Release Assets:
What's Changed
- Bump guzzlehttp/guzzle from 7.4.0 to 7.4.3 in /examples/distributed-tracing/src by @dependabot in https://github.com/open-telemetry/opentelemetry-php/pull/685
- Fix composer package replacements by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/684
- Add validation for package composer files by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/687
- Remove invalid dependency in contrib composer config by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/692
- adding scope detach to examples by @brettmc in https://github.com/open-telemetry/opentelemetry-php/pull/693
- Update framework integration docs by @yuktea in https://github.com/open-telemetry/opentelemetry-php/pull/689
- #632 : Move stack trace formatting out of Span class by @amber0612 in https://github.com/open-telemetry/opentelemetry-php/pull/694
- Fix spelling of OpenTelemetry in readme by @alanwest in https://github.com/open-telemetry/opentelemetry-php/pull/698
- Improve StackTraceFormatter by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/697
- Prevent creation of invalid trace id / span id in RandomIdGenerator by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/699
- fixing BC alias for InstrumentationLibrary by @brettmc in https://github.com/open-telemetry/opentelemetry-php/pull/706
- Bump guzzlehttp/guzzle from 7.4.3 to 7.4.4 in /examples/distributed-tracing/src by @dependabot in https://github.com/open-telemetry/opentelemetry-php/pull/707
- Fix W3C test service by @yuktea in https://github.com/open-telemetry/opentelemetry-php/pull/686
- Fix overriding attribute increases total count by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/710
- Change
Sampler
s to returnnull
instead of provided attributes by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/713 - Cleanup/fix context package by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/711
- Add package validate call to CI by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/714
- Upgrade deptrac by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/717
- Add package information to README by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/719
- Prevent leaking
TracerProvider
inregister_shutdown_function()
by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/716 - Bump guzzlehttp/guzzle from 7.4.4 to 7.4.5 in /examples/distributed-tracing/src by @dependabot in https://github.com/open-telemetry/opentelemetry-php/pull/722
New Contributors
- @amber0612 made their first contribution in https://github.com/open-telemetry/opentelemetry-php/pull/694
- @alanwest made their first contribution in https://github.com/open-telemetry/opentelemetry-php/pull/698
Full Changelog: https://github.com/open-telemetry/opentelemetry-php/compare/0.0.11...0.0.12