Skip to content

Commit 23ded92

Browse files
3.12.0 release notes updates
1 parent 6b6ee33 commit 23ded92

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
@@ -215,7 +215,7 @@ This release includes all bug fixes shipped in the `3.11.x` series.
215215

216216
#### Enhancements
217217

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/),
219219
and a double digit % reduction in memory footprint of MQTT-over-WebSockets (Web MQTT) connections.
220220

221221
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)
@@ -232,6 +232,14 @@ This release includes all bug fixes shipped in the `3.11.x` series.
232232
GitHub issues: [#6015](https://github.com/rabbitmq/rabbitmq-server/pull/6015), [#6201](https://github.com/rabbitmq/rabbitmq-server/pull/6201),
233233
[#6247](https://github.com/rabbitmq/rabbitmq-server/pull/6247)
234234

235+
#### Bug Fixes
236+
237+
* Default queue type key used when add a virtual host via the HTTP API has changed from
238+
`defaultqueuetype` to `default_queue_type`. `default_queue_type` will be supported
239+
for a period of time for backwards compatibility.
240+
241+
GitHub issue: [#7738](https://github.com/rabbitmq/rabbitmq-server/pull/7738)
242+
235243

236244
### Consul Peer Discovery Plugin
237245

0 commit comments

Comments
 (0)