Releases: symfony/dependency-injection
Releases · symfony/dependency-injection
v5.3.0
Changelog (v5.3.0-RC1...v5.3.0)
- bug #41407 keep container.service_subscriber tag on the decorated definition (xabbuh)
v5.3.0-RC1
Changelog (v5.3.0-BETA4...v5.3.0-RC1)
- bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)
- bug #41233 Don't call class_exists() on null (derrabus)
v5.2.9
Changelog (v5.2.8...v5.2.9)
- bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)
- bug #41233 Don't call class_exists() on null (derrabus)
v4.4.24
Changelog (v4.4.23...v4.4.24)
- bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)
- bug #41233 Don't call class_exists() on null (derrabus)
v5.3.0-BETA4
Changelog (v5.3.0-BETA3...v5.3.0-BETA4)
- feature #41182 allow PHP-DSL files to be env-conditional (nicolas-grekas)
- bug #41177 fix empty instanceof-conditionals created by AttributeAutoconfigurationPass (nicolas-grekas)
- bug #41176 fix dumping service-closure-arguments (nicolas-grekas)
- bug #41170 Don't try to load YamlFileLoader if it's not actually needed (nicolas-grekas)
v5.2.8
Changelog (v5.2.7...v5.2.8)
- bug #41176 fix dumping service-closure-arguments (nicolas-grekas)
- bug #40917 Uniformize trailing slash handling (dunglas)
v4.4.23
Changelog (v4.4.22...v4.4.23)
- bug #41176 fix dumping service-closure-arguments (nicolas-grekas)
- bug #40917 Uniformize trailing slash handling (dunglas)
v5.3.0-BETA3
Changelog (v5.3.0-BETA2...v5.3.0-BETA3)
- bug #40917 Uniformize trailing slash handling (dunglas)
- bug #40994 More accurate message on invalid config builder (a-menshchikov)
v5.3.0-BETA2
Changelog (v5.3.0-BETA1...v5.3.0-BETA2)
- bug #40903 Builder: Remove typehints and allow for EnvConfigurator (Nyholm)
- bug #40872 Noop when the service is private (fancyweb)
- feature #40800 Add
#[Target]
to tell how a dependency is used and hint named autowiring aliases (nicolas-grekas)
v5.2.7
Changelog (v5.2.6...v5.2.7)
- bug #40872 Noop when the service is private (fancyweb)
- bug #40610 Fixed bugs found by psalm (Nyholm)
- bug #40629 Fix "url" env var processor behavior when the url has no path (fancyweb)