You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/3.12.0.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This release includes several new features and optimizations and graduates (make
8
8
9
9
The user-facing areas that have seen the biggest improvements in this release are
10
10
11
-
*Lower MQTT and Web MQTT memory footprint per connection
11
+
*Significantly [reduced MQTT and Web MQTT memory footprint per connection](https://blog.rabbitmq.com/posts/2023/03/native-mqtt/)
12
12
* Reduced quorum queue memory footprint, improved throughput stability under load
13
13
* Classic queue message store memory efficiency and footprint predictability
14
14
* OAuth 2, OIDC, IDP support
@@ -215,7 +215,7 @@ This release includes all bug fixes shipped in the `3.11.x` series.
215
215
216
216
#### Enhancements
217
217
218
-
* Significant (up to more than 90% with some workloads) reduction in memory footprint of MQTT connections,
218
+
* Significant (up to more than 90% with some workloads) [reduction in memory footprint of MQTT connections](https://blog.rabbitmq.com/posts/2023/03/native-mqtt/),
219
219
and a double digit % reduction in memory footprint of MQTT-over-WebSockets (Web MQTT) connections.
0 commit comments