parent
e23266253e
commit
2af6181ece
|
@ -30,6 +30,13 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
|
|||
|
||||
GitHub issue: [#13530](https://github.com/rabbitmq/rabbitmq-server/pull/13530)
|
||||
|
||||
* Peer discovery retry limit supports the value of `infinity`
|
||||
but the `cluster_formation.discovery_retry_limit` key in `rabbitmq.conf` only accepted positive integers.
|
||||
|
||||
Contributed by @SimonUnge.
|
||||
|
||||
GitHub issue: [#13676](https://github.com/rabbitmq/rabbitmq-server/pull/13676)
|
||||
|
||||
#### Enhancements
|
||||
|
||||
* Quorum queue checkpoint algorithm was tweaked to take checkpoints more frequently, thus
|
||||
|
@ -86,6 +93,11 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
|
|||
|
||||
GitHub issue: [#13660](https://github.com/rabbitmq/rabbitmq-server/pull/13660)
|
||||
|
||||
* TCP load balancer health checks (TCP connections that do not proceed to complete the RabbitMQ Stream Protocol handshake)
|
||||
previously resulted in an exception in the log.
|
||||
|
||||
GitHub issue: [#13678](https://github.com/rabbitmq/rabbitmq-server/pull/13678)
|
||||
|
||||
#### Enhancements
|
||||
|
||||
* Stream replication connections now can be configured to use IPv6 using `advanced.config`:
|
||||
|
|
Loading…
Reference in New Issue