Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jan 22:10
· 7 commits to main since this release

What's new

  • Added support for PHP 8.4 (#130) (PR #132)
  • Drop PHP 8.0 support due to end of life and lack of security updates (#128) (PR #129)
  • Automatic transaction span with configurable grouping (#125) (PR #126)
  • Enabled curl auto instrumentation (#121) (PR #121)
  • Enabled MySQLi instrumentation (#135) (PR #145)
  • Debug mode to instrument all user functions (#144) (PR #144)
  • Selective logging level per feature (#103) (PR #112)
  • Forced OTLP Exporter to send customized EDOT User-Agent header (#123) (PR #133)

Technical news

  • Added static check and GitHub workflow for it (#137) (PR #137)
  • Autoloader for Elastic classes (#115), Use EDOT logging in OTel logging (#116) (PR #117)
  • Implemented automatic github release notes generator and changlog helper script (#122) (PR #127)
  • Moved ignore platform requirements from build script to composer file. (#143) (PR #143)
  • Adapted code to assume .php.template files converted to .php (#138) (PR #138)
  • Switch ARM64 build from qemu to native runner (#108) (PR #111)
  • Update toolset to latest gcc and conan (#108) (PR #110)

Bug fixes

  • Don't throw exception if instrumented function is missing (#142) (PR #142)

Full changelog: v0.2.0...v0.3.0