summaryrefslogtreecommitdiff
path: root/release-notes/3.12.0.md
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2023-04-28 00:59:52 +0400
committerMichael Klishin <michael@clojurewerkz.org>2023-04-28 00:59:52 +0400
commit78516f124efc97322f3b9c0fb6f38a4e5935639a (patch)
tree63f07d0af25ac2c626504450ac62ceb0abb650be /release-notes/3.12.0.md
parent287e611da71733acfbf9929adbe3f49ba839787d (diff)
downloadrabbitmq-server-git-78516f124efc97322f3b9c0fb6f38a4e5935639a.tar.gz
3.12.0 release notes updates
Diffstat (limited to 'release-notes/3.12.0.md')
-rw-r--r--release-notes/3.12.0.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/release-notes/3.12.0.md b/release-notes/3.12.0.md
index 8c1f3e9269..89879cb839 100644
--- a/release-notes/3.12.0.md
+++ b/release-notes/3.12.0.md
@@ -212,6 +212,12 @@ Release notes are kept under [rabbitmq-server/release-notes](https://github.com/
GitHub issue: [#7732](https://github.com/rabbitmq/rabbitmq-server/pull/7732)
+ * Quorum queues will now log if they could not apply policy changes, for example,
+ because there was no quorum of replicas online, or the queue was going through
+ a leader election.
+
+ GitHub issue: [#7853](https://github.com/rabbitmq/rabbitmq-server/pull/7853)
+
#### Bug Fixes
This release includes all bug fixes shipped in the `3.11.x` series.
@@ -318,6 +324,33 @@ This release includes all bug fixes shipped in the `3.11.x` series.
GitHub issue: [#7738](https://github.com/rabbitmq/rabbitmq-server/pull/7738)
+ * It was impossible to return to a tab that had a filter expression
+ that was not a valid regular expressions.
+
+ Now such expressions will be used as regular text filters.
+
+ GitHub issue: [#8008](https://github.com/rabbitmq/rabbitmq-server/issues/8008)
+
+
+### OAuth 2 AuthN/AuthZ Backend Plugin
+
+#### Enhancement
+
+ * Several variables (`{username}`, `{vhost}` and JWT claims that are single string values)
+ now can be used (expanded) in topic operation authorization.
+
+ GitHub issue: [#7178](https://github.com/rabbitmq/rabbitmq-server/issues/7178)
+
+
+### HTTPS AuthN/AuthZ Backend Plugin
+
+#### Bug Fixes
+
+ * The authorization backend could run into an exception when used in
+ combination with other backends.
+
+ GitHub issue: [#7864](https://github.com/rabbitmq/rabbitmq-server/issues/7864)
+
### Consul Peer Discovery Plugin
@@ -333,6 +366,7 @@ This release includes all bug fixes shipped in the `3.11.x` series.
### Dependency Changes
* `ra` was upgraded [to `2.5.1`](https://github.com/rabbitmq/ra/releases)
+ * [`cowlib`](https://github.com/ninenines/cowlib) was upgraded to `2.12.1`
## Source Code Archives