Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@jcchavezs jcchavezs released this 02 Oct 11:49
· 29 commits to master since this release
e33b254

Version 2.0 is here. This release was mainly motivated by the new type system introduced in PHP 7.0 but in the way new amazing features appeared.

Features

Bugfixes

  • Lowercase span name and service name as per swagger definition
  • RequestHeaders setter puts the value, overriding it if already exists

Breaking changes

  • Minimum supported version PHP 7.1
  • Added typing to signatures
  • Removed metrics API

Notice we did our best to not to break compatibility with 1.x users but it was impossible for some cases (e.g. custom samplers) but other than that there are not other major changes.