Skip to content

Commit f47c7cb

Browse files
Merge pull request #7244 from rabbitmq/mk-3.10.18-release-notes
3.10.18 release notes
2 parents 6d3f6e2 + 8f99ac1 commit f47c7cb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

release-notes/3.10.18.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)