Skip to content

0.0.14 Release

Compare
Choose a tag to compare
@bobstrecansky bobstrecansky released this 11 Aug 13:10
· 248 commits to main since this release
3ac64f6

What's Changed

  • Remove deprecated ResourceConstants by @CalinBolea in #761
  • adding help to makefile by @brettmc in #762
  • Invalid @Covers annotations in SpanTest create warning in PHPunit runs by @amber0612 in #752
  • logging more errors by @brettmc in #764
  • Remove automatic ::shutdown(), add ShutdownHandler::register() by @Nevay in #760
  • Add polyfills for PHP 8.0, 8.1, 8.2 by @tidal in #768
  • Add Span InMemoryExporter by @tidal in #775
  • return no-op span builder after shutdown by @brettmc in #765
  • Adding event dispatcher by @brettmc in #763
  • Add DsnParser + Otlp/HttpEndpointResolver and remove dependency on nyholm/dsn by @tidal in #767
  • store root dispatcher in a static var by @brettmc in #780
  • Add basic coding guidelines section in DEVELOPMENT by @tidal in #781
  • Use of "iterable" Type May Need Re-Evaluation Across the Repo by @amber0612 in #783
  • Use of "iterable" Type May Need Re-Evaluation Across the Repo by @amber0612 in #784
  • Remove null default value from parameters that are never null by @Nevay in #779
  • Add basic cancellation support for async implementations by @Nevay in #782
  • Fix incorrect autoload path by @Nevay in #791
  • Documentation + shutdown handling in examples by @brettmc in #792
  • Add support for concurrent exports by @Nevay in #790
  • Add metrics implementation by @Nevay in #750

New Contributors

Full Changelog: 0.0.13...0.0.14