Skip to content

Releases: symfony/symfony

v2.8.22

07 Jun 20:30
v2.8.22
Compare
Choose a tag to compare

Changelog (since v2.8.21...v2.8.22)

  • bug #23073 [TwigBridge] Fix namespaced classes (@ogizanagi)
  • bug #22936 [Form] Mix attr option between guessed options and user options (@yceruto)
  • bug #22988 [PropertyInfo][DoctrineBridge] The bigint Doctrine's type must be converted to string (@dunglas)
  • bug #23014 Fix optional cache warmers are always instantiated whereas they should be lazy-loaded (@romainneutron)
  • bug #23024 [EventDispatcher] Fix ContainerAwareEventDispatcher::hasListeners(null) (@nicolas-grekas)
  • bug #22996 [Form] Fix \IntlDateFormatter timezone parameter usage to bypass PHP bug #66323 (@romainneutron)
  • bug #22994 Harden the debugging of Twig filters and functions (@stof)

[PR] #23099

v2.7.29

07 Jun 20:11
v2.7.29
Compare
Choose a tag to compare

Changelog (since v2.7.28...v2.7.29)

  • bug #23069 [SecurityBundle] Show unique Inherited roles in profile panel (@yceruto)
  • bug #23073 [TwigBridge] Fix namespaced classes (@ogizanagi)
  • bug #22936 [Form] Mix attr option between guessed options and user options (@yceruto)
  • bug #23024 [EventDispatcher] Fix ContainerAwareEventDispatcher::hasListeners(null) (@nicolas-grekas)
  • bug #22996 [Form] Fix \IntlDateFormatter timezone parameter usage to bypass PHP bug #66323 (@romainneutron)
  • bug #22994 Harden the debugging of Twig filters and functions (@stof)

[PR] #23096

v3.3.2

06 Jun 04:14
v3.3.2
Compare
Choose a tag to compare

Changelog (since v3.3.1...v3.3.2)

  • bug #23073 [TwigBridge] Fix namespaced classes (@ogizanagi)
  • bug #23063 [Cache] Fix extensibility of TagAwareAdapter::TAGS_PREFIX (@wucdbm)
  • bug #22936 [Form] Mix attr option between guessed options and user options (@yceruto)
  • bug #22976 [DependencyInjection] Use more clear message when unused environment variables detected (@voronkovich)

[PR] #23078

v3.3.1

05 Jun 18:41
v3.3.1
Compare
Choose a tag to compare

Changelog (since v3.3.0...v3.3.1)

[PR] #23068

v3.3.0

29 May 21:23
v3.3.0
Compare
Choose a tag to compare

Changelog (since v3.3.0-RC1...v3.3.0)

  • bug #22940 [Config] Fallback to regular import when glob fails (@nicolas-grekas)
  • bug #22847 [Console] ChoiceQuestion must have choices (@ro0NL)
  • bug #22900 [FrameworkBundle][Console] Fix the override of a command registered by the kernel (@aaa2000)
  • bug #22930 Revert "bug #22925 [PhpUnitBridge] Adjust PHPUnit class_alias check (@nicolas-grekas)
  • bug #22910 [Filesystem] improve error handling in lock() (@xabbuh)
  • bug #22924 [Cache] Dont use pipelining with RedisCluster (@nicolas-grekas)
  • bug #22928 [WebProfilerBundle] Fixed options stub values display in form profiler (@HeahDude)
  • feature #22838 Make the simple exception pages match the new style (@javiereguiluz)
  • bug #22925 [PhpUnitBridge] Adjust PHPUnit class_alias check to also check for namespaced class (@GawainLynch)
  • bug #22718 [Console] Fixed different behaviour of key and value user inputs in multiple choice question (@borNfreee)
  • bug #22921 [FrameworkBundle] Only override getProjectDir if it exists in the kernel (@aschempp)
  • feature #22905 [FrameworkBundle][Validator] Move the PSR-11 factory to the component (@ogizanagi)
  • bug #22728 [HttpKernel] Fix kernel.project_dir extensibility (@chalasr)
  • bug #22829 [Yaml] fix colon without space deprecation (@xabbuh)
  • bug #22901 Fix missing abstract key in XmlDumper (@weaverryan)
  • bug #22912 [DI] Avoid private call to Container::has() (@ro0NL)
  • feature #22904 [HttpFoundation] Add Request::HEADER_X_FORWARDED_AWS_ELB const (@nicolas-grekas)
  • bug #22878 [Yaml] parse PHP constants in mapping keys (@xabbuh)
  • bug #22873 [HttpKernel] don't call getTrustedHeaderName() if possible (@xabbuh)
  • feature #22892 [ProxyManager] Add FC layer (@nicolas-grekas)
  • bug #22866 [DI] Check for privates before shared services (@ro0NL)
  • feature #22884 [DI] Add missing deprecation on Extension::getClassesToCompile (@nicolas-grekas)
  • bug #22874 [WebProfilerBundle] Fix sub-requests display in time profiler panel (@nicolas-grekas)
  • bug #22853 [Yaml] fix multiline block handling (@xabbuh)
  • bug #22872 [FrameworkBundle] Handle project dir in cache:clear command (@nicolas-grekas)
  • feature #22808 [FrameworkBundle][Validator] Deprecate passing validator instances/aliases over using the service locator (@ogizanagi)
  • bug #22857 [DI] Fix autowire error for inlined services (@weaverryan)
  • bug #22858 [SecurityBundle] Prevent auto-registration of UserPasswordEncoderCommand (@chalasr)
  • bug #22859 [Profiler][VarDumper] Fix searchbar css when in toolbar (@ogizanagi)
  • bug #22614 [Process] Fixed escaping arguments on Windows when inheritEnvironmentVariables is set to false (@maryo)
  • bug #22817 [PhpUnitBridge] optional error handler arguments (@xabbuh)
  • bug #22781 [DI][Serializer] Fix missing de(normalizer|coder) autoconfig (@ogizanagi)
  • bug #22790 [DependencyInjection] Fix dumping of RewindableGenerator with empty IteratorArgument (@meyerbaptiste)
  • bug #22787 [MonologBridge] Fix the Monlog ServerLogHandler from Hanging on Windows (@ChadSikorra)
  • bug #22768 Use 0.0.0.0 as the server log command host default. (@ChadSikorra)
  • bug #22752 Improved how profiler errors are displayed on small screens (@javiereguiluz)

[PR] #22949

v3.2.9

29 May 20:10
v3.2.9
Compare
Choose a tag to compare

Changelog (since v3.2.8...v3.2.9)

  • bug #22847 [Console] ChoiceQuestion must have choices (@ro0NL)
  • bug #22900 [FrameworkBundle][Console] Fix the override of a command registered by the kernel (@aaa2000)
  • bug #22910 [Filesystem] improve error handling in lock() (@xabbuh)
  • bug #22924 [Cache] Dont use pipelining with RedisCluster (@nicolas-grekas)
  • bug #22718 [Console] Fixed different behaviour of key and value user inputs in multiple choice question (@borNfreee)
  • bug #22829 [Yaml] fix colon without space deprecation (@xabbuh)
  • bug #22901 Fix missing abstract key in XmlDumper (@weaverryan)
  • bug #22912 [DI] Avoid private call to Container::has() (@ro0NL)
  • bug #22866 [DI] Check for privates before shared services (@ro0NL)
  • bug #22874 [WebProfilerBundle] Fix sub-requests display in time profiler panel (@nicolas-grekas)
  • bug #22817 [PhpUnitBridge] optional error handler arguments (@xabbuh)
  • bug #22752 Improved how profiler errors are displayed on small screens (@javiereguiluz)
  • bug #22715 [FrameworkBundle] remove Security deps from the require section (@xabbuh)
  • bug #22647 [VarDumper] Fix dumping of non-nested stubs (@nicolas-grekas)
  • bug #22409 [Yaml] respect inline level when dumping objects as maps (@goetas, @xabbuh)
  • bug #22584 [Security] Avoid unnecessary route lookup for empty logout path (@ro0NL)
  • bug #22690 [Console] Fix errors not rethrown even if not handled by console.error listeners (@chalasr)
  • bug #22669 [FrameworkBundle] AbstractConfigCommand: do not try registering bundles twice (@ogizanagi)
  • bug #22676 [FrameworkBundle] Adding the extension XML (@flug)
  • bug #22652 [Workflow] Move twig extension registration to twig bundle (@ogizanagi)

[PR] #22947

v2.8.21

29 May 19:30
v2.8.21
Compare
Choose a tag to compare

Changelog (since v2.8.20...v2.8.21)

  • bug #22847 [Console] ChoiceQuestion must have choices (@ro0NL)
  • bug #22900 [FrameworkBundle][Console] Fix the override of a command registered by the kernel (@aaa2000)
  • bug #22910 [Filesystem] improve error handling in lock() (@xabbuh)
  • bug #22718 [Console] Fixed different behaviour of key and value user inputs in multiple choice question (@borNfreee)
  • bug #22901 Fix missing abstract key in XmlDumper (@weaverryan)
  • bug #22817 [PhpUnitBridge] optional error handler arguments (@xabbuh)
  • bug #22752 Improved how profiler errors are displayed on small screens (@javiereguiluz)
  • bug #22647 [VarDumper] Fix dumping of non-nested stubs (@nicolas-grekas)
  • bug #22584 [Security] Avoid unnecessary route lookup for empty logout path (@ro0NL)
  • bug #22690 [Console] Fix errors not rethrown even if not handled by console.error listeners (@chalasr)
  • bug #22669 [FrameworkBundle] AbstractConfigCommand: do not try registering bundles twice (@ogizanagi)
  • bug #22676 [FrameworkBundle] Adding the extension XML (@flug)

[PR] #22946

v2.7.28

29 May 19:14
v2.7.28
Compare
Choose a tag to compare

Changelog (since v2.7.27...v2.7.28)

  • bug #22847 [Console] ChoiceQuestion must have choices (@ro0NL)
  • bug #22900 [FrameworkBundle][Console] Fix the override of a command registered by the kernel (@aaa2000)
  • bug #22910 [Filesystem] improve error handling in lock() (@xabbuh)
  • bug #22718 [Console] Fixed different behaviour of key and value user inputs in multiple choice question (@borNfreee)
  • bug #22901 Fix missing abstract key in XmlDumper (@weaverryan)
  • bug #22817 [PhpUnitBridge] optional error handler arguments (@xabbuh)
  • bug #22647 [VarDumper] Fix dumping of non-nested stubs (@nicolas-grekas)
  • bug #22584 [Security] Avoid unnecessary route lookup for empty logout path (@ro0NL)
  • bug #22690 [Console] Fix errors not rethrown even if not handled by console.error listeners (@chalasr)
  • bug #22669 [FrameworkBundle] AbstractConfigCommand: do not try registering bundles twice (@ogizanagi)
  • bug #22676 [FrameworkBundle] Adding the extension XML (@flug)

[PR] #22945

v3.3.0-RC1

17 May 18:35
v3.3.0-RC1
Compare
Choose a tag to compare
v3.3.0-RC1 Pre-release
Pre-release

Changelog (since v3.3.0-BETA1...v3.3.0-RC1)

  • bug #22715 [FrameworkBundle] remove Security deps from the require section (@xabbuh)
  • bug #22613 [Process] Fix incorrectly calling PHP process when path contains space (@maryo)
  • feature #22680 [DI] Fixing missing "exclude" functionality from PSR4 loader (@weaverryan)
  • bug #22699 [TwigBundle] service workflow.twig_extension should stay public (@ogizanagi)
  • feature #22708 Adding autowire alias for AuthenticationUtils (@weaverryan)
  • bug #22695 [WebServerBundle] fix dependencies (@xabbuh)
  • bug #22647 [VarDumper] Fix dumping of non-nested stubs (@nicolas-grekas)
  • bug #22409 [Yaml] respect inline level when dumping objects as maps (@goetas, @xabbuh)
  • bug #22584 [Security] Avoid unnecessary route lookup for empty logout path (@ro0NL)
  • bug #22642 [DX] Making the RegisterControllerArgumentLocatorsPass throw exception on bad types (@weaverryan)
  • bug #22664 [Security] Fix TraceableAccessDecisionManager / DebugAccessDecisionManager BC layer (@ogizanagi)
  • bug #22690 [Console] Fix errors not rethrown even if not handled by console.error listeners (@chalasr)
  • bug #22681 Fixing a bug where abstract classes were wired with the prototype loader (@weaverryan)
  • feature #22665 [DI] Do not throw autowiring exceptions for a service that will be removed (@weaverryan)
  • bug #22669 [FrameworkBundle] AbstractConfigCommand: do not try registering bundles twice (@ogizanagi)
  • bug #22676 [FrameworkBundle] Adding the extension XML (@flug)
  • bug #22611 [FrameworkBundle] Fix "Locale class not found" in AboutCommand (@rubenrua)
  • bug #22677 [DI] Fixed index args bug with ResolveNamedArgumentsPass (@weaverryan)
  • bug #22652 [Workflow] Move twig extension registration to twig bundle (@ogizanagi)
  • feature #22668 [FrameworkBundle] KernelTestCase: allow to provide the kernel class with a var (@ogizanagi)
  • bug #22639 [WebLink][TwigBundle] Fix registration of the twig extension (@ogizanagi)
  • bug #22658 Make the exception pages work when the WebProfilerBundle is not installed (@javiereguiluz)
  • bug #22657 [DI] Fix Cannot declare class ...\DefinitionDecorator, because the name is already in use (@ogizanagi)
  • feature #22624 debug:container --types (classes/interfaces) (@weaverryan)
  • bug #22626 Fix missing parenthesis (@yceruto)
  • bug #22621 [Config] Fix resource tracking with new GlobResource (@nicolas-grekas)
  • feature #22385 [DX][FrameworkBundle] Show private aliases in debug:container (@chalasr)
  • bug #22615 [DI] Defaults to public=false in all service config files (@nicolas-grekas)

[PR] #22731

v3.3.0-BETA1

01 May 18:50
v3.3.0-BETA1
Compare
Choose a tag to compare
v3.3.0-BETA1 Pre-release
Pre-release

Changelog (since v3.2.0...v3.3.0-BETA1)

  • feature #22530 Making tags under _defaults always apply (@weaverryan)
  • feature #22590 [Lock] remove the component from 3.3 (@fabpot)
  • feature #22527 [DI] Throw useful exception on bad XML argument tags (@nicolas-grekas)
  • feature #22537 [Serializer] Allow to pass csv encoder options in context (@ogizanagi)
  • feature #22563 Not allowing autoconfigure, instanceofConditionals or defaults for ChildDefinition (@weaverryan)
  • feature #22441 [Console] Review console.ERROR related behavior (@nicolas-grekas)
  • feature #22234 [DI] Introducing autoconfigure: automatic _instanceof configuration (@weaverryan)
  • feature #21502 Persist app bootstrapping logs for logger datacollector (@ScullWM, @nicolas-grekas)
  • feature #22459 [HttpKernel] Fix deprecation of Extension::addClassesToCompile() / AddClassesToCachePass (@nicolas-grekas)
  • feature #22416 [FrameworkBundle][Workflow] Deprecate the default type of a workflow (@lyrixx)
  • feature #22313 [Workflow] Move ValidateWorkflowsPass to the Workflow component (@chalasr)
  • feature #22420 [DI] Make tagged abstract services throw earlier (@nicolas-grekas)
  • feature #22384 [DI] Replace autowiring BC break by regular deprecation (@nicolas-grekas)
  • feature #22383 added a more specialized exception for a better error message (@fabpot)
  • feature #22356 [DI] Rework config hierarchy: defaults > instanceof > service config (@weaverryan, @nicolas-grekas)
  • feature #22362 [DI] Populate class of ChildDefinition when its id matches an existing FQCN (@nicolas-grekas)
  • feature #22239 [Finder] Glob wildcard while using double-star without ending slash (@sroze)
  • feature #22273 Add a new Link component (@dunglas)
  • feature #22315 Add Kernel::getProjectDir() (@fabpot)
  • feature #22314 [HttpKernel][FrameworkBundle] Dump container logs in Kernel, to have them also on errors (@nicolas-grekas)
  • feature #22316 [WebServerBundle] added a way to dump current status host/port/address when getting the status (@fabpot)
  • feature #22323 [DI] Report cascades of autowiring error messages (@nicolas-grekas)
  • feature #22306 [DI] Restrict autowired registration to "same-vendor" namespaces (@nicolas-grekas)
  • feature #22295 [BC BREAK][DI] Always autowire "by id" instead of using reflection against all existing services (@nicolas-grekas)
  • feature #20951 Redesigned the exception pages (@javiereguiluz)
  • feature #21919 [Form] Deprecated usage of "choices" option in sub types (@HeahDude)
  • feature #22274 [Yaml] report deprecations when linting YAML files (@xabbuh)
  • feature #22286 [DI/Yaml] Remove @experimental flag from "instanceof" and "prototype" (@nicolas-grekas)
  • feature #22181 [Console] Allow to catch CommandNotFoundException (@chalasr)
  • feature #22296 Bump monolog to 1.19 and use the agent regex const from parent (@redthor)
  • feature #21437 [Security] Use IteratorArgument for voters (@jvasseur)
  • feature #22277 [DI] Add "factory" support to named args and autowiring (@nicolas-grekas)
  • feature #22276 [FrameworkBundle] Returns the kernel instance in KernelTestCase::bootKernel (@lyrixx)
  • feature #22256 [DI] Reduce complexity of autowiring (@nicolas-grekas)
  • feature #22238 [BC BREAK][HttpFoundation] Request::setTrustedProxies() takes a new required $trustedHeaderSet argument (@nicolas-grekas)
  • feature #22175 [DI] add ServiceLocatorTagPass::register() to share service locators (@nicolas-grekas)
  • feature #22180 [Workflow] Added 'workflow_marked_places' twig function (@lyrixx)
  • feature #22185 [DI] Enhance DX by throwing instead of triggering a deprecation notice (@nicolas-grekas)
  • feature #22060 [DI] Add "by-id" autowiring: a side-effect free variant of it based on the class<>id convention (@nicolas-grekas)
  • feature #22158 Revert "feature #20973 [DI] Add getter injection (nicolas-grekas)" (@nicolas-grekas)
  • feature #22157 [FrameworkBundle] Introduce AbstractController, replacing ControllerTrait (@nicolas-grekas)
  • feature #22046 [Asset] Adding a new version strategy that reads from a manifest JSON file (@weaverryan)
  • feature #22129 [WebProfilerBundle] Improve cache panel (@ro0NL)
  • feature #21819 [Twig Bridge] A simpler way to retrieve flash messages (@javiereguiluz)
  • feature #19026 [Security] Strengthen comparison of target_url vs login_path (@mrzard)
  • feature #19496 [DX][Form][Validator] Add ability check if cocrete constraint fails. (@Koc)
  • feature #18140 [Console] Add console.ERROR event and deprecate console.EXCEPTION (@wouterj)
  • feature #22120 [FrameworkBundle] Multiple services on one Command class (@SenseException)
  • feature #21771 [FrameworkBundle] Add new "controller.service_arguments" tag to inject services into actions (@nicolas-grekas)
  • feature #22114 [lock] Rename Quorum into Strategy (@jderusse)
  • feature #20516 [Security][SecurityBundle] Enhance automatic logout url generation (@ogizanagi)
  • feature #22081 [FrameworkBundle][Validator] Move Validator passes to the component (@chalasr)
  • feature #20567 [WebProfilerBundle] Improved cookie traffic (@ro0NL)
  • feature #19887 Sort alternatives alphabetically when a command is not found (@javiereguiluz)
  • feature #20851 [Cache] Add CacheItem::getPreviousTags() (@nicolas-grekas)
  • feature #21830 [HttpFoundation] Add $trustedHeaderSet arg to Request::setTrustedProxies() - deprecate not setting it (@nicolas-grekas)
  • feature #21924 [FrameworkBundle] Allow to configure Serializer mapping paths (@chalasr)
  • feature #19278 [FrameworkBundle] Added about command (@ro0NL)
  • feature #21708 [DI] Add and wire ServiceSubscriberInterface - aka explicit service locators (@nicolas-grekas)
  • feature #22011 [FrameworkBundle][Serializer] Add option to register a circular_reference_handler (@lyrixx)
  • feature #19673 [DI] Deprecate Container::isFrozen and introduce isCompiled (@ro0NL)
  • feature #19954 [Console] Exclude empty namespaces in text descriptor (@ro0NL)
  • feature #21093 [Lock] Create a lock component (@jderusse)
  • feature #21007 [WebProfilerBundle] Improve AJAX toolbar panel (@ro0NL)
  • feature #20642 [FrameworkBundle] Add project directory default for installing assets (@noah Heck)
  • feature #20365 [TwigBridge] Handle form label attributes like others (@ro0NL)
  • feature #22010 [FrameworkBundle][Translator] Make the Translator works with any PSR-11 container (@chalasr)
  • feature #21038 [FrameworkBundle] deprecated cache:clear with warmup (@fabpot)
  • feature #22098 [*Bundle] Add autowiring aliases for common services (@nicolas-grekas)
  • feature #22095 [DI] Add logging and better failure recovery to AutowirePass (@nicolas-grekas)
  • feature #21889 Deprecate the special SYMFONY__ environment variables (@javiereguiluz)
  • feature #22059 [Yaml] deprecate "? " starting unquoted strings (@xabbuh)
  • feature #22030 [DI] Remove skipping magic for autowired methods (@nicolas-grekas)
  • feature #22024 [DI] Introduce "container.service_locator" tag, replaces ServiceLocatorArgument (@nicolas-grekas)
  • feature #21837 [FrameworkBundle] Lazy configuration of annotations' loader and @required (@nicolas-grekas)
  • feature #21970 [DependencyInjection] Support anonymous services in Yaml (@GuilhemN)
  • feature #21979 [FrameworkBundle][TwigBundle] Require PSR-11 container instead of Symfony container (@enumag)
  • feature #21935 [FrameworkBundle][Workflow] Add a way to register a guard expression in the configuration (@lyrixx)
  • feature #21080 [FrameworkBundle][Monolog] Added a new way to follow logs (@lyrixx)
  • feature #21978 [DoctrineBridge][Routing] Require PSR-11 container instead of Symfony container (@enumag)
  • feature #21950 [Workflow] Added fluent interface to the DefinitionBuilder (@lyrixx)
  • feature #21933 [FrameworkBundle][Workflow] Add a way to enable the AuditTrail Logger (@lyrixx)
  • feature #21925 [Workflow] Added the workflow name to all events dispatched (@lyrixx)
  • feature #21774 [Yaml] deprecate implicit string casting of mapping keys (@xabbuh)
  • feature #21780 [DX] [Form] Add helper method to register form extensions during unit testing (@pierredup)
  • feature #21842 [HttpKernel] Allow signing URIs with a custom query string parameter (@thewilkybarkid)
  • feature #21705 [Bridge/Monolog] Enhance the Console Handler (@lyrixx)
  • feature #21893 Added a castToArray() config helper (@javiereguiluz)
  • feature #21421 Use proper error message when session write fails #20807 (@digilist)
  • feature #21770 [DI] Allow extensions to create ServiceLocator as services (@nicolas-grekas)
  • feature #21767 [DI][Router][DX] Invalidate routing cache when container parameters changed (@ogizanagi)
  • feature #21835 [FrameworkBundle][Routing] Move RoutingResolverPass to the Routing component (@chalasr)
  • feature #21815 [FrameworkBundle][HttpKernel] Move ControllerArgumentValueResolverPass to the HttpKernel component (@chalasr)
  • feature #21824 Add deprecation note on routing class parameters (@lepiaf)
  • feature #21854 [Router] Follow symlinks and skip dots in the annotation directory loader (@jakzal)
  • feature #18193 [FrameworkBundle] Introduce autowirable ControllerTrait (@dunglas)
  • feature #20680 DoctrineDataCollector: taught sanitizeParam to support classes with __toString implemented. (@FractalizeR)
  • feature #21828 [PhpUnitBridge] include expected deprecations in assertion counter (@xabbuh)
  • feature #21763 [DI] Replace wildcard-based methods autowiring by @required annotation (@nicolas-grekas)
  • feature #21730 [DependencyInjection] Use a service locator in AddConstraintValidatorsPass (@GuilhemN)
  • feature #21118 [Yaml] parse omitted inlined mapping values as null (@xabbuh)
  • feature #21806 [FrameworkBundle][PropertyInfo] Move PropertyInfoPass to the PropertyInfo component (@chalasr)
  • feature #19822 [HttpKernel] Deprecate X-Status-Code for better alternative (@jameshalsall)
  • feature #21228 [Console] Explicitly passed options without value (or empty) should remain empty (@chalasr)
    *...
Read more