Skip to content

Release v2.0.3

Choose a tag to compare

@github-actions github-actions released this 29 Jan 08:58

docs: release 2.0.3 - fix getMainRequest compatibility

Changelog

Fixed

  • Request ID on sub-requests – Fixed "undefined method getMainRequest of Request" when running on Symfony or HttpFoundation versions where Request::getMainRequest() does not exist. The subscriber now uses RequestStack::getMainRequest() (or getMasterRequest() on older Symfony) to resolve the main request for sharing the request ID with sub-requests. No schema or config changes.

Commits

  • docs: release 2.0.3 - fix getMainRequest compatibility (d76ed7a)
  • fix: Enhance compatibility for Symfony < 5.3 by using RequestStack to retrieve main request (f6fbc9d)
  • Merge branch 'main' of github.com:nowo-tech/PerformanceBundle into main (6e56f38)
  • Apply PHP CS Fixer fixes [skip ci] (7970621)