Releases: symfony/dependency-injection
Releases · symfony/dependency-injection
v6.0.17
Changelog (v6.0.16...v6.0.17)
- bug #48791 Fix deduplicating service instances in circular graphs (nicolas-grekas)
- bug #48591 Shared private services becomes public after a public service is accessed (alexpott)
- bug #48482 Revert "bug #48027 Don't autoconfigure tag when it's already set with attributes" (nicolas-grekas)
v5.4.17
Changelog (v5.4.16...v5.4.17)
- bug #48791 Fix deduplicating service instances in circular graphs (nicolas-grekas)
- bug #48591 Shared private services becomes public after a public service is accessed (alexpott)
- bug #48482 Revert "bug #48027 Don't autoconfigure tag when it's already set with attributes" (nicolas-grekas)
v6.2.2
Changelog (v6.2.1...v6.2.2)
- bug #48591 Shared private services becomes public after a public service is accessed (alexpott)
- bug #48449 Fix bug when tag name is a text node (BrandonlinU)
- bug #48522 Generate different classes for ghost objects and virtual proxies (nicolas-grekas)
- bug #48482 Revert "bug #48027 Don't autoconfigure tag when it's already set with attributes" (nicolas-grekas)
v6.2.1
Changelog (v6.2.0...v6.2.1)
- bug #48502 Fix
ContainerBuilder
stats env usage with enum (alamirault) - bug #48483 Remove refs that point to container.excluded services when allowed (nicolas-grekas)
- bug #48461 Fix possible memory-leak when using lazy-objects (nicolas-grekas)
v6.2.0
Changelog (v6.2.0-RC2...v6.2.0)
- no significant changes
v6.1.8
Changelog (v6.1.7...v6.1.8)
- bug #48224 Process bindings in
ServiceLocatorTagPass
(MatTheCat) - bug #48093 don't move locator tag for service subscriber (RobertMe)
- bug #48027 Don't autoconfigure tag when it's already set with attributes (nicolas-grekas)
v6.0.16
Changelog (v6.0.15...v6.0.16)
- bug #48224 Process bindings in
ServiceLocatorTagPass
(MatTheCat) - bug #48093 don't move locator tag for service subscriber (RobertMe)
- bug #48027 Don't autoconfigure tag when it's already set with attributes (nicolas-grekas)
v5.4.16
Changelog (v5.4.15...v5.4.16)
- bug #48224 Process bindings in
ServiceLocatorTagPass
(MatTheCat) - bug #48093 don't move locator tag for service subscriber (RobertMe)
- bug #48027 Don't autoconfigure tag when it's already set with attributes (nicolas-grekas)
v4.4.49
Changelog (v4.4.48...v4.4.49)
- bug #48224 Process bindings in
ServiceLocatorTagPass
(MatTheCat) - bug #48093 don't move locator tag for service subscriber (RobertMe)
v6.2.0-RC1
Changelog (v6.2.0-BETA3...v6.2.0-RC1)
- bug #48224 Process bindings in
ServiceLocatorTagPass
(MatTheCat)