diff --git a/release-notes/3.10.0.md b/release-notes/3.10.0.md index 09fbea0c9e..8c8ffdfbe1 100644 --- a/release-notes/3.10.0.md +++ b/release-notes/3.10.0.md @@ -1,13 +1,14 @@ ## Highlights -This release improves efficiency of quorum and classic queues. Per-queue memory footprint was reduced for some +This release [improves efficiency](https://blog.rabbitmq.com/posts/2022/05/rabbitmq-3.10-performance-improvements/) of quorum and classic queues. +Per-queue memory footprint was reduced for some workloads. Queue operations produce less runtime GC pressure. Quorum queues now support [message TTL](https://rabbitmq.com/ttl.html), at-most-once and at-least-once strategies for dead-lettering, an operationally safer re-queue operation behavior, and can be used for durable MQTT subscriptions in new clusters. -3.10.0 is the first release to introduce Erlang 25 support ([at RC stage](https://www.erlang.org/news/156) at the time of writing) +3.10.0 is the first release to introduce [Erlang 25 support](https://www.erlang.org/blog/my-otp-25-highlights/) at the time of writing) which includes JIT support for 64-bit ARM processors. Classic queues now ship a new message store and queue index implementation known as CQv2.