Skip to content

Commit 1ec6713

Browse files
3.12.0 release notes updates
(cherry picked from commit 23ded92)
1 parent c4f3aef commit 1ec6713

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

release-notes/3.12.0.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This release includes several new features and optimizations and graduates (make
88

99
The user-facing areas that have seen the biggest improvements in this release are
1010

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/)
1212
* Reduced quorum queue memory footprint, improved throughput stability under load
1313
* Classic queue message store memory efficiency and footprint predictability
1414
* OAuth 2, OIDC, IDP support
@@ -223,7 +223,7 @@ This release includes all bug fixes shipped in the `3.11.x` series.
223223

224224
#### Enhancements
225225

226-
* Significant (up to more than 90% with some workloads) reduction in memory footprint of MQTT connections,
226+
* 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/),
227227
and a double digit % reduction in memory footprint of MQTT-over-WebSockets (Web MQTT) connections.
228228

229229
GitHub issues: [#5895](https://github.com/rabbitmq/rabbitmq-server/pull/5895), [#7091](https://github.com/rabbitmq/rabbitmq-server/pull/7091), [#7234](https://github.com/rabbitmq/rabbitmq-server/pull/7234)
@@ -240,6 +240,14 @@ This release includes all bug fixes shipped in the `3.11.x` series.
240240
GitHub issues: [#6015](https://github.com/rabbitmq/rabbitmq-server/pull/6015), [#6201](https://github.com/rabbitmq/rabbitmq-server/pull/6201),
241241
[#6247](https://github.com/rabbitmq/rabbitmq-server/pull/6247)
242242

243+
#### Bug Fixes
244+
245+
* Default queue type key used when add a virtual host via the HTTP API has changed from
246+
`defaultqueuetype` to `default_queue_type`. `default_queue_type` will be supported
247+
for a period of time for backwards compatibility.
248+
249+
GitHub issue: [#7738](https://github.com/rabbitmq/rabbitmq-server/pull/7738)
250+
243251

244252
### Consul Peer Discovery Plugin
245253

0 commit comments

Comments
 (0)