Releases: symfony/dependency-injection
Releases · symfony/dependency-injection
v5.2.2
Changelog (v5.2.1...v5.2.2)
- bug #39873 Fix container injection with TypedReference (jderusse)
- bug #39861 Skip deprecated definitions in CheckTypeDeclarationsPass (chalasr)
- bug #39821 Don't trigger notice for deprecated aliases pointing to deprecated definitions (chalasr)
- bug #39797 Dont allow unserializing classes with a destructor (jderusse)
- bug #39747 Support PHP 8 builtin types in CheckTypeDeclarationsPass (derrabus)
- bug #39746 Fix InvalidParameterTypeException for function parameters (derrabus)
- bug #39716 do not break when loading schemas from network paths on Windows (xabbuh)
v5.1.11
Changelog (v5.1.10...v5.1.11)
- bug #39873 Fix container injection with TypedReference (jderusse)
- bug #39861 Skip deprecated definitions in CheckTypeDeclarationsPass (chalasr)
- bug #39821 Don't trigger notice for deprecated aliases pointing to deprecated definitions (chalasr)
- bug #39797 Dont allow unserializing classes with a destructor (jderusse)
- bug #39747 Support PHP 8 builtin types in CheckTypeDeclarationsPass (derrabus)
- bug #39746 Fix InvalidParameterTypeException for function parameters (derrabus)
- bug #39716 do not break when loading schemas from network paths on Windows (xabbuh)
v4.4.19
Changelog (v4.4.18...v4.4.19)
- bug #39861 Skip deprecated definitions in CheckTypeDeclarationsPass (chalasr)
- bug #39821 Don't trigger notice for deprecated aliases pointing to deprecated definitions (chalasr)
- bug #39797 Dont allow unserializing classes with a destructor (jderusse)
- bug #39747 Support PHP 8 builtin types in CheckTypeDeclarationsPass (derrabus)
- bug #39746 Fix InvalidParameterTypeException for function parameters (derrabus)
- bug #39716 do not break when loading schemas from network paths on Windows (xabbuh)
v5.2.1
Changelog (v5.2.0...v5.2.1)
- bug #39203 Fix not working if only "default_index_method" used (malteschlueter)
- bug #39196 Fix Xdebug 3.0 detection (vertexvaar)
- bug #39151 Fixed incorrect report for private services if required service does not exist (Islam93)
- bug #39251 Fix container linter for union types (derrabus)
v5.1.10
Changelog (v5.1.9...v5.1.10)
- bug #39203 Fix not working if only "default_index_method" used (malteschlueter)
- bug #39196 Fix Xdebug 3.0 detection (vertexvaar)
- bug #39151 Fixed incorrect report for private services if required service does not exist (Islam93)
- bug #39251 Fix container linter for union types (derrabus)
v4.4.18
Changelog (v4.4.17...v4.4.18)
- bug #39203 Fix not working if only "default_index_method" used (malteschlueter)
- bug #39196 Fix Xdebug 3.0 detection (vertexvaar)
- bug #39151 Fixed incorrect report for private services if required service does not exist (Islam93)
- bug #39251 Fix container linter for union types (derrabus)
v5.2.0
Changelog (v5.2.0-RC2...v5.2.0)
- bug #39129 Fix circular in DI with lazy + byContruct loop (jderusse)
- bug #39068 Silent deprecation triggered by libxml_disable_entity_loader (jderusse)
v5.1.9
Changelog (v5.1.8...v5.1.9)
- bug #39129 Fix circular in DI with lazy + byContruct loop (jderusse)
- bug #39068 Silent deprecation triggered by libxml_disable_entity_loader (jderusse)
- bug #38999 autoconfigure behavior describing tags on decorators (xabbuh)
- bug #39058 Fix circular detection with multiple paths (jderusse)
- bug #39021 Optimize circular collection by removing flattening (jderusse)
- bug #38980 Fix circular reference with Factory + Lazy Iterrator (jderusse)
- bug #38882 Improve performances in CircualReference detection (jderusse)
v4.4.17
Changelog (v4.4.16...v4.4.17)
- bug #39129 Fix circular in DI with lazy + byContruct loop (jderusse)
- bug #39068 Silent deprecation triggered by libxml_disable_entity_loader (jderusse)
- bug #38999 autoconfigure behavior describing tags on decorators (xabbuh)
- bug #39058 Fix circular detection with multiple paths (jderusse)
- bug #39021 Optimize circular collection by removing flattening (jderusse)
- bug #38980 Fix circular reference with Factory + Lazy Iterrator (jderusse)
- bug #38882 Improve performances in CircualReference detection (jderusse)
v3.4.47
Changelog (v3.4.46...v3.4.47)
- no changes