Release v2.0.19
v2.0.19
Symfony 8.1: fix tagged iterator deprecation for notification channels
(NotificationChannelsPass).
See docs/CHANGELOG.md.
Changelog
Fixed
- Symfony 8.1 –
NotificationServiceno longer triggers thesymfony/dependency-injectiondeprecation about$defaultIndexMethod/$defaultPriorityMethodon tagged iterators. ANotificationChannelsPasscompiler pass wires notification channels with a version-safeTaggedIteratorArgument; custom channels still use thenowo_performance.notification_channeltag.
Added
- Tests – Unit tests for
NotificationChannelsPass.
Commits
- Release v2.0.19: Symfony 8.1 tagged iterator compatibility (e203c21)