Releases: symfony/framework-bundle
Releases · symfony/framework-bundle
v5.4.0-BETA2
Changelog (v5.4.0-BETA1...v5.4.0-BETA2)
- bug #43993 fix deprecation message (nicolas-grekas)
- feature #43983 allow ignoring kernel.reset methods that don't exist (nicolas-grekas)
- bug #43981 fix registering late resettable services (nicolas-grekas)
- bug #43940 Fix logic in workflow:dump between workflow name and workflow id (noniagriconomie)
v6.0.0-BETA1
Changelog (v5.3.10...v6.0.0-BETA1)
- feature #43850 Add completion for DebugConfig name and path arguments (eclairia, Adrien Jourdier)
- feature #43838 feat: add completion for DebugAutowiring search argument (eclairia, Adrien Jourdier)
- feature #43857 Add completion to debug:container (GromNaN)
- feature #43891 Add completion to command messenger:consume (GromNaN)
- feature #43848 Add completion for workflow:dump (StaffNowa)
- feature #43138 Add the ability to enable the profiler using a parameter (dunglas)
- feature #43598 add suggestions for debug commands: firewall, form, messenger, router (IonBazan)
- feature #43788 Require Composer's runtime API to be present (derrabus)
- feature #43804 Deprecate Composer 1 (derrabus)
- feature #42414 Add Expo bridge (zairigimad)
- feature #43758 Rename translation:update to translation:extract (welcoMattic)
- feature #41414 Support
statusCode
default param when loading template directly via route (dayallnash) - feature #43644 Add completion to debug:translation command (alexandre-daubois)
- feature #38542 Allow serializer default context configuration (soyuka)
- feature #43671 add ResponseIsUnprocessable (garak)
- feature #43588 Autoconfigurable attributes (alirezamirsepassi)
- feature #43682 Add completion for config:dump-reference (StaffNowa)
- feature #43626 Add completion to secrets:set and fix secrets:remove (GromNaN)
- feature #43621 Add completion for cache:pool:clear and cache:pool:delete commands (andyexeter)
- feature #42251 Bash completion integration (wouterj)
- feature #39402 Add push channel to notifier (norkunas)
- feature #43134 Add sms77 Notifier Bridge (matthiez)
- feature #42580 Add DotenvDebugCommand (chr-hertel)
- feature #42723 Log when worker should stop and when
SIGTERM
is received (ruudk) - feature #43108 Add basic support for language negotiation (GregoireHebert)
- feature #42244 Add support for configuring log level, and status code by exception class (lyrixx)
- feature #43148 Throw ValueError in debug mode when serialization fails (nicolas-grekas)
- feature #43118 Remove deprecated code (IonBazan)
- feature #43010 Remove remaining support for Doctrine Cache (derrabus)
- feature #42991 Add configureContainer(), configureRoutes() and getConfigDir() to MicroKernelTrait (nicolas-grekas)
- feature #41163 Add support for reseting container services between 2 messages (lyrixx)
- feature #42967 Remove support for Doctrine Cache (derrabus)
- feature #42965 Deprecate support for Doctrine Cache (derrabus)
- feature #41321 Remove deprecate session service (jderusse)
- feature #41390 Add session cookie handling in cli context (alexander-schranz, Nyholm)
- feature #41566 Introduced new method for getting bundles config path (a-menshchikov)
- feature #42710 Added OhMySMTP Bridge (paul-oms)
- feature #42526 Add BrowserKitAssertionsTrait::assertThatForBrowser (koenreiniers)
- feature #42039 Autoconfigurable attributes on methods, properties and parameters (ruudk)
- feature #41613 Remove everything related to the deprecated authentication manager (wouterj)
- feature #42423 Deprecate AnonymousToken, non-UserInterface users, and token credentials (wouterj)
- feature #42442 Deprecate AbstractController::get() and has() (fabpot)
- feature #42422 Clarify goals of AbstractController (fabpot)
- feature #42426 Autoconfigure chatter.transport_factory (ismail1432)
- feature #41522 Add TurboSms Bridge (fre5h)
- feature #42188 Add FakeChat Logger transport (noniagriconomie)
- feature #42123 Add FakeSMS Logger transport (noniagriconomie)
- feature #38495 Option to make asset manifests strict on missing item (GromNaN)
- feature #39141 Add Amazon SNS bridge (adrien-chinour)
- feature #42239 Add Yunpian Notifier Bridge (welcoMattic)
- feature #42180 Add bridge for smsc.ru (kozlice)
- feature #42133 Remove deprecated options in translation:update command (javiereguiluz)
- feature #42088 add return types and bump to v3 (nicolas-grekas)
- feature #42050 Deprecate
TokenInterface::isAuthenticated()
(chalasr) - feature #40830 Add support of PHP backed enumerations (alexandre-daubois)
- feature #40908 Deprecate DoctrineProvider (derrabus)
- feature #41963 remove deprecated features (nicolas-grekas)
- feature #41705 add Mailjet SMS bridge (jnadaud)
- feature #41932 Remove deprecated code (derrabus)
- feature #41851 Add TesterTrait::assertCommandIsSuccessful() helper (yoannrenard)
- feature #39623 Added StopWorkerException (lyrixx)
- feature #41375 Add MessageMedia Bridge (vuphuong87)
- feature #41172 Add Telnyx notifier bridge (StaffNowa)
- feature #41786 Add commented base64 version of secrets' keys (nicolas-grekas)
- feature #41530 Deprecate the public
profiler
service to private (nicolas-grekas) - feature #41199 Deprecate the
AdapterInterface
autowiring alias, useCacheItemPoolInterface
instead (nicolas-grekas) - feature #41351 Turn deprecated public services to private (fancyweb)
- feature #41284 Remove deprecated classes in Lock (jderusse)
- feature #41300 Remove deprecated RemoteJsonManifestVersionStrategy (mbabker)
- feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)
- feature #41203 Add autowiring alias for
HttpCache\StoreInterface
(nicolas-grekas)
v5.4.0-BETA1
Changelog (v5.3.10...v5.4.0-BETA1)
- feature #43850 Add completion for DebugConfig name and path arguments (eclairia, Adrien Jourdier)
- feature #43838 feat: add completion for DebugAutowiring search argument (eclairia, Adrien Jourdier)
- feature #43857 Add completion to debug:container (GromNaN)
- feature #43891 Add completion to command messenger:consume (GromNaN)
- feature #43848 Add completion for workflow:dump (StaffNowa)
- feature #43138 Add the ability to enable the profiler using a parameter (dunglas)
- feature #43598 add suggestions for debug commands: firewall, form, messenger, router (IonBazan)
- feature #43804 Deprecate Composer 1 (derrabus)
- feature #42414 Add Expo bridge (zairigimad)
- feature #43758 Rename translation:update to translation:extract (welcoMattic)
- feature #41414 Support
statusCode
default param when loading template directly via route (dayallnash) - feature #43644 Add completion to debug:translation command (alexandre-daubois)
- feature #38542 Allow serializer default context configuration (soyuka)
- feature #43671 add ResponseIsUnprocessable (garak)
- feature #43588 Autoconfigurable attributes (alirezamirsepassi)
- feature #43682 Add completion for config:dump-reference (StaffNowa)
- feature #43626 Add completion to secrets:set and fix secrets:remove (GromNaN)
- feature #43621 Add completion for cache:pool:clear and cache:pool:delete commands (andyexeter)
- feature #42251 Bash completion integration (wouterj)
- feature #39402 Add push channel to notifier (norkunas)
- feature #43134 Add sms77 Notifier Bridge (matthiez)
- feature #42580 Add DotenvDebugCommand (chr-hertel)
- feature #42723 Log when worker should stop and when
SIGTERM
is received (ruudk) - feature #43108 Add basic support for language negotiation (GregoireHebert)
- feature #42244 Add support for configuring log level, and status code by exception class (lyrixx)
- feature #43148 Throw ValueError in debug mode when serialization fails (nicolas-grekas)
- feature #42991 Add configureContainer(), configureRoutes() and getConfigDir() to MicroKernelTrait (nicolas-grekas)
- feature #41163 Add support for reseting container services between 2 messages (lyrixx)
- feature #42965 Deprecate support for Doctrine Cache (derrabus)
- feature #41390 Add session cookie handling in cli context (alexander-schranz, Nyholm)
- feature #41566 Introduced new method for getting bundles config path (a-menshchikov)
- feature #42710 Added OhMySMTP Bridge (paul-oms)
- feature #42526 Add BrowserKitAssertionsTrait::assertThatForBrowser (koenreiniers)
- feature #42039 Autoconfigurable attributes on methods, properties and parameters (ruudk)
- feature #42423 Deprecate AnonymousToken, non-UserInterface users, and token credentials (wouterj)
- feature #42442 Deprecate AbstractController::get() and has() (fabpot)
- feature #42422 Clarify goals of AbstractController (fabpot)
- feature #42426 Autoconfigure chatter.transport_factory (ismail1432)
- feature #41522 Add TurboSms Bridge (fre5h)
- feature #42188 Add FakeChat Logger transport (noniagriconomie)
- feature #42123 Add FakeSMS Logger transport (noniagriconomie)
- feature #38495 Option to make asset manifests strict on missing item (GromNaN)
- feature #39141 Add Amazon SNS bridge (adrien-chinour)
- feature #42239 Add Yunpian Notifier Bridge (welcoMattic)
- feature #42180 Add bridge for smsc.ru (kozlice)
- feature #42050 Deprecate
TokenInterface::isAuthenticated()
(chalasr) - feature #40830 Add support of PHP backed enumerations (alexandre-daubois)
- feature #40908 Deprecate DoctrineProvider (derrabus)
- feature #41705 add Mailjet SMS bridge (jnadaud)
- feature #41851 Add TesterTrait::assertCommandIsSuccessful() helper (yoannrenard)
- feature #39623 Added StopWorkerException (lyrixx)
- feature #41375 Add MessageMedia Bridge (vuphuong87)
- feature #41172 Add Telnyx notifier bridge (StaffNowa)
- feature #41786 Add commented base64 version of secrets' keys (nicolas-grekas)
- feature #41530 Deprecate the public
profiler
service to private (nicolas-grekas) - feature #41199 Deprecate the
AdapterInterface
autowiring alias, useCacheItemPoolInterface
instead (nicolas-grekas) - feature #41203 Add autowiring alias for
HttpCache\StoreInterface
(nicolas-grekas)
v5.3.10
Changelog (v5.3.9...v5.3.10)
- bug #43627 Fix service definition when local vault is disabled (GromNaN)
v5.3.8
Changelog (v5.3.7...v5.3.8)
- bug #43206 Add missing audit-trail settings in framework workflow con… (Stephan Wentz)
- bug #43137 Avoid secrets:decrypt-to-local command to fail (noniagriconomie)
- bug #42979 fix session-related BC layer triggering deprecation (nicolas-grekas)
- bug #42771 Match 5.3 and 5.1 mailer configuration (wizardz)
- bug #42862 Clean "about" command help after Environment section was removed (GromNaN)
- bug #39350 Remove translation data_collector BEFORE adding it to profiler (l-vo)
v4.4.31
Changelog (v4.4.30...v4.4.31)
- bug #43137 Avoid secrets:decrypt-to-local command to fail (noniagriconomie)
- bug #39350 Remove translation data_collector BEFORE adding it to profiler (l-vo)
v5.3.7
Changelog (v5.3.6...v5.3.7)
- bug #42368 Fall back to default configuration in debug:config and consistently resolve parameter values (herndlm)
- bug #40744 allow null for framework.translator.default_path (SimonHeimberg)
v4.4.30
Changelog (v4.4.29...v4.4.30)
- bug #42368 Fall back to default configuration in debug:config and consistently resolve parameter values (herndlm)
- bug #40744 allow null for framework.translator.default_path (SimonHeimberg)
v5.3.4
Changelog (v5.3.3...v5.3.4)
- bug #41504 Fix default value for locales in translation push|pull commands (welcoMattic)
- bug #42079 Fixed file operations in Sodium vault seal (javiereguiluz)
- bug #41961 Need to clear cache when updating Annotation Groups on Entities (monteiro)
v5.2.12
Changelog (v5.2.11...v5.2.12)
- bug #42079 Fixed file operations in Sodium vault seal (javiereguiluz)