Merge pull request #4411 from rabbitmq/mk-update-3.10-changelog

Update 3.10.0 release notes
This commit is contained in:
Michael Klishin 2022-04-02 04:08:26 +04:00 committed by GitHub
commit e83b9661de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -193,6 +193,11 @@ This release includes all bug fixes that shipped in `3.9.x` releases.
GitHub issue: [#4073](https://github.com/rabbitmq/rabbitmq-server/pull/4073)
* Stream delivery rate could drop if concurrent stream consumers consumed in a way
that made them reach the end of the stream often.
GitHub issue: [#4371](https://github.com/rabbitmq/rabbitmq-server/pull/4371)
* Channels could confirm a subset of messages published as mandatory in some cases.
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.
GitHub issue: [#4276](https://github.com/rabbitmq/rabbitmq-server/issues/4276)
* `rabbitmqadmin` now correctly loads TLS-related keys from its configuration file.
Contributed by @fwolfsjaeger.
GitHub issue: [#4408](https://github.com/rabbitmq/rabbitmq-server/pull/4408)
### OAuth 2 AuthN and AuthZ Backend Plugin