Version 11.4.3 du 15/07/2026- Fixed : Errors when stream wrappers instantiate services in constructors because register() is called before container is built.
- Fixed : Invalid use of array union operator.
- Fixed : [regression] Route discovery isn't fully compatible with Symfony routes.
- Fixed : ComponentNegotiator::negotiate() re-runs on every call when no replacement is found.
- Fixed : locale.check_translation route is not protected against CSRF.
- Fixed : Cloning an aggregate entity query shares its aggregate conditions with the original.
- Fixed : WorkspacePublisher doesn't roll back when a PHP Error is thrown during publishing.
- Fixed : AttributeRouteDiscovery: invokable controllers with class-only #[Route] never register routes due to wrong condition.