File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-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 )
@@ -209,6 +214,22 @@ This release includes all bug fixes that shipped in `3.9.x` releases.
209
214
210
215
GitHub issue: [ #3341 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/3341 )
211
216
217
+ ### Management Plugin
218
+
219
+ * ` idle_since ` field now uses RFC 3339 format.
220
+
221
+ ![ Breaking change] ( https://img.shields.io/badge/-Breaking%20change-red ) This is a ** potentially breaking change** .
222
+ Sample value with the previous format: ` 2022-03-22 11:39:37 ` . With the new format: ` 2022-03-22T11:39:37.908+01:00 ` .
223
+ Clients of the REST API should be able to parse values in the new format.
224
+
225
+ GitHub issue: [ #4276 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/4276 )
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
+
212
233
213
234
### OAuth 2 AuthN and AuthZ Backend Plugin
214
235
You can’t perform that action at this time.
0 commit comments