This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/UPGRADE-5.1.md

21 lines
520 B
Markdown
Raw Normal View History

UPGRADE FROM 5.0 to 5.1
=======================
FrameworkBundle
---------------
* Marked `MicroKernelTrait::configureRoutes()` as `@internal` and `@final`.
* Deprecated not overriding `MicroKernelTrait::configureRouting()`.
2019-12-03 06:17:06 +00:00
HttpFoundation
--------------
* Deprecate `Response::create()`, `JsonResponse::create()`,
`RedirectResponse::create()`, and `StreamedResponse::create()` methods (use
`__construct()` instead)
Routing
-------
* Deprecated `RouteCollectionBuilder` in favor of `RoutingConfigurator`.