@@ -36,6 +36,15 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
3636
3737 GitHub issue: [ #7156 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/7156 )
3838
39+ * Reset and manually added nodes could start receiving stream replica data before its database was initialized,
40+ confusing all code paths that expected a blank node state.
41+
42+ GitHub issue: [ #7222 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/7222 )
43+
44+ * Fixed a minor issue with feature flag log message formatting.
45+
46+ GitHub issue: [ #7233 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/7233 )
47+
3948#### Enhancements
4049
4150 * Improved support for the AMQP 1.0 message format (used internally by streams), in particular, when original message
@@ -48,6 +57,10 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
4857
4958#### Features
5059
60+ * ` rabbitmqctl set_permissions_globally ` is a new command that sets up user permissions in all existing virtual hosts.
61+
62+ GitHub issue: [ #1000 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/1000 )
63+
5164 * ` rabbitmq-diagnostics cluster_status ` now lists how many CPU cores are available to individual nodes, plus a total.
5265
5366 GitHub issue: [ #7135 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/7135 )
@@ -61,6 +74,15 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
6174
6275 GitHub issue: [ #7142 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/7142 )
6376
77+ #### Enhancements
78+
79+ * It is now possible to disable operator policy modifications. This can be necessary in
80+ RabbitMQ-as-a-Service environments.
81+
82+ Contributed by @illotum (AWS).
83+
84+ GitHub issue: [ #7131 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/7131 )
85+
6486
6587### AMQP 1.0 Plugin
6688
@@ -81,6 +103,17 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
81103 GitHub issue: [ #7162 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/7162 )
82104
83105
106+ ### OAuth 2 Plugin
107+
108+ #### Bug Fixes
109+
110+ * ` auth_oauth2.additional_scopes_key ` had no effect.
111+
112+ Contributed by @brunomedeirosdedalus .
113+
114+ GitHub issue: [ #7190 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/7190 )
115+
116+
84117### LDAP Plugin
85118
86119#### Bug Fixes
0 commit comments