Skip to content

Commit 5591aff

Browse files
Merge pull request #4411 from rabbitmq/mk-update-3.10-changelog
Update 3.10.0 release notes (cherry picked from commit e83b966)
1 parent 0656083 commit 5591aff

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

release-notes/3.10.0.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,11 @@ This release includes all bug fixes that shipped in `3.9.x` releases.
193193

194194
GitHub issue: [#4073](https://github.com/rabbitmq/rabbitmq-server/pull/4073)
195195

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+
196201
* Channels could confirm a subset of messages published as mandatory in some cases.
197202

198203
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.
209214

210215
GitHub issue: [#3341](https://github.com/rabbitmq/rabbitmq-server/pull/3341)
211216

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+
212233

213234
### OAuth 2 AuthN and AuthZ Backend Plugin
214235

0 commit comments

Comments
 (0)