Releases: symfony/framework-bundle
Releases · symfony/framework-bundle
v6.3.2
Changelog (v6.3.1...v6.3.2)
- bug symfony/symfony#51078 [FrameworkBundle][Workflow] Throw exception is workflow.xxx.transitions is not an array (@lyrixx)
- bug symfony/symfony#51102 [Webhook] Allow slash in webhook type (@alamirault)
- bug symfony/symfony#50988 [DependencyInjection] Run the
ResolveFactoryClassPass
whenlint:container
builds the container from a dump (@MatTheCat) - bug symfony/symfony#50945 [DebugBundle][FrameworkBundle] Fix using the framework without the Console component (@HypeMC)
- bug symfony/symfony#50944 [FrameworkBundle] Add missing monolog channel tag to the
messenger:failed:retry
command (@HypeMC) - bug symfony/symfony#50475 [FrameworkBundle] Prevent
cache:clear
to lose files on subsequent runs (@Okhoshi)
v6.2.13
Changelog (v6.2.12...v6.2.13)
- bug symfony/symfony#51078 [FrameworkBundle][Workflow] Throw exception is workflow.xxx.transitions is not an array (@lyrixx)
- bug symfony/symfony#50945 [DebugBundle][FrameworkBundle] Fix using the framework without the Console component (@HypeMC)
- bug symfony/symfony#50944 [FrameworkBundle] Add missing monolog channel tag to the
messenger:failed:retry
command (@HypeMC) - bug symfony/symfony#50475 [FrameworkBundle] Prevent
cache:clear
to lose files on subsequent runs (@Okhoshi)
v5.4.26
Changelog (v5.4.25...v5.4.26)
- bug symfony/symfony#51078 [FrameworkBundle][Workflow] Throw exception is workflow.xxx.transitions is not an array (@lyrixx)
- bug symfony/symfony#50945 [DebugBundle][FrameworkBundle] Fix using the framework without the Console component (@HypeMC)
- bug symfony/symfony#50944 [FrameworkBundle] Add missing monolog channel tag to the
messenger:failed:retry
command (@HypeMC) - bug symfony/symfony#50475 [FrameworkBundle] Prevent
cache:clear
to lose files on subsequent runs (@Okhoshi)
v6.3.1
Changelog (v6.3.0...v6.3.1)
- bug symfony/symfony#50637 [FrameworkBundle] Fixed parsing new JSON output of debug:config not possible (@Toflar)
- bug symfony/symfony#50710 [FrameworkBundle] Fix setting decorated services during tests (@nicolas-grekas)
- bug symfony/symfony#50665 [FrameworkBundle] Ignore missing directories in about command (@ro0NL)
- bug symfony/symfony#50712 [FrameworkBundle] Fix secrets:list not displaying local vars (@nicolas-grekas)
- bug symfony/symfony#50548 [FrameworkBundle] Show non-bundle extensions in
debug:config
&config:dump
list view & completion (@HypeMC) - bug symfony/symfony#50546 [FrameworkBundle] Fix
debug:config
&config:dump
in debug mode (@HypeMC) - bug symfony/symfony#50563 [FrameworkBundle] remove unusable cache pools (@xabbuh)
- bug symfony/symfony#50508 [Messenger] Add deprecation message for the
messenger.listener.stop_worker_on_sigterm_signal_listener
service (@alexandre-daubois) - bug symfony/symfony#50498 [FrameworkBundle] ease migration to symfony 6.3 (@lyrixx)
v6.2.12
Changelog (v6.2.11...v6.2.12)
- bug symfony/symfony#50665 [FrameworkBundle] Ignore missing directories in about command (@ro0NL)
- bug symfony/symfony#50548 [FrameworkBundle] Show non-bundle extensions in
debug:config
&config:dump
list view & completion (@HypeMC) - bug symfony/symfony#50546 [FrameworkBundle] Fix
debug:config
&config:dump
in debug mode (@HypeMC) - bug symfony/symfony#50452 Hide definitions bearing the
container.excluded
tag (@Myks92)
v5.4.25
Changelog (v5.4.24...v5.4.25)
- bug symfony/symfony#50665 [FrameworkBundle] Ignore missing directories in about command (@ro0NL)
- bug symfony/symfony#50548 [FrameworkBundle] Show non-bundle extensions in
debug:config
&config:dump
list view & completion (@HypeMC) - bug symfony/symfony#50546 [FrameworkBundle] Fix
debug:config
&config:dump
in debug mode (@HypeMC)
v6.3.0
Changelog (v6.3.0-RC2...v6.3.0)
- bug symfony/symfony#50476 [FrameworkBundle] remove support for preloading ESM using headers (@dunglas)
- bug symfony/symfony#50468 [FrameworkBundle][PhpUnitBridge] Configure doctrine/deprecations as expected (@nicolas-grekas)
- bug symfony/symfony#50452 Hide definitions bearing the
container.excluded
tag (@Myks92)
v6.3.0-RC2
Changelog (v6.3.0-RC1...v6.3.0-RC2)
- bug symfony/symfony#50440 [DependencyInjection] Revert "Use weak references in the container" (@nicolas-grekas)
- bug symfony/symfony#50397 [HttpKernel][VarDumper] Fix dumping with labels (@nicolas-grekas)
- bug symfony/symfony#50408 [AssetMapper] Change default importmap "provider" to JsDelivr+esm (@weaverryan, @nicolas-grekas)
- bug symfony/symfony#50394 [AssetMapper] Avoid loading potentially ALL assets in dev server (@weaverryan)
- bug symfony/symfony#50393 [AssetMapper] Fixing incorrect exception & adding allowing more realistic error mode (@weaverryan)
v6.2.11
Changelog (v6.2.10...v6.2.11)
- bug symfony/symfony#50312 [Security] Skip clearing CSRF Token on stateless logout (@chalasr)
- bug symfony/symfony#50315 [Translation] Fix handling of null messages in
ArrayLoader
(@rob006) - bug symfony/symfony#50338 [Console] Remove
exec
and replace it byshell_exec
(@maxbeckers) - bug symfony/symfony#50193 [Serializer] Fix
SerializedPath
not working with constructor arguments (@HypeMC) - bug symfony/symfony#50280 [PropertyAccess] Fix nullsafe operator on array index (@HypeMC)
- bug symfony/symfony#50362 [FrameworkBundle] Fix Workflow without a marking store definition uses marking store definition of previously defined workflow (@krciga22)
- bug symfony/symfony#50309 [HttpFoundation] UrlHelper is now aware of RequestContext changes (@giosh94mhz)
- bug symfony/symfony#50253 [FrameworkBundle] Generate caches consistently on successive run of
cache:clear
command (@Okhoshi) - bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR) - bug symfony/symfony#50241 [HttpKernel] Prevent initialising lazy services during services reset (@tucksaun)
v5.4.24
Changelog (v5.4.23...v5.4.24)
- bug symfony/symfony#50315 [Translation] Fix handling of null messages in
ArrayLoader
(@rob006) - bug symfony/symfony#50338 [Console] Remove
exec
and replace it byshell_exec
(@maxbeckers) - bug symfony/symfony#50362 [FrameworkBundle] Fix Workflow without a marking store definition uses marking store definition of previously defined workflow (@krciga22)
- bug symfony/symfony#50309 [HttpFoundation] UrlHelper is now aware of RequestContext changes (@giosh94mhz)
- bug symfony/symfony#50253 [FrameworkBundle] Generate caches consistently on successive run of
cache:clear
command (@Okhoshi) - bug symfony/symfony#49063 [Messenger] Respect
isRetryable
decision of the retry strategy for re-delivery (@FlyingDR)