Releases: symfony/dependency-injection
Releases · symfony/dependency-injection
v5.4.28
Changelog (v5.4.27...v5.4.28)
- bug symfony/symfony#51307 [DependencyInjection] fix dump xml with array/object/enum default value (@Jean-Beru)
v6.3.2
Changelog (v6.3.1...v6.3.2)
- bug symfony/symfony#51031 Fix deprecations on PHP 8.3 (@nicolas-grekas)
- bug symfony/symfony#50985 [DependencyInjection] Fix fetching lazy non-shared services multiple times (@HypeMC)
- bug symfony/symfony#50595 [DependencyInjection] Don't ignore attributes on the actual decorator (@HypeMC)
- bug symfony/symfony#50905 [DepdencyInjection] Fix costly logic when checking errored definitions (@nicolas-grekas)
- bug symfony/symfony#50837 [DependencyInjection] Fix autocasting null env values to empty string (@fancyweb)
- bug symfony/symfony#50793 [DependencyInjection] Fix resource tracking for lazy services (@nicolas-grekas)
v6.2.13
Changelog (v6.2.12...v6.2.13)
- bug symfony/symfony#51031 Fix deprecations on PHP 8.3 (@nicolas-grekas)
- bug symfony/symfony#50985 [DependencyInjection] Fix fetching lazy non-shared services multiple times (@HypeMC)
- bug symfony/symfony#50595 [DependencyInjection] Don't ignore attributes on the actual decorator (@HypeMC)
- bug symfony/symfony#50905 [DepdencyInjection] Fix costly logic when checking errored definitions (@nicolas-grekas)
- bug symfony/symfony#50837 [DependencyInjection] Fix autocasting null env values to empty string (@fancyweb)
- bug symfony/symfony#50793 [DependencyInjection] Fix resource tracking for lazy services (@nicolas-grekas)
v5.4.26
Changelog (v5.4.25...v5.4.26)
- bug symfony/symfony#51031 Fix deprecations on PHP 8.3 (@nicolas-grekas)
- bug symfony/symfony#50595 [DependencyInjection] Don't ignore attributes on the actual decorator (@HypeMC)
- bug symfony/symfony#50905 [DepdencyInjection] Fix costly logic when checking errored definitions (@nicolas-grekas)
- bug symfony/symfony#50837 [DependencyInjection] Fix autocasting null env values to empty string (@fancyweb)
v6.3.1
Changelog (v6.3.0...v6.3.1)
- bug symfony/symfony#50763 [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions (@nicolas-grekas)
- bug symfony/symfony#50710 [FrameworkBundle] Fix setting decorated services during tests (@nicolas-grekas)
- bug symfony/symfony#50530 [DependencyInjection] Fix support for
false
boolean env vars (@okhoshi) - bug symfony/symfony#50560 [DependencyInjection] Support PHP 8.2
true
andnull
type (@ruudk) - bug symfony/symfony#50517 [DependencyInjection] Fix casting scalar env vars from null (@fancyweb)
v6.2.12
Changelog (v6.2.11...v6.2.12)
- bug symfony/symfony#50763 [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions (@nicolas-grekas)
- bug symfony/symfony#50560 [DependencyInjection] Support PHP 8.2
true
andnull
type (@ruudk) - bug symfony/symfony#50517 [DependencyInjection] Fix casting scalar env vars from null (@fancyweb)
- bug symfony/symfony#50478 [DependencyInjection] Escape `` from parameter-like default values (@MatTheCat)
v5.4.25
Changelog (v5.4.24...v5.4.25)
- bug symfony/symfony#50763 [DependencyInjection] Skip errored definitions deep-referenced as runtime exceptions (@nicolas-grekas)
- bug symfony/symfony#50560 [DependencyInjection] Support PHP 8.2
true
andnull
type (@ruudk) - bug symfony/symfony#50517 [DependencyInjection] Fix casting scalar env vars from null (@fancyweb)
- bug symfony/symfony#50478 [DependencyInjection] Escape `` from parameter-like default values (@MatTheCat)
v6.3.0
Changelog (v6.3.0-RC2...v6.3.0)
- bug symfony/symfony#50478 [DependencyInjection] Escape `` from parameter-like default values (@MatTheCat)
v6.3.0-RC2
Changelog (v6.3.0-RC1...v6.3.0-RC2)
- bug symfony/symfony#50440 [DependencyInjection] Revert "Use weak references in the container" (@nicolas-grekas)
v6.2.11
Changelog (v6.2.10...v6.2.11)
- bug symfony/symfony#50193 [Serializer] Fix
SerializedPath
not working with constructor arguments (@HypeMC) - bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR) - bug symfony/symfony#50256 [HttpClient] Fix setting duplicate-name headers when redirecting with AmpHttpClient (@nicolas-grekas)
- bug symfony/symfony#50214 [WebProfilerBundle] Remove legacy filters remnants (@MatTheCat)
- bug symfony/symfony#50235 [HttpClient] Fix getting through proxies via CONNECT (@nicolas-grekas)
- bug symfony/symfony#50244 [HttpKernel] Fix restoring surrogate content from cache (@nicolas-grekas)
- bug symfony/symfony#50246 [DependencyInjection] Do not check errored definitions’ type (@MatTheCat)
- bug symfony/symfony#49557 [PropertyInfo] Fix phpDocExtractor nullable array value type (@fabpot)