comparison vendor/symfony/http-foundation/CHANGELOG.md @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
comparison
equal deleted inserted replaced
4:a9cd425dd02b 5:12f9dff5fda9
142 * Refactored session attribute and flash messages system to their own 142 * Refactored session attribute and flash messages system to their own
143 `SessionBagInterface` implementations. 143 `SessionBagInterface` implementations.
144 * Added `FlashBag`. Flashes expire when retrieved by `get()` or `all()`. This 144 * Added `FlashBag`. Flashes expire when retrieved by `get()` or `all()`. This
145 implementation is ESI compatible. 145 implementation is ESI compatible.
146 * Added `AutoExpireFlashBag` (default) to replicate Symfony 2.0.x auto expire 146 * Added `AutoExpireFlashBag` (default) to replicate Symfony 2.0.x auto expire
147 behaviour of messages auto expiring after one page page load. Messages must 147 behavior of messages auto expiring after one page page load. Messages must
148 be retrieved by `get()` or `all()`. 148 be retrieved by `get()` or `all()`.
149 * Added `Symfony\Component\HttpFoundation\Attribute\AttributeBag` to replicate 149 * Added `Symfony\Component\HttpFoundation\Attribute\AttributeBag` to replicate
150 attributes storage behaviour from 2.0.x (default). 150 attributes storage behavior from 2.0.x (default).
151 * Added `Symfony\Component\HttpFoundation\Attribute\NamespacedAttributeBag` for 151 * Added `Symfony\Component\HttpFoundation\Attribute\NamespacedAttributeBag` for
152 namespace session attributes. 152 namespace session attributes.
153 * Flash API can stores messages in an array so there may be multiple messages 153 * Flash API can stores messages in an array so there may be multiple messages
154 per flash type. The old `Session` class API remains without BC break as it 154 per flash type. The old `Session` class API remains without BC break as it
155 will allow single messages as before. 155 will allow single messages as before.