Skip to content

Release v2.0.19

Choose a tag to compare

@github-actions github-actions released this 09 Jun 21:30

v2.0.19

Symfony 8.1: fix tagged iterator deprecation for notification channels
(NotificationChannelsPass).

See docs/CHANGELOG.md.

Changelog

Fixed

  • Symfony 8.1NotificationService no longer triggers the symfony/dependency-injection deprecation about $defaultIndexMethod / $defaultPriorityMethod on tagged iterators. A NotificationChannelsPass compiler pass wires notification channels with a version-safe TaggedIteratorArgument; custom channels still use the nowo_performance.notification_channel tag.

Added

  • Tests – Unit tests for NotificationChannelsPass.

Commits

  • Release v2.0.19: Symfony 8.1 tagged iterator compatibility (e203c21)