summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2023-05-17 21:17:43 +0400
committerMichael Klishin <michael@clojurewerkz.org>2023-05-17 21:17:47 +0400
commit8424f0456bff411cc9d8379109044fd205ed151e (patch)
tree7991158237e53deed0623923fb44eb46d94b286b
parentf3fbc9341ae41c5c9bad76f51b79bd641d5f64ff (diff)
downloadrabbitmq-server-git-8424f0456bff411cc9d8379109044fd205ed151e.tar.gz
More 3.12.0 release notes edits
-rw-r--r--release-notes/3.12.0.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/release-notes/3.12.0.md b/release-notes/3.12.0.md
index f12b3a2617..031fb91ece 100644
--- a/release-notes/3.12.0.md
+++ b/release-notes/3.12.0.md
@@ -10,8 +10,11 @@ The user-facing areas that have seen the biggest improvements in this release ar
* [Optimizations](https://blog.rabbitmq.com/posts/2023/05/rabbitmq-3.12-performance-improvements/) for both quorum and classic queues: improved throughput, lower throughput variability, lower latency, lower memory footprint
* More mature and efficient implementation of (non-mirrored) classic queues v2 (CQv2)
+ * Classic queue lazy and non-lazy modes no longer apply: classic queues v2 always behave very similarly
+ to the lazy mode in earlier release series: moving data to disk aggressively and only keeping a subset of data in memory
* Significantly [reduced MQTT and Web MQTT memory footprint per connection](https://blog.rabbitmq.com/posts/2023/03/native-mqtt/)
* OAuth 2, OIDC, IDP support
+ * Even more configurability of the OAuth 2 plugin
This release also features many internal API improvements in preparation to 4.0
with [Khepri](https://www.youtube.com/watch?v=huT-zmXvfuM).