Update 3.9.8 release notes
This commit is contained in:
parent
115a868d55
commit
a0d0fbf904
|
@ -13,32 +13,28 @@ Contributors are encouraged to update them together with their changes. This hel
|
|||
|
||||
### Core Server
|
||||
|
||||
#### Enhancements
|
||||
|
||||
* ...
|
||||
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* When the mandatory flag was used when publishing to classic queues,
|
||||
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
|
||||
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
|
||||
(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.
|
||||
|
||||
GitHub issue: [#53](https://github.com/rabbitmq/osiris/issues/53)
|
||||
GitHub issue: [rabbitmq/osiris#53](https://github.com/rabbitmq/osiris/issues/53)
|
||||
|
||||
|
||||
## Dependency Upgrades
|
||||
|
||||
* ...
|
||||
* Osiris was [upgraded to `1.2.2`](https://github.com/rabbitmq/osiris/compare/v1.2.0...v1.2.2)
|
||||
|
||||
|
||||
## Source Code Archives
|
||||
|
|
Loading…
Reference in New Issue