Skip to content

Release v3.3.1

Choose a tag to compare

@github-actions github-actions released this 03 Aug 12:46
· 37 commits to main since this release

v3.3.1

Initialize optional PerformanceMetricsService cacheService and eventDispatcher to null.

See docs/CHANGELOG.md and docs/UPGRADING.md.

Changelog

Fixed

  • PerformanceMetricsService – Initialize optional $cacheService and $eventDispatcher to null so unit construction without #[Required] setters does not fatal on instanceof checks (CI PHPUnit on Symfony 7.0 / 7.4).

Documentation


Commits

  • Release v3.3.1: initialize optional PerformanceMetricsService deps. (1bd486a)
  • Fix uninitialized optional deps in PerformanceMetricsService. (9db6d42)