File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -193,6 +193,11 @@ This release includes all bug fixes that shipped in `3.9.x` releases.
193
193
194
194
GitHub issue: [ #4073 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/4073 )
195
195
196
+ * Stream delivery rate could drop if concurrent stream consumers consumed in a way
197
+ that made them reach the end of the stream often.
198
+
199
+ GitHub issue: [ #4371 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/4371 )
200
+
196
201
* Channels could confirm a subset of messages published as mandatory in some cases.
197
202
198
203
GitHub issue: [ #3870 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/3870 )
@@ -219,6 +224,12 @@ This release includes all bug fixes that shipped in `3.9.x` releases.
219
224
220
225
GitHub issue: [ #4276 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/4276 )
221
226
227
+ * ` rabbitmqadmin ` now correctly loads TLS-related keys from its configuration file.
228
+
229
+ Contributed by @fwolfsjaeger .
230
+
231
+ GitHub issue: [ #4408 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/4408 )
232
+
222
233
223
234
### OAuth 2 AuthN and AuthZ Backend Plugin
224
235
You can’t perform that action at this time.
0 commit comments