56 lines (38 loc) · 1.63 KB
Command::setHidden() has a default value (true) for $hidden parameter
Removed argument $usePutenv from Dotenv's constructor, use Dotenv::usePutenv() instead.
Removed LegacyEventDispatcherProxy. Use the event dispatcher without the proxy.
Added the getIsEmptyCallback() method to the FormConfigInterface.
Added the setIsEmptyCallback() method to the FormConfigBuilderInterface.
MicroKernelTrait::configureRoutes() is now always called with a RoutingConfigurator
The "framework.router.utf8" configuration option defaults to true
Removed Response::create(), JsonResponse::create(),
RedirectResponse::create(), and StreamedResponse::create() methods (use
__construct() instead)
Removed AmqpExt transport. Run composer require symfony/amqp-messenger to keep the transport in your application.
Removed Doctrine transport. Run composer require symfony/doctrine-messenger to keep the transport in your application.
Removed RedisExt transport. Run composer require symfony/redis-messenger to keep the transport in your application.
Use of invalid options in Redis and AMQP connections now throws an error.
Removed RouteCollectionBuilder.
Added argument $priority to RouteCollection::add()
Removed the RouteCompiler::REGEX_DELIMITER constant
Removed ROLE_PREVIOUS_ADMIN role in favor of IS_IMPERSONATOR attribute
You can’t perform that action at this time.