OpenTelemetry - CNCF/opentelemetry-php: Release 0.0.13
Name: opentelemetry-php
Owner: OpenTelemetry - CNCF
Release: 0.0.13 Release
Released: 2022-07-11
License: Apache-2.0
Release Assets:
What's Changed
- Update Semantic Conventions to version 1.12.0 by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/725
- Make
AttributesInterface
immutable by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/724 - Add basic InstrumentationInterface and InstrumentationTrait by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/726
- Transition W3C Trace Context Test Service to Vanilla PHP by @yuktea in https://github.com/open-telemetry/opentelemetry-php/pull/695
- Move development information from the main README into a dedicated DEVELOPMENT.md by @ashmeet-chhabra in https://github.com/open-telemetry/opentelemetry-php/pull/734
- Refactor TraceState's __toString method #727 Span Attributes Documentation#704 by @amber0612 in https://github.com/open-telemetry/opentelemetry-php/pull/729
- Updated Laravel and Symfony quickstarts by @kishannsangani in https://github.com/open-telemetry/opentelemetry-php/pull/696
- Correct error in DEVELOPMENT.md/README.md by @bobstrecansky in https://github.com/open-telemetry/opentelemetry-php/pull/736
- Set indent size for all Yaml files to 2 by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/737
- Add instrumentation scope attributes by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/735
- Add Rector and PHP 7.4 rules by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/739
- Group otlp spans by resource by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/740
- Add link to development doc in to main README by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/745
- Apply rector Code Quality rules by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/743
- Add HTTP Dependency Resolvers by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/744
- Refactor Context by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/746
- Cleaning up the examples a little by @Grunet in https://github.com/open-telemetry/opentelemetry-php/pull/741
- Note about code coverage by @bobstrecansky in https://github.com/open-telemetry/opentelemetry-php/pull/753
- Fix examples/traces/demo by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/755
- Add SDK
TracerProviderInterface
to expose::shutdown()
and::forceFlush()
by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/756 - Tracer references tests by @brettmc in https://github.com/open-telemetry/opentelemetry-php/pull/759
New Contributors
- @ashmeet-chhabra made their first contribution in https://github.com/open-telemetry/opentelemetry-php/pull/734
Full Changelog: https://github.com/open-telemetry/opentelemetry-php/compare/0.0.12...0.0.13