Skip to content

Version 3.0

Compare
Choose a tag to compare
@jcchavezs jcchavezs released this 18 Nov 09:06
· 6 commits to master since this release
d981ecf

This version includes improvements in the API by introducing PHP attribute types in classes and also restricts support for PHP 7.4+.
The new feature introduced is the MySQL instrumentation.

What's Changed

  • PHP 8: upgrade middlewares, phpunit and replace guzzle psr7 with nyholm by @andrei-dascalu in #203
  • chore(http-reporter): removes retrocompatibility constructor signature in #205
  • Restrict support for PHP 7.4 in #211
  • Removes span to array as it is deprecated in #212
  • Uses unknown servicename in #216
  • feat: adds Mysqli instrumentation in #150
  • Allow different versions of psr/log for better compatibility by @adiachenko in #219

Thanks to the new contributors @andrei-dascalu and @adiachenko and others for the feedback.

Full Changelog: 2.0.2...3.0.0