Update 4.0.8 release notes

[skip ci]
This commit is contained in:
Michael Klishin 2025-04-03 00:24:39 -04:00
parent e23266253e
commit 2af6181ece
No known key found for this signature in database
GPG Key ID: 44BF2725475205B2
1 changed files with 35 additions and 23 deletions

View File

@ -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`: