summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-10-18 14:37:07 +0300
committerMichael Klishin <michael@clojurewerkz.org>2021-10-18 14:37:07 +0300
commita0d0fbf904ee78fc23763e9894ae5d3b214eba5e (patch)
treee9af3337021993bda8669f8979d070aab07baff9
parent115a868d556f10d884612d08ab1620b1255de6b9 (diff)
downloadrabbitmq-server-git-a0d0fbf904ee78fc23763e9894ae5d3b214eba5e.tar.gz
Update 3.9.8 release notes
-rw-r--r--release-notes/3.9.8.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/release-notes/3.9.8.md b/release-notes/3.9.8.md
index 16a6bb7426..f336cadb80 100644
--- a/release-notes/3.9.8.md
+++ b/release-notes/3.9.8.md
@@ -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