summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2021-11-10 13:54:13 +0300
committerMichael Klishin <michael@clojurewerkz.org>2021-11-10 13:54:28 +0300
commitbf7d2c54a4a030040e0e1fd82c58d6d8f2d89bb7 (patch)
tree1be7c5032a6e9d4038926a7e267d896209752f21
parent5a1fd066f7052352222125d5148086f0ce04f00e (diff)
downloadrabbitmq-server-git-bf7d2c54a4a030040e0e1fd82c58d6d8f2d89bb7.tar.gz
Update 3.8.24 release notes
(cherry picked from commit 4766442a54bcb3075df3e322a8a4f93af05b23b1)
-rw-r--r--release-notes/3.8.24.md72
1 files changed, 71 insertions, 1 deletions
diff --git a/release-notes/3.8.24.md b/release-notes/3.8.24.md
index 0ca58f9fae..4dec99bea5 100644
--- a/release-notes/3.8.24.md
+++ b/release-notes/3.8.24.md
@@ -45,15 +45,85 @@ consistent release schedule.
#### Bug Fixes
+ * Fixed an issue where node monitor could produce a false network partition when
+ one of the cluster members was restarted
+
+ GitHub issue: [#3631](https://github.com/rabbitmq/rabbitmq-server/pull/3631)
+
* `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)
+ * Queue leader rebalancing now logs less
+
+ GitHub issue: [#3643](https://github.com/rabbitmq/rabbitmq-server/pull/3643)
+
+ * Removed some redundant code
+
+ Contributed by @Ayanda-D
+
+ GitHub issue: [#https://github.com/rabbitmq/rabbitmq-server/pull/3506](https://github.com/rabbitmq/rabbitmq-server/pull/3506)
+
+#### Enhancements
+
+ * `cluster_formation.target_cluster_size_hint` is a new configuration setting that can be used to specify expected initial cluster size.
+ This can be used by features, plugins or tools that expect a certain minimum number of clusters nodes
+ to join during initial cluster formation
+
+ GitHub issue: [#3635](https://github.com/rabbitmq/rabbitmq-server/pull/3635)
+
+
+### Prometheus Plugin
+
+#### Bug Fixes
+
+ * TLS-enabled Prometheus endpoint listener port was not correctly stored internally
+
+ GitHub issue: [#2975](https://github.com/rabbitmq/rabbitmq-server/issues/2975)
+
+
+### Management Plugin
+
+#### Bug Fixes
+
+ * Persistent message count is now displayed correctly on individual queue pages
+
+ GitHub issue: [#3598](https://github.com/rabbitmq/rabbitmq-server/pull/3598)
+
+ * When setting topic permissions, the list of exchanges in the UI now honors the
+ currently selected virtual host.
+
+ Contributed by @LuisCusihuaman.
+
+ GitHub issue: [#3545](https://github.com/rabbitmq/rabbitmq-server/pull/3545)
+
+
+### AWS Peer Discovery Plugin
+
+#### Enhancements
+
+ * The plugin now logs more details for failed AWS API requests.
+
+ Contributed by @tvhong-amazon (AWS)
+
+ GitHub issue: [#3579](https://github.com/rabbitmq/rabbitmq-server/pull/3579)
+
+
+### Consistent Hashing Exchange Plugin
+
+#### Bug Fixes
+
+ * Corrected deletion of duplicate bindings between an exchange and a queue
+
+ Contributed by @FalconerTC
+
+ GitHub issue: [#3594](https://github.com/rabbitmq/rabbitmq-server/pull/3594)
+
## Dependency Upgrades
- * ...
+ None in this release.
## Source Code Archives