File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,6 +200,12 @@ compared to other versions.
200200
201201 GitHub issue: [ #13885 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/13885 )
202202
203+ * The ` x-modulus-hash ` exchange type, previously provided by the sharding plugin, was moved
204+ into the core and reworked to provide stable message routing (distribution)
205+ assuming a stable set of bindings, including between node restarts.
206+
207+ GitHub issue: [ #15849 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/15849 )
208+
203209 * When quorum queue members (replicas) are deleted from a node, either manually
204210 via ` rabbitmq-queues shrink ` or as part of ` rabbitmqctl forget_cluster_node ` ,
205211 the members are stopped in parallel.
@@ -370,6 +376,17 @@ auth_http.authorization_failure_disclosure = true
370376 GitHub issue: [ #14641 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14641 )
371377
372378
379+ ### Sharding Plugin
380+
381+ #### Enhancements
382+
383+ * The ` x-modulus-hash ` exchange type, previously provided by the sharding plugin, was moved
384+ into the core and reworked to provide stable message routing (distribution)
385+ assuming a stable set of bindings, including between node restarts.
386+
387+ GitHub issue: [ #15849 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/15849 )
388+
389+
373390### Tracing Plugin
374391
375392#### Bug Fixes
You can’t perform that action at this time.
0 commit comments