File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
4545 * Definition files that are virtual host-specific cannot be imported on boot. Such files will now be
4646 detected early and the import process will terminate after logging a more informative message.
4747
48- Previous the import process would run into an obscure exception.
48+ Previously the import process would run into an obscure exception.
4949
5050 GitHub issues: [ #10068 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/10068 ) , [ #10085 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/10085 )
5151
@@ -96,8 +96,8 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
9696
9797#### Bug Fixes
9898
99- * Certain CLI commands could not be performed in a shell script loop, unless the script explicitly
100- redirected standard input.
99+ * Certain CLI commands could not be run in a shell script loop, unless the script explicitly
100+ redirected standard input.
101101
102102 GitHub issue: [ #10131 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/10131 )
103103
@@ -132,7 +132,8 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
132132
133133#### Enhancements
134134
135- * HTTP API endpoints that involve contacting multiple nodes
135+ * HTTP API endpoints that involves contacting multiple nodes now respond much quicker when a cluster node
136+ has gone down, were shut down, or otherwise has become unreachable by the rest of the cluster
136137
137138 GitHub issue: [ #10123 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/10123 )
138139
You can’t perform that action at this time.
0 commit comments