Skip to content

v3.4.6

Latest

Choose a tag to compare

@HecFranco HecFranco released this 28 Aug 22:48
· 9 commits to main since this release

Release v3.4.6: fix duplicate PerformanceMetricsSubscriber registration.

Changelog

Fixed

  • PerformanceMetricsSubscriber – Removed duplicate kernel event registration caused by combining EventSubscriberInterface / getSubscribedEvents() with #[AsEventListener] on the same methods. Registration is now only via EventSubscriberInterface (priorities unchanged: kernel.request 31, kernel.terminate -1024). Hosts that forced autoconfigure: false to avoid double metrics can drop that override after upgrading.

Commits

  • Release v3.4.6: fix duplicate PerformanceMetricsSubscriber registration. (1a0c500)
  • chore(deps): refresh Composer lockfiles. (88b600e)