This commit is contained in:
Michael Klishin 2022-04-25 11:41:07 +04:00
parent 6d4fb124ff
commit 51024c371e
No known key found for this signature in database
GPG Key ID: 8ADA141E1AD87C94
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ Quorum queues now support [message TTL](https://rabbitmq.com/ttl.html), at-most-
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 ([at RC stage](https://www.erlang.org/news/156) 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.
The operator must opt in to use them, CQv1 is still used by default.