Update 3.10.6 release notes
This commit is contained in:
parent
fcdb0d3e08
commit
b2371cef70
|
@ -31,6 +31,21 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
|
|||
|
||||
GitHub issue: [#4982](https://github.com/rabbitmq/rabbitmq-server/pull/4982)
|
||||
|
||||
* CRC32 checksum verification now can be disabled for quorum queues:
|
||||
|
||||
```
|
||||
quorum_queue.compute_checksums = false
|
||||
```
|
||||
|
||||
This may be beneficial in environments that messages are large and CPU resources
|
||||
are limited. Note the CRC32 checksums are not the only data corruption detection
|
||||
mechanism used by quorum queues but they are good at catching certain types of corruption.
|
||||
|
||||
Disabling checksums can provide quorum queue throughput boost of up to 15%.
|
||||
In environments where message size is small the gains will be smaller.
|
||||
|
||||
GitHub issue: [#5166](https://github.com/rabbitmq/rabbitmq-server/pull/5166)
|
||||
|
||||
* TLS configuration for inter-node stream replication connections now can
|
||||
use function references and definitions.
|
||||
|
||||
|
@ -107,7 +122,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
|
|||
|
||||
## Dependency Upgrades
|
||||
|
||||
* `osiris` upgraded from [`1.2.7` to `1.2.8`](https://github.com/rabbitmq/osiris/compare/v1.2.7...v1.2.8)
|
||||
* `ra` upgraded from [`2.0.13` to `2.2.0`](https://github.com/rabbitmq/ra/compare/v2.0.13...v2.2.0)
|
||||
|
||||
|
||||
## Source Code Archives
|
||||
|
|
Loading…
Reference in New Issue