Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update symfony packages (major) #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 22, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
symfony/framework-bundle (source) require major ^3.0 -> 5.2.6
symfony/serializer (source) require major ^3.0 -> 5.2.4

Release Notes

symfony/framework-bundle

v5.2.6

Compare Source

Changelog (symfony/framework-bundle@v5.2.5...v5.2.6)

  • bug #​40544 ensure TestBrowserToken::$firewallName is serialized (kbond)
  • bug #​40497 enable HTTP method overrides as early as possible with the HTTP cache (xabbuh)
  • bug #​40368 Make the TestBrowserToken interchangeable with other tokens (Seldaek)
  • bug #​40178 Exclude unreadable files when executing About command (michaljusiega)
  • bug #​40373 Check if templating engine supports given view (fritzmg)
  • bug #​40313 Fix PropertyAccess definition when not in debug (PedroTroller)

v5.2.5

Compare Source

Changelog (symfony/framework-bundle@v5.2.4...v5.2.5)

  • bug #​40421 fix XSD (nicolas-grekas)
  • bug #​40378 Changing ZulipTransportFactory tag to prevent the exception UnsupportedSchemeException (big-r81)

v5.2.4

Compare Source

Changelog (symfony/framework-bundle@v5.2.3...v5.2.4)

  • bug #​40281 Allow x-forwarded-prefix trusted header in config (drupol)
  • bug #​40135 Fix freshness checks with boolean parameters on routes (HypeMC)
  • bug #​40138 fix registering "annotations.cache" on the "container.hot_path" (nicolas-grekas)
  • bug #​40116 scan directories for translations sequentially (xabbuh)
  • bug #​40050 Fixed updating catalogue metadata from Intl domain (yceruto)
  • bug #​39659 keep valid submitted choices when additional choices are submitted (xabbuh)

v5.2.3

Compare Source

Changelog (symfony/framework-bundle@v5.2.2...v5.2.3)

  • no changes

v5.2.2

Compare Source

Changelog (symfony/framework-bundle@v5.2.1...v5.2.2)

  • bug #​39797 Dont allow unserializing classes with a destructor (jderusse)
  • bug #​39692 Dump abstract arguments (jderusse)
  • bug #​39686 Fix config merging in lock (jderusse)
  • bug #​39672 Fix UidNormalizer priority (fancyweb)

v5.2.1

Compare Source

Changelog (symfony/framework-bundle@v5.2.0...v5.2.1)

  • bug #​39555 Fix NFS detection on macOs (jderusse)
  • bug #​39360 Fix cache:clear with buildDir (jderusse)
  • bug #​39494 Add missing symfony/deprecation-contracts requirement (jderusse)
  • bug #​39478 Fix missing kernel.build_dir on cache clear (chalasr)
  • bug #​39442 Fix enabled key for ratelimiter config (pierredup)
  • bug #​39268 Use decoration instead of class replacement for mock factory (GaryPEGEOT)
  • bug #​39361 acces public-deprecated services via the private container to remove false-positive deprecations (nicolas-grekas)
  • bug #​39357 fix preserving some special chars in the query string (nicolas-grekas)
  • bug #​39313 TextDescriptor::formatControllerLink checked method… (fjogeleit)
  • bug #​39256 Fixed case when the marking store is not defined (lyrixx)

v5.2.0

Compare Source

  • Added framework.http_cache configuration tree
  • Added framework.trusted_proxies and framework.trusted_headers configuration options
  • Deprecated the public form.factory, form.type.file, translator, security.csrf.token_manager, serializer,
    cache_clearer, filesystem and validator services to private.
  • Added TemplateAwareDataCollectorInterface and AbstractDataCollector to simplify custom data collector creation and leverage autoconfiguration
  • Add cache.adapter.redis_tag_aware tag to use RedisCacheAwareAdapter
  • added framework.http_client.retry_failing configuration tree
  • added assertCheckboxChecked() and assertCheckboxNotChecked() in WebTestCase
  • added assertFormValue() and assertNoFormValue() in WebTestCase
  • Added "--as-tree=3" option to translation:update command to dump messages as a tree-like structure. The given value defines the level where to switch to inline YAML
  • Deprecated the lock.RESOURCE_NAME and lock.RESOURCE_NAME.store services and the lock, LockInterface, lock.store and PersistingStoreInterface aliases, use lock.RESOURCE_NAME.factory, lock.factory or LockFactory instead.

v5.1.11

Compare Source

Changelog (symfony/framework-bundle@v5.1.10...v5.1.11)

  • bug #​39797 Dont allow unserializing classes with a destructor (jderusse)
  • bug #​39692 Dump abstract arguments (jderusse)
  • bug #​39686 Fix config merging in lock (jderusse)

v5.1.10

Compare Source

Changelog (symfony/framework-bundle@v5.1.9...v5.1.10)

  • bug #​39494 Add missing symfony/deprecation-contracts requirement (jderusse)
  • bug #​39361 acces public-deprecated services via the private container to remove false-positive deprecations (nicolas-grekas)
  • bug #​39357 fix preserving some special chars in the query string (nicolas-grekas)
  • bug #​39313 TextDescriptor::formatControllerLink checked method… (fjogeleit)

v5.1.9

Compare Source

Changelog (symfony/framework-bundle@v5.1.8...v5.1.9)

  • bug #​39072 fix firebase transport factory DI tag type (xabbuh)
  • bug #​38999 autoconfigure behavior describing tags on decorators (xabbuh)
  • bug #​38867 Fixing TranslationUpdateCommand failure when using "--no-backup" (liarco)

v5.1.8

Compare Source

Changelog (symfony/framework-bundle@v5.1.7...v5.1.8)

  • bug #​38578 Add missing use statement (jderusse)

v5.1.7

Compare Source

Changelog (symfony/framework-bundle@v5.1.6...v5.1.7)

  • bug #​38348 Add Mailjet definition (michaelKaefer)
  • bug #​38343 Revert "bug #​38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable" (nicolas-grekas)

v5.1.6

Compare Source

Changelog (symfony/framework-bundle@v5.1.5...v5.1.6)

  • bug #​38226 loadRoutes shoud receive RoutingPhpFileLoader (grachevko)
  • bug #​38202 Fix xsd definition which prevent to add more than one workflow metadata (l-vo)
  • bug #​38142 adopt src/.preload.php (nicolas-grekas)
  • bug #​38095 Remove unnecessary check for existing request (jschaedl)
  • bug #​38063 generate preload.php in src/ to make opcache.preload predictable (nicolas-grekas)

v5.1.5

Compare Source

Changelog (symfony/framework-bundle@v5.1.4...v5.1.5)

  • no changes

v5.1.4

Compare Source

Changelog (symfony/framework-bundle@v5.1.3...v5.1.4)

  • bug #​37849 Add missing mailer transports in xsd (l-vo)
  • bug #​37729 fail properly when the required service is not defined (xabbuh)
  • bug #​37705 Added the missing reset tag to mailer.logger_message_listener (vudaltsov)

v5.1.3

Compare Source

Changelog (symfony/framework-bundle@v5.1.2...v5.1.3)

  • bug #​37572 set default session.handler alias if handler_id is not provided (Youssef BENHSSAIEN)
  • bug #​37271 preserve dots in query-string when redirecting (nicolas-grekas)
  • bug #​37270 preserve dots in query-string when redirecting (nicolas-grekas)

v5.1.2

Compare Source

Changelog (symfony/framework-bundle@v5.1.1...v5.1.2)

  • no changes

v5.1.1

Compare Source

Changelog (symfony/framework-bundle@v5.1.0...v5.1.1)

  • bug #​37044 Apply ExpressionLanguageProviderPass to router.default (wizhippo)
  • bug #​37154 Remove reference to APP_SECRET in MicroKernelTrait (nicolas-grekas)
  • bug #​36913 fix type annotation on ControllerTrait::addFlash() (ThomasLandauer)
  • bug #​37058 Extension Serializer issue (Korbeil)
  • bug #​37028 Fix enabled_locales behavior (tgalopin)

v5.1.0

Compare Source

  • Removed --no-backup option from translation:update command (broken since 5.0.0)
  • Added link to source for controllers registered as named services
  • Added link to source on controller on router:match/debug:router (when framework.ide is configured)
  • Added the framework.router.default_uri configuration option to configure the default RequestContext
  • Made MicroKernelTrait::configureContainer() compatible with ContainerConfigurator
  • Added a new mailer.message_bus option to configure or disable the message bus to use to send mails.
  • Added flex-compatible default implementation for MicroKernelTrait::registerBundles()
  • Deprecated passing a RouteCollectionBuilder to MicroKernelTrait::configureRoutes(), type-hint RoutingConfigurator instead
  • The TemplateController now accepts context argument
  • Deprecated not setting the "framework.router.utf8" configuration option as it will default to true in Symfony 6.0
  • Added tag routing.expression_language_function to define functions available in route conditions
  • Added debug:container --deprecations option to see compile-time deprecations.
  • Made BrowserKitAssertionsTrait report the original error message in case of a failure
  • Added ability for config:dump-reference and debug:config to dump and debug kernel container extension configuration.
  • Deprecated session.attribute_bag service and session.flash_bag service.

v5.0.11

Compare Source

Changelog (symfony/framework-bundle@v5.0.10...v5.0.11)

  • bug #​37572 set default session.handler alias if handler_id is not provided (Youssef BENHSSAIEN)
  • bug #​37271 preserve dots in query-string when redirecting (nicolas-grekas)
  • bug #​37270 preserve dots in query-string when redirecting (nicolas-grekas)

v5.0.10

Compare Source

Changelog (symfony/framework-bundle@v5.0.9...v5.0.10)

  • bug #​36913 fix type annotation on ControllerTrait::addFlash() (ThomasLandauer)

v5.0.9

Compare Source

Changelog (symfony/framework-bundle@v5.0.8...v5.0.9)

  • bug #​36505 Fix for translation:update command updating ICU messages (artemoliynyk)

v5.0.8

Compare Source

Changelog (symfony/framework-bundle@v5.0.7...v5.0.8)

  • bug #​36519 debug:autowiring: Fix wrong display when using class_alias (weaverryan)
  • bug #​36506 Fix session.attribute_bag service definition (fancyweb)
  • bug #​36441 fix loading defaults when using the PHP-DSL (nicolas-grekas)
  • bug #​36400 Allowing empty secrets to be set (weaverryan)
  • bug #​36377 Fix scoped client without query option configuration (X-Coder264)
  • bug #​36342 fix compat with Debug component (nicolas-grekas)

v5.0.7

Compare Source

Changelog (symfony/framework-bundle@v5.0.6...v5.0.7)

  • bug #​36261 revert to legacy wiring of the session when circular refs are detected (nicolas-grekas)

v5.0.6

Compare Source

Changelog (symfony/framework-bundle@v5.0.5...v5.0.6)

  • bug #​36143 Fix Router Cache (guillbdx)
  • bug #​36103 fix preloading script generation (nicolas-grekas)
  • bug #​36063 start session on flashbag injection (William Arslett)
  • bug #​35912 register only existing transport factories (xabbuh)

v5.0.5

Compare Source

Changelog (symfony/framework-bundle@v5.0.4...v5.0.5)

  • bug #​35897 add missing Messenger options to XML schema definition (xabbuh)
  • bug #​35830 Skip notifiers tags in UnusedTagsPass (chalasr)
  • bug #​35826 Add correct tags for NullTransportFactory (jschaedl)
  • bug #​35605 fix support for samesite in session cookies (fabpot)
  • bug #​35553 Fix HTTP client config handling (julienfalque)
  • bug #​35161 Check non-null type for numeric type (Arman-Hosseini)

v5.0.4

Compare Source

Changelog (symfony/framework-bundle@v5.0.3...v5.0.4)

  • bug #​35486 Default value for 'sort' option in translation:update should be 'asc' (versgui)
  • bug #​35502 Fix bug when using single route with XML config (Nyholm)

v5.0.3

Compare Source

Changelog (symfony/framework-bundle@v5.0.2...v5.0.3)

  • bug #​35351 Revert #​34797 "Fixed translations file dumper behavior" and fix #​34713 (yceruto)
  • bug #​35323 Set booted flag to false when test kernel is unset (thiagocordeiro)
  • bug #​35306 Make sure one can use fragments.hinclude_default_template (Nyholm)
  • bug #​35299 Avoid stale-if-error in FrameworkBundle's HttpCache if kernel.debug = true (mpdude)
  • bug #​35247 Only skip .errored. services (fancyweb)
  • bug #​35170 Do not output positive feedback on stderr (fancyweb)
  • bug #​35099 Do not throw exception on value generate key (jderusse)

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

  • Removed support to load translation resources from the legacy directories src/Resources/translations/ and src/Resources/<BundleName>/translations/
  • Removed ControllerNameParser.
  • Removed ResolveControllerNameSubscriber
  • Removed support for bundle:controller:action to reference controllers. Use serviceOrFqcn::method instead
  • Removed support for PHP templating, use Twig instead
  • Removed Controller, use AbstractController instead
  • Removed Client, use KernelBrowser instead
  • Removed ContainerAwareCommand, use dependency injection instead
  • Removed the validation.strict_email option, use validation.email_validation_mode instead
  • Removed the cache.app.simple service and its corresponding PSR-16 autowiring alias
  • Removed cache-related compiler passes and RequestDataCollector
  • Removed the translator.selector and session.save_listener services
  • Removed SecurityUserValueResolver, use UserValueResolver instead
  • Removed routing.loader.service.
  • Service route loaders must be tagged with routing.route_loader.
  • Added slugger service and SluggerInterface alias
  • Removed the lock.store.flock, lock.store.semaphore, lock.store.memcached.abstract and lock.store.redis.abstract services.
  • Removed the router.cache_class_prefix parameter.

v4.4.21

Compare Source

Changelog (symfony/framework-bundle@v4.4.20...v4.4.21)

  • bug #​40178 Exclude unreadable files when executing About command (michaljusiega)
  • bug #​40398 : Fix method name compare in ResolveControllerNameSubscriber (glensc)
  • bug #​40373 Check if templating engine supports given view (fritzmg)
  • bug #​40313 Fix PropertyAccess definition when not in debug (PedroTroller)

v4.4.20

Compare Source

Changelog (symfony/framework-bundle@v4.4.19...v4.4.20)

  • bug #​40135 Fix freshness checks with boolean parameters on routes (HypeMC)
  • bug #​40138 fix registering "annotations.cache" on the "container.hot_path" (nicolas-grekas)
  • bug #​40116 scan directories for translations sequentially (xabbuh)
  • bug #​40050 Fixed updating catalogue metadata from Intl domain (yceruto)
  • bug #​39659 keep valid submitted choices when additional choices are submitted (xabbuh)

v4.4.19

Compare Source

Changelog (symfony/framework-bundle@v4.4.18...v4.4.19)

  • bug #​39797 Dont allow unserializing classes with a destructor (jderusse)
  • bug #​39686 Fix config merging in lock (jderusse)

v4.4.18

Compare Source

Changelog (symfony/framework-bundle@v4.4.17...v4.4.18)

  • bug #​39357 fix preserving some special chars in the query string (nicolas-grekas)
  • bug #​39313 TextDescriptor::formatControllerLink checked method… (fjogeleit)

v4.4.17

Compare Source

Changelog (symfony/framework-bundle@v4.4.16...v4.4.17)

  • bug #​38999 autoconfigure behavior describing tags on decorators (xabbuh)

v4.4.16

Compare Source

Changelog (symfony/framework-bundle@v4.4.15...v4.4.16)

  • no changes

v4.4.15

Compare Source

Changelog (symfony/framework-bundle@v4.4.14...v4.4.15)

  • bug #​38343 Revert "bug #​38063 [FrameworkBundle] generate preload.php in src/ to make opcache.preload predictable" (nicolas-grekas)

v4.4.14

Compare Source

Changelog (symfony/framework-bundle@v4.4.13...v4.4.14)

  • bug #​38202 Fix xsd definition which prevent to add more than one workflow metadata (l-vo)
  • bug #​38142 adopt src/.preload.php (nicolas-grekas)
  • bug #​38095 Remove unnecessary check for existing request (jschaedl)
  • bug #​38063 generate preload.php in src/ to make opcache.preload predictable (nicolas-grekas)

v4.4.13

Compare Source

Changelog (symfony/framework-bundle@v4.4.12...v4.4.13)

  • no changes

v4.4.12

Compare Source

Changelog (symfony/framework-bundle@v4.4.11...v4.4.12)

  • bug #​37849 Add missing mailer transports in xsd (l-vo)
  • bug #​37729 fail properly when the required service is not defined (xabbuh)
  • bug #​37705 Added the missing reset tag to mailer.logger_message_listener (vudaltsov)

v4.4.11

Compare Source

Changelog (symfony/framework-bundle@v4.4.10...v4.4.11)

  • bug #​37572 set default session.handler alias if handler_id is not provided (Youssef BENHSSAIEN)
  • bug #​37271 preserve dots in query-string when redirecting (nicolas-grekas)
  • bug #​37270 preserve dots in query-string when redirecting (nicolas-grekas)

v4.4.10

Compare Source

Changelog (symfony/framework-bundle@v4.4.9...v4.4.10)

  • bug #​36913 fix type annotation on ControllerTrait::addFlash() (ThomasLandauer)

v4.4.9

Compare Source

Changelog (symfony/framework-bundle@v4.4.8...v4.4.9)

  • bug #​36505 Fix for translation:update command updating ICU messages (artemoliynyk)

v4.4.8

Compare Source

Changelog (symfony/framework-bundle@v4.4.7...v4.4.8)

  • bug #​36519 debug:autowiring: Fix wrong display when using class_alias (weaverryan)
  • bug #​36506 Fix session.attribute_bag service definition (fancyweb)
  • bug #​36441 fix loading defaults when using the PHP-DSL (nicolas-grekas)
  • bug #​36400 Allowing empty secrets to be set (weaverryan)
  • bug #​36377 Fix scoped client without query option configuration (X-Coder264)
  • bug #​36342 fix compat with Debug component (nicolas-grekas)

v4.4.7

Compare Source

Changelog (symfony/framework-bundle@v4.4.6...v4.4.7)

  • bug #​36261 revert to legacy wiring of the session when circular refs are detected (nicolas-grekas)

v4.4.6

Compare Source

Changelog (symfony/framework-bundle@v4.4.5...v4.4.6)

  • bug #​36143 Fix Router Cache (guillbdx)
  • bug #​36103 fix preloading script generation (nicolas-grekas)
  • bug #​36063 start session on flashbag injection (William Arslett)
  • bug #​35912 register only existing transport factories (xabbuh)

v4.4.5

Compare Source

Changelog (symfony/framework-bundle@v4.4.4...v4.4.5)

  • bug #​35897 add missing Messenger options to XML schema definition (xabbuh)
  • bug #​35605 fix support for samesite in session cookies (fabpot)
  • bug #​35553 Fix HTTP client config handling (julienfalque)
  • bug #​35161 Check non-null type for numeric type (Arman-Hosseini)

v4.4.4

Compare Source

Changelog (symfony/framework-bundle@v4.4.3...v4.4.4)

  • bug #​35486 Default value for 'sort' option in translation:update should be 'asc' (versgui)
  • bug #​35502 Fix bug when using single route with XML config (Nyholm)

v4.4.3

Compare Source

v4.4.2

Compare Source

v4.4.1

Compare Source

v4.4.0

Compare Source

  • Added lint:container command to check that services wiring matches type declarations
  • Added MailerAssertionsTrait
  • Deprecated support for templating engine in TemplateController, use Twig instead
  • Deprecated the $parser argument of ControllerResolver::__construct() and DelegatingLoader::__construct()
  • Deprecated the controller_name_converter and resolve_controller_name_subscriber services
  • The ControllerResolver and DelegatingLoader classes have been marked as final
  • Added support for configuring chained cache pools
  • Deprecated calling WebTestCase::createClient() while a kernel has been booted, ensure the kernel is shut down before calling the method
  • Deprecated routing.loader.service, use routing.loader.container instead.
  • Not tagging service route loaders with routing.route_loader has been deprecated.
  • Overriding the methods KernelTestCase::tearDown() and WebTestCase::tearDown() without the void return-type is deprecated.
  • Added new error_controller configuration to handle system exceptions
  • Added sort option for translation:update command.
  • [BC Break] The framework.messenger.routing.senders config key is not deeply merged anymore.
  • Added secrets:* commands to deal with secrets seamlessly.
  • Made framework.session.handler_id accept a DSN
  • Marked the RouterDataCollector class as @final.
  • [BC Break] The framework.messenger.buses.<name>.middleware config key is not deeply merged anymore.
  • Moved MailerAssertionsTrait in KernelTestCase

v4.3.11

Compare Source

Changelog (symfony/framework-bundle@v4.3.10...v4.3.11)

  • no changes

v4.3.10

Compare Source

v4.3.9

Compare Source

v4.3.8

Compare Source

v4.3.7

Compare Source

v4.3.6

Compare Source

v4.3.5

Compare Source

v4.3.4

Compare Source

v4.3.3

Compare Source

v4.3.2

Compare Source

v4.3.1

Compare Source

v4.3.0

Compare Source

  • Deprecated the framework.templating option, configure the Twig bundle instead.
  • Added WebTestAssertionsTrait (included by default in WebTestCase)
  • Renamed Client to KernelBrowser
  • Not passing the project directory to the constructor of the AssetsInstallCommand is deprecated. This argument will
    be mandatory in 5.0.
  • Deprecated the "Psr\SimpleCache\CacheInterface" / "cache.app.simple" service, use "Symfony\Contracts\Cache\CacheInterface" / "cache.app" instead
  • Added the ability to specify a custom serializer option for each
    transport underframework.messenger.transports.
  • Added the RegisterLocaleAwareServicesPass and configured the LocaleAwareListener
  • [BC Break] When using Messenger, the default transport changed from
    using Symfony's serializer service to use PhpSerializer, which uses
    PHP's native serialize() and unserialize() functions. To use the
    original serialization method, set the framework.messenger.default_serializer
    config option to messenger.transport.symfony_serializer. Or set the
    serializer option under one specific transport.
  • [BC Break] The framework.messenger.serializer config key changed to
    framework.messenger.default_serializer, which holds the string service
    id and framework.messenger.symfony_serializer, which configures the
    options if you're using Symfony's serializer.
  • [BC Break] Removed the framework.messenger.routing.send_and_handle configuration.
    Instead of setting it to true, configure a SyncTransport and route messages to it.
  • Added information about deprecated aliases in debug:autowiring
  • Added php ini session options sid_length and sid_bits_per_character
    to the session section of the configuration
  • Added support for Translator paths, Twig paths in translation commands.
  • Added support for PHP files with translations in translation commands.
  • Added support for boolean container parameters within routes.
  • Added the messenger:setup-transports command to setup messenger transports
  • Added a InMemoryTransport to Messenger. Use it with a DSN starting with in-memory://.
  • Added framework.property_access.throw_exception_on_invalid_property_path config option.
  • Added cache:pool:list command to list all available cache pools.

v4.2.12

Compare Source

v4.2.11

Compare Source

v4.2.10

Compare Source

v4.2.9

Compare Source

v4.2.8

Compare Source

v4.2.7

Compare Source

v4.2.6

Compare Source

v4.2.5

Compare Source

v4.2.4

Compare Source

v4.2.3

Compare Source

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

  • Added a AbstractController::addLink() method to add Link headers to the current response
  • Allowed configuring taggable cache pools via a new framework.cache.pools.tags option (bool|service-id)
  • Allowed configuring PDO-based cache pools via a new cache.adapter.pdo abstract service
  • Deprecated auto-injection of the container in AbstractController instances, register them as service subscribers instead
  • Deprecated processing of services tagged security.expression_language_provider in favor of a new AddExpressionLanguageProvidersPass in SecurityBundle.
  • Deprecated the Symfony\Bundle\FrameworkBundle\Controller\Controller class in favor of Symfony\Bundle\FrameworkBundle\Controller\AbstractController.
  • Enabled autoconfiguration for Psr\Log\LoggerAwareInterface
  • Added new "auto" mode for framework.session.cookie_secure to turn it on when HTTPS is used
  • Removed the framework.messenger.encoder and framework.messenger.decoder options. Use the framework.messenger.serializer.id option to replace the Messenger serializer.
  • Deprecated the ContainerAwareCommand class in favor of Symfony\Component\Console\Command\Command
  • Made debug:container and debug:autowiring ignore backslashes in service ids
  • Deprecated the Templating\Helper\TranslatorHelper::transChoice() method, use the trans() one instead with a %count% parameter
  • Deprecated CacheCollectorPass. Use Symfony\Component\Cache\DependencyInjection\CacheCollectorPass instead.
  • Deprecated CachePoolClearerPass. Use Symfony\Component\Cache\DependencyInjection\CachePoolClearerPass instead.
  • Deprecated CachePoolPass. Use Symfony\Component\Cache\DependencyInjection\CachePoolPass instead.
  • Deprecated CachePoolPrunerPass. Use Symfony\Component\Cache\DependencyInjection\CachePoolPrunerPass instead.
  • Deprecated support for legacy translations directories src/Resources/translations/ and src/Resources/<BundleName>/translations/, use translations/ instead.
  • Deprecated support for the legacy directory structure in translation:update and debug:translation commands.

v4.1.12

Compare Source

v4.1.11

Compare Source

v4.1.10

Compare Source

v4.1.9

Compare Source

v4.1.8

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

  • Allowed to pass an optional LoggerInterface $logger instance to the Router
  • Added a new parameter_bag service with related autowiring aliases to access parameters as-a-service
  • Allowed the Router to work with any PSR-11 container
  • Added option in workflow dump command to label graph with a custom label
  • Using a RouterInterface that does not implement the WarmableInterface is deprecated.
  • Warming up a router in RouterCacheWarmer that does not implement the WarmableInterface is deprecated and will not
    be supported anymore in 5.0.
  • The RequestDataCollector class has been deprecated. Use the Symfony\Component\HttpKernel\DataCollector\RequestDataCollector class instead.
  • The RedirectController class allows for 307/308 HTTP status codes
  • Deprecated bundle:controller:action syntax to reference controllers. Use serviceOrFqcn::method instead where serviceOrFqcn
    is either the service ID or the FQCN of the controller.
  • Deprecated Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
  • The container.service_locator tag of ServiceLocators is now autoconfigured.
  • Add the ability to search a route in debug:router.
  • Add the ability to use SameSite cookies for sessions.

v4.0.15

Compare Source

v4.0.14

Compare Source

v4.0.13

Compare Source

v4.0.12

Compare Source

v4.0.11

Compare Source

v4.0.10

Compare Source

v4.0.9

Compare Source

v4.0.8

Compare Source

v4.0.7

Compare Source

v4.0.6

Compare Source

v4.0.5

Compare Source

v4.0.4

Compare Source

v4.0.3

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

  • The default type option of the framework.workflows.* configuration entries is state_machine
  • removed AddConsoleCommandPass, AddConstraintValidatorsPass,
    AddValidatorInitializersPass, CompilerDebugDumpPass, ConfigCachePass,
    ControllerArgumentValueResolverPass, FormPass, PropertyInfoPass,
    RoutingResolverPass, SerializerPass, ValidateWorkflowsPass
  • made Translator::__construct() $defaultLocale argument required
  • removed SessionListener, TestSessionListener
  • Removed cache:clear warmup part along with the --no-optional-warmers option
  • Removed core form types services registration when unnecessary
  • Removed framework.serializer.cache option and serializer.mapping.cache.apc, serializer.mapping.cache.doctrine.apc services
  • Removed ConstraintValidatorFactory
  • Removed class parameters related to routing
  • Removed absolute template paths support in the template name parser
  • Removed support of the KERNEL_DIR environment variable with KernelTestCase::getKernelClass().
  • Removed the KernelTestCase::getPhpUnitXmlDir() and KernelTestCase::getPhpUnitCliConfigArgument() methods.
  • Removed the "framework.validation.cache" configuration option. Configure the "cache.validator" service under "framework.cache.pools" instead.
  • Removed PhpStringTokenParser, use Symfony\Component\Translation\Extractor\PhpStringTokenParser instead.
  • Removed PhpExtractor, use Symfony\Component\Translation\Extractor\PhpExtractor instead.
  • Removed the use_strict_mode session option, it's is now enabled by default

v3.4.47

Compare Source

Changelog (symfony/framework-bundle@v3.4.46...v3.4.47)

  • no changes

v3.4.46

Compare Source

Changelog (symfony/framework-bundle@v3.4.45...v3.4.46)

  • no changes

v3.4.45

Compare Source

Changelog (symfony/framework-bundle@v3.4.44...v3.4.45)

  • no changes

v3.4.44

Compare Source

Changelog (symfony/framework-bundle@v3.4.43...v3.4.44)

  • no changes

v3.4.43

Compare Source

Changelog (symfony/framework-bundle@v3.4.42...v3.4.43)

  • bug #​37572 set default session.handler alias if handler_id is not provided (Youssef BENHSSAIEN)
  • bug #​37270 preserve dots in query-string when redirecting (nicolas-grekas)

v3.4.42

Compare Source

Changelog (symfony/framework-bundle@v3.4.41...v3.4.42)

  • bug #​36913 fix type annotation on ControllerTrait::addFlash() (ThomasLandauer)

v3.4.41

Compare Source

Changelog (symfony/framework-bundle@v3.4.40...v3.4.41)

  • no changes

v3.4.40

Compare Source

Changelog (symfony/framework-bundle@v3.4.39...v3.4.40)

  • bug #​36506 Fix session.attribute_bag service definition (fancyweb)
  • bug #​36441 fix loading defaults when using the PHP-DSL (nicolas-grekas)
  • bug #​36261 revert to legacy wiring of the session when circular refs are detected (nicolas-grekas)

v3.4.39

Compare Source

Changelog (symfony/framework-bundle@v3.4.38...v3.4.39)


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant