RabbitMQ 3.9.6 #3438
Unanswered
michaelklishin
asked this question in
Other
RabbitMQ 3.9.6
#3438
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RabbitMQ
3.9.6
is a maintenance release in the3.9.x
release series.Please refer to the Upgrading to 3.9 section from v3.9.0 release notes if upgrading from a version prior to 3.9.0.
This release requires at least Erlang 23.2, and supports the latest Erlang 24 version, 24.0.5 at the time of release. RabbitMQ and Erlang/OTP Compatibility Matrix has more details on Erlang version requirements for RabbitMQ.
Changes Worth Mentioning
Release notes are kept under rabbitmq-server/release-notes.
Contributors are encouraged to update them together with their changes. This helps with release automation and a more consistent release schedule.
Core Server
Bug Fixes
TLS information delivered in Proxy protocol header is now attached to connection metrics as if it was provided by a non-proxying client.
GitHub issues: #3175, #3371 contributed by @prefiks, sponsored by CloudAMQP
max_message_size
had a one-off error in the validator.GitHub issue: #3398
mirroring_sync_batch_size
was incorrectly validated as if it represented batch size in bytes.It represents batch size in number of messages, so the new default hard cap is now 1M (a very high number that's impractical)
GitHub issue: #3398
Stream Plugin
Bug Fixes
Offset parameters were not stored correctly in some cases.
GitHub issue: #3360, contributed by @korsmakolnikov
Partitions list order is now stable.
GitHub issue: #3423
When stream clients close connections abruptly, publisher and consumer metrics get cleaned up correctly.
GitHub issue: #3340
Management Plugin
Enhancements
Stream publishers are now listed on the individual stream page.
GitHub issue: #3389
Counters have been added to the tiles of several sections on detail pages.
GitHub issue: #3422
Dependency Upgrades
1.2.0
2.1.0
Source Code Archives
To obtain source code of the entire distribution, please download the archive named
rabbitmq-server-3.9.6.tar.xz
instead of the source tarball produced by GitHub.This discussion was created from the release RabbitMQ 3.9.6.
Beta Was this translation helpful? Give feedback.
All reactions