Skip to content

Commit dfb9de4

Browse files
committed
Fix UPGRADE files for framework.messenger.reset_on_message option
1 parent 060d328 commit dfb9de4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

UPGRADE-5.4.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ FrameworkBundle
3838
* Deprecate `get()`, `has()`, `getDoctrine()`, and `dispatchMessage()` in `AbstractController`, use method/constructor injection instead
3939
* Deprecate the `cache.adapter.doctrine` service: The Doctrine Cache library is deprecated. Either switch to Symfony Cache or use the PSR-6 adapters provided by Doctrine Cache.
4040
* In `framework.cache` configuration, using `cache.adapter.pdo` adapter with a Doctrine DBAL connection is deprecated, use `cache.adapter.doctrine_dbal` instead.
41+
* Deprecate not setting the `framework.messenger.reset_on_message` config option, its default value will change to `true` in 6.0
4142

4243
HttpKernel
4344
----------
@@ -62,13 +63,12 @@ Messenger
6263

6364
* Deprecate not setting the `delete_after_ack` config option (or DSN parameter) using the Redis transport,
6465
its default value will change to `true` in 6.0
65-
* Deprecate not setting the `reset_on_message` config option, its default value will change to `true` in 6.0
6666

6767
Monolog
6868
-------
6969

7070
* Deprecate `ResetLoggersWorkerSubscriber` to reset buffered logs in messenger
71-
workers, use "reset_on_message" option in messenger configuration instead.
71+
workers, use `framework.messenger.reset_on_message` option in FrameworkBundle messenger configuration instead.
7272

7373
SecurityBundle
7474
--------------

UPGRADE-6.0.md

-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ Messenger
172172
* Removed the `prefetch_count` parameter in the AMQP bridge.
173173
* Removed the use of TLS option for Redis Bridge, use `rediss://127.0.0.1` instead of `redis://127.0.0.1?tls=1`
174174
* The `delete_after_ack` config option of the Redis transport now defaults to `true`
175-
* The `reset_on_message` config option now defaults to `true`
176175

177176
Mime
178177
----

0 commit comments

Comments
 (0)