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://
45
45
* Definition files that are virtual host-specific cannot be imported on boot. Such files will now be
46
46
detected early and the import process will terminate after logging a more informative message.
47
47
48
- Previous the import process would run into an obscure exception.
48
+ Previously the import process would run into an obscure exception.
49
49
50
50
GitHub issues: [ #10068 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/10068 ) , [ #10085 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/10085 )
51
51
@@ -96,8 +96,8 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
96
96
97
97
#### Bug Fixes
98
98
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.
101
101
102
102
GitHub issue: [ #10131 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/10131 )
103
103
@@ -132,7 +132,8 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
132
132
133
133
#### Enhancements
134
134
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
136
137
137
138
GitHub issue: [ #10123 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/10123 )
138
139
You can’t perform that action at this time.
0 commit comments