Skip to content

Commit 298dc8f

Browse files
Merge pull request #7670 from rabbitmq/mk-update-3.12.0-release-notes-again
More 3.12.0 release notes updates
2 parents 4cba369 + b036de2 commit 298dc8f

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

release-notes/3.12.0.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This release includes several new features and optimizations and graduates (make
99
The user-facing areas that have seen the biggest improvements in this release are
1010

1111
* Lower MQTT and Web MQTT memory footprint per connection
12+
* Reduced quorum queue memory footprint, improved throughput stability under load
1213
* Classic queue message store memory efficiency and footprint predictability
1314
* OAuth 2, OIDC, IDP support
1415

@@ -140,7 +141,18 @@ in the `3.11.x` release series.
140141

141142
GitHub issues: [#7443](https://github.com/rabbitmq/rabbitmq-server/pull/7443)
142143

143-
* There is now a way to pre-configure user permissions for newly created virtual hosts.
144+
* There is now a way to pre-configure users and their permissions for newly created virtual hosts:
145+
146+
``` ini
147+
default_users.qa_user.vhost_pattern = qa.*
148+
default_users.qa_user.tags = policymaker,monitoring
149+
default_users.qa_user.password = fd237824441a78cd922410af4b83f0888186a8d7
150+
default_users.qa_user.read = .*
151+
default_users.qa_user.write = .*
152+
default_users.qa_user.configure = .*
153+
```
154+
This is primarily useful in environments where RabbitMQ is provided as a service but
155+
customers (clients) have control over virtual hosts.
144156

145157
Contributed by @illotum (AWS).
146158

0 commit comments

Comments
 (0)