Skip to content

Version 2.4.2

Compare
Choose a tag to compare
@jcchavezs jcchavezs released this 08 Apr 21:10
· 73 commits to master since this release
2336399

This new version includes a bunch of improvements. Most of them aim to improve support for Symfony 5.0 and use global state as less as possible.

  1. Upgrades PHPUnit to version 6.
  2. Improves performance of the context extraction by using a fixed getter.
  3. Uses the Symfony request attributes to store the scope closer, removing the global scopeCloser state.
  4. Adds support for the onKernelResponse event making traces more accurate.
  5. Improves tests for Symfony 5.0 across different PHP versions.