OpenTelemetry - CNCF/opentelemetry-php: Release 0.0.14
Name: opentelemetry-php
Owner: OpenTelemetry - CNCF
Release: 0.0.14 Release
Released: 2022-08-10
License: Apache-2.0
Release Assets:
What's Changed
- Remove deprecated ResourceConstants by @CalinBolea in https://github.com/open-telemetry/opentelemetry-php/pull/761
- adding help to makefile by @brettmc in https://github.com/open-telemetry/opentelemetry-php/pull/762
- Invalid @covers annotations in SpanTest create warning in PHPunit runs by @amber0612 in https://github.com/open-telemetry/opentelemetry-php/pull/752
- logging more errors by @brettmc in https://github.com/open-telemetry/opentelemetry-php/pull/764
- Remove automatic
::shutdown()
, addShutdownHandler::register()
by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/760 - Add polyfills for PHP 8.0, 8.1, 8.2 by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/768
- Add Span InMemoryExporter by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/775
- return no-op span builder after shutdown by @brettmc in https://github.com/open-telemetry/opentelemetry-php/pull/765
- Adding event dispatcher by @brettmc in https://github.com/open-telemetry/opentelemetry-php/pull/763
- Add DsnParser + Otlp/HttpEndpointResolver and remove dependency on nyholm/dsn by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/767
- store root dispatcher in a static var by @brettmc in https://github.com/open-telemetry/opentelemetry-php/pull/780
- Add basic coding guidelines section in DEVELOPMENT by @tidal in https://github.com/open-telemetry/opentelemetry-php/pull/781
- Use of "iterable" Type May Need Re-Evaluation Across the Repo by @amber0612 in https://github.com/open-telemetry/opentelemetry-php/pull/783
- Use of "iterable" Type May Need Re-Evaluation Across the Repo by @amber0612 in https://github.com/open-telemetry/opentelemetry-php/pull/784
- Remove
null
default value from parameters that are nevernull
by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/779 - Add basic cancellation support for async implementations by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/782
- Fix incorrect autoload path by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/791
- Documentation + shutdown handling in examples by @brettmc in https://github.com/open-telemetry/opentelemetry-php/pull/792
- Add support for concurrent exports by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/790
- Add metrics implementation by @Nevay in https://github.com/open-telemetry/opentelemetry-php/pull/750
New Contributors
- @CalinBolea made their first contribution in https://github.com/open-telemetry/opentelemetry-php/pull/761
Full Changelog: https://github.com/open-telemetry/opentelemetry-php/compare/0.0.13...0.0.14