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

Changelog History
Page 4

  • v5.0.0 Changes

    November 21, 2019
    • removed support for auto-discovered extension configuration class which does not implement ConfigurationInterface
    • removed support for non-string default env() parameters
    • moved ServiceSubscriberInterface to the Symfony\Contracts\Service namespace
    • removed RepeatedPass and RepeatablePassInterface
    • removed support for short factory/configurator syntax from YamlFileLoader
    • removed ResettableContainerInterface, use ResetInterface instead
    • added argument $returnsClone to Definition::addMethodCall()
    • removed tagged, use tagged_iterator instead
  • v5.0.0-RC1

    November 17, 2019
  • v5.0.0-BETA2

    November 13, 2019
  • v5.0.0-BETA1

    November 12, 2019
  • v4.4.17 Changes

    November 29, 2020

    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)
  • v4.4.16 Changes

    October 28, 2020

    Changelog (v4.4.15...v4.4.16)

    • 🐛 bug #38713 Fix Preloader exception when preloading a class with an unknown parent/interface (rgeraads)
    • 🐛 bug #38699 Preload classes with union types correctly (derrabus)
    • 🐛 bug #38582 Fix Reflection file name with eval()'d code (maxime-aknin)
    • 🐛 bug #38544 fix dumping env vars (nicolas-grekas)
  • v4.4.15 Changes

    October 04, 2020

    Changelog (v4.4.14...v4.4.15)

    • no changes
  • v4.4.14 Changes

    September 27, 2020

    Changelog (v4.4.13...v4.4.14)

    • 🐛 bug #38139 dump OS-indepent paths in the compiled container (nicolas-grekas)
    • 🐛 bug #38091 fix ContainerBuilder on PHP8 (nicolas-grekas)
    • bug #38062 fix generating preload file when cache_dir is outside project_dir (nicolas-grekas)
  • v4.4.13 Changes

    September 02, 2020

    Changelog (v4.4.12...v4.4.13)

    • 🐛 bug #38023 fix inlining of non-shared services (nicolas-grekas)
  • v4.4.12 Changes

    August 31, 2020

    Changelog (v4.4.11...v4.4.12)

    • bug #37763 Fix deprecated libxml_disable_entity_loader (jderusse)