summaryrefslogtreecommitdiff
path: root/release-notes
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes')
-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).