Update 3.9.8 release notes

This commit is contained in:
Michael Klishin 2021-10-18 14:37:07 +03:00
parent 115a868d55
commit a0d0fbf904
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 5 additions and 9 deletions

View File

@ -13,32 +13,28 @@ Contributors are encouraged to update them together with their changes. This hel
### Core Server ### Core Server
#### Enhancements
* ...
#### Bug Fixes #### Bug Fixes
* When the mandatory flag was used when publishing to classic queues, * When the mandatory flag was used when publishing to classic queues,
but publisher confirms were not, channels memory usage would grow indefinitely. but publisher confirms were not, channels memory usage would grow indefinitely.
GitHub issue: [#3560](https://github.com/rabbitmq/rabbitmq-server/issues/3560) GitHub issue: [#3560](https://github.com/rabbitmq/rabbitmq-server/issues/3560)
* `rabbitmq-diagnostics memory_breakdown` failed to read memory of connection * `rabbitmq-diagnostics memory_breakdown` failed to read memory of connection
reader, writer and channel processes. reader, writer and channel processes.
GitHub issue: [#3570](https://github.com/rabbitmq/rabbitmq-server/issues/3570) GitHub issue: [#3570](https://github.com/rabbitmq/rabbitmq-server/issues/3570)
* In some environments, Stream replicas advertised IP addresses that could not be reached by cluster peers * In some environments, Stream replicas advertised IP addresses that could not be reached by cluster peers
(eg. IP addresses behind a NAT in a Docker deployment). RabbitMQ node hostnames are now advertised as well (eg. IP addresses behind a NAT in a Docker deployment). RabbitMQ node hostnames are now advertised as well
so that other peers can resolve them to get an externally visible IP address. so that other peers can resolve them to get an externally visible IP address.
GitHub issue: [#53](https://github.com/rabbitmq/osiris/issues/53) GitHub issue: [rabbitmq/osiris#53](https://github.com/rabbitmq/osiris/issues/53)
## Dependency Upgrades ## Dependency Upgrades
* ... * Osiris was [upgraded to `1.2.2`](https://github.com/rabbitmq/osiris/compare/v1.2.0...v1.2.2)
## Source Code Archives ## Source Code Archives