All Versions
106
Latest Version
Avg Release Cycle
19 days
Latest Release
1214 days ago

Changelog History
Page 2

  • v5.1.5 Changes

    September 02, 2020

    Changelog (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, 2020

    Changelog (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, 2020

    Changelog (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, 2020

    Changelog (v5.1.1...v5.1.2)

    • no changes
  • v5.1.1 Changes

    June 12, 2020

    Changelog (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 of inline_service() and ref() in favor of service() 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() to Definition::setDeprecation(string $package, string $version, string $message)
    • updated the signature of method Alias::setDeprecated() to Alias::setDeprecation(string $package, string $version, string $message)
    • updated the signature of method DeprecateTrait::deprecate() to DeprecateTrait::deprecation(string $package, string $version, string $message)
    • deprecated the Psr\Container\ContainerInterface and Symfony\Component\DependencyInjection\ContainerInterface aliases of the service_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(), use Definition::getDeprecation() instead
    • deprecated Alias::getDeprecationMessage(), use Alias::getDeprecation() instead
    • deprecated PHP-DSL's inline() function, use service() instead
    • added support of PHP8 static return type for withers
    • added AliasDeprecatedPublicServicesPass to deprecate public services to private
  • v5.1.0-RC2 Changes

    May 26, 2020

    Changelog (v5.1.0-RC1...v5.1.0-RC2)

    • ๐Ÿ› bug #36891 Address deprecation of ReflectionType::getClass() (derrabus)
  • v5.1.0-RC1 Changes

    May 16, 2020

    Changelog (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, 2020

    Changelog (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)