File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,11 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
2828
2929#### Bug Fixes
3030
31+ * Reset and manually added nodes could start receiving stream replica data before its database was initialized,
32+ confusing all code paths that expected a blank node state.
33+
34+ GitHub issue: [ #7222 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/7222 )
35+
3136 * Nodes could run into an exception with certain publishers that used QPid for client library.
3237
3338 GitHub issue: [ #7119 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/7119 )
@@ -37,6 +42,10 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
3742
3843#### Features
3944
45+ * ` rabbitmqctl set_permissions_globally ` is a new command that sets up user permissions in all existing virtual hosts.
46+
47+ GitHub issue: [ #1000 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/1000 )
48+
4049 * ` rabbitmq-diagnostics cluster_status ` now lists how many CPU cores are available to individual nodes, plus a total.
4150
4251 GitHub issue: [ #7135 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/7135 )
You can’t perform that action at this time.
0 commit comments