All Versions
106
Latest Version
Avg Release Cycle
19 days
Latest Release
1604 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v5.1.5 Changes
September 02, 2020Changelog (v5.1.4...v5.1.5)
- ๐ bug #38023 fix inlining of non-shared services (nicolas-grekas)
- ๐ bug #38022 Missed AbstractArgument (a-menshchikov)
-
v5.1.4 Changes
August 31, 2020Changelog (v5.1.3...v5.1.4)
- ๐ bug #37953 fix dumping lazy non-shared services (nicolas-grekas)
- bug #37763 Fix deprecated libxml_disable_entity_loader (jderusse)
-
v5.1.3 Changes
July 24, 2020Changelog (v5.1.2...v5.1.3)
- ๐ bug #37511 Use several placeholder unique prefixes for dynamic placeholder values (fancyweb)
- ๐ bug #37435 fix minor perf regression when creating non-shared services (nicolas-grekas)
- ๐ bug #37429 fix parsing of argument type=binary in xml (Tobion)
- ๐ bug #37396 Fix call to sprintf in ServicesConfigurator::stack() (dunglas)
- ๐ bug #37353 disable preload.php on the CLI (nicolas-grekas)
- ๐ bug #37341 Fix support for PHP8 union types (nicolas-grekas)
- ๐ bug #37340 Fix support for PHP8 union types (nicolas-grekas)
- ๐ bug #37275 tighten detection of local dirs to prevent false positives (nicolas-grekas)
-
v5.1.2 Changes
June 15, 2020Changelog (v5.1.1...v5.1.2)
- no changes
-
v5.1.1 Changes
June 12, 2020Changelog (v5.1.0...v5.1.1)
- ๐ bug #37227 Handle unresolved parameters pointing to environment variables (fancyweb)
- ๐ bug #37193 Always resolve parameters (fancyweb)
- ๐ bug #37144 Add check around class_alias for generated proxy classes (enumag)
- ๐ bug #37022 Improve missing package/version deprecation (acrobat)
-
v5.1.0 Changes
May 31, 2020- deprecated
inline()
in favor ofinline_service()
andref()
in favor ofservice()
when using the PHP-DSL - allow decorators to reference their decorated service using the special
.inner
id - added support to autowire public typed properties in php 7.4
- added support for defining method calls, a configurator, and property setters in
InlineServiceConfigurator
- added possibility to define abstract service arguments
- allowed mixing "parent" and instanceof-conditionals/defaults/bindings
- updated the signature of method
Definition::setDeprecated()
toDefinition::setDeprecation(string $package, string $version, string $message)
- updated the signature of method
Alias::setDeprecated()
toAlias::setDeprecation(string $package, string $version, string $message)
- updated the signature of method
DeprecateTrait::deprecate()
toDeprecateTrait::deprecation(string $package, string $version, string $message)
- deprecated the
Psr\Container\ContainerInterface
andSymfony\Component\DependencyInjection\ContainerInterface
aliases of theservice_container
service, configure them explicitly instead - added class
Symfony\Component\DependencyInjection\Dumper\Preloader
to help with preloading on PHP 7.4+ - added tags
container.preload
/.no_preload
to declare extra classes to preload/services to not preload - allowed loading and dumping tags with an attribute named "name"
- deprecated
Definition::getDeprecationMessage()
, useDefinition::getDeprecation()
instead - deprecated
Alias::getDeprecationMessage()
, useAlias::getDeprecation()
instead - deprecated PHP-DSL's
inline()
function, useservice()
instead - added support of PHP8 static return type for withers
- added
AliasDeprecatedPublicServicesPass
to deprecate public services to private
- deprecated
-
v5.1.0-RC2 Changes
May 26, 2020Changelog (v5.1.0-RC1...v5.1.0-RC2)
- ๐ bug #36891 Address deprecation of ReflectionType::getClass() (derrabus)
-
v5.1.0-RC1 Changes
May 16, 2020Changelog (v5.1.0-BETA1...v5.1.0-RC1)
- ๐ bug #36800 Renamed some PHP-DSL functions (javiereguiluz)
- ๐ bug #36796 Use require_once instead of require when appending cache warmer-returned files to preload file (ovrflo)
- bug #36749 give priority to container.hot_path over container.no_preload (nicolas-grekas)
-
v5.1.0-BETA1
May 05, 2020 -
v5.0.11 Changes
July 24, 2020Changelog (v5.0.10...v5.0.11)
- ๐ bug #37511 Use several placeholder unique prefixes for dynamic placeholder values (fancyweb)
- ๐ bug #37429 fix parsing of argument type=binary in xml (Tobion)
- ๐ bug #37353 disable preload.php on the CLI (nicolas-grekas)
- ๐ bug #37341 Fix support for PHP8 union types (nicolas-grekas)
- ๐ bug #37340 Fix support for PHP8 union types (nicolas-grekas)
- ๐ bug #37275 tighten detection of local dirs to prevent false positives (nicolas-grekas)