|
| 1 | +RabbitMQ `3.10.9` is a maintenance release in the `3.10.x` [release series](https://www.rabbitmq.com/versions.html). |
| 2 | + |
| 3 | +Please refer to the upgrade section from [v3.10.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.10.0) |
| 4 | +if upgrading from a version prior to 3.10.0. |
| 5 | + |
| 6 | +This release requires Erlang 24.2 and supports Erlang 25. |
| 7 | +[RabbitMQ and Erlang/OTP Compatibility Matrix](https://www.rabbitmq.com/which-erlang.html) has more details on |
| 8 | +Erlang version requirements for RabbitMQ. |
| 9 | + |
| 10 | + |
| 11 | +### Minimum Supported Erlang Version |
| 12 | + |
| 13 | +Erlang 23 support has reached its [end of support](https://www.rabbitmq.com/which-erlang.html). |
| 14 | + |
| 15 | +This release of RabbitMQ requires Erlang 24.2 or later versions. Nodes **will fail to start** on older Erlang releases. |
| 16 | + |
| 17 | +Erlang 25 is recommended: it offers much improved performance on ARM64 architectures, [profiling with flame graphs](https://blog.rabbitmq.com/posts/2022/05/flame-graphs/) |
| 18 | +across all architectures, and the most recent TLS 1.3 implementation. |
| 19 | + |
| 20 | + |
| 21 | +## Changes Worth Mentioning |
| 22 | + |
| 23 | +Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.10.x/release-notes). |
| 24 | + |
| 25 | +### Core Server |
| 26 | + |
| 27 | +#### Bug Fixes |
| 28 | + |
| 29 | + * A rolling upgrade on Kubernetes could hang. |
| 30 | + |
| 31 | + GitHub issue: [#6034](https://github.com/rabbitmq/rabbitmq-server/issues/6034) |
| 32 | + |
| 33 | + * In mixed 3.11/3.10 clusters, channels that performed operations on classic queues could |
| 34 | + run into an exception. |
| 35 | + |
| 36 | + GitHub issue: [#5931](https://github.com/rabbitmq/rabbitmq-server/issues/5931) |
| 37 | + |
| 38 | + * A quorum queue consumer was cancelled and immediately re-registered while some |
| 39 | + deliveries were in flight could result in a channel exception. |
| 40 | + |
| 41 | + GitHub issue: [#5927](https://github.com/rabbitmq/rabbitmq-server/issues/5927) |
| 42 | + |
| 43 | + * More strings from external sources are converted to Unicode-aware representation |
| 44 | + internally, in log messages, CLI tools output and UI, and so on. |
| 45 | + |
| 46 | + GitHub issues: [#5551](https://github.com/rabbitmq/rabbitmq-server/pull/5551) |
| 47 | + |
| 48 | + * During plugin activation on a running node, plugins with dependencies were added to runtime code path |
| 49 | + in an order that could break if a plugin had hard transitive dependencies (that must be loaded first). |
| 50 | + |
| 51 | + Contributed by @gomoripeti. |
| 52 | + |
| 53 | + GitHub issue: [#6019](https://github.com/rabbitmq/rabbitmq-server/pull/6019) |
| 54 | + |
| 55 | +#### Enhancements |
| 56 | + |
| 57 | + * Support for paths with non-ASCII (Unicode) characters in paths. |
| 58 | + |
| 59 | + * `rabbitmq-diagnostics observer` now includes a new tab that provides access to internal classic queue |
| 60 | + metrics. |
| 61 | + |
| 62 | + GitHub issue: [#6074](https://github.com/rabbitmq/rabbitmq-server/pull/6074) |
| 63 | + |
| 64 | + * More free disk space monitor resilience improvements. |
| 65 | + |
| 66 | + GitHub issue: [#5831](https://github.com/rabbitmq/rabbitmq-server/pull/5831) |
| 67 | + |
| 68 | + |
| 69 | +### AMQP 1.0 Plugin |
| 70 | + |
| 71 | +#### Bug Fixes |
| 72 | + |
| 73 | + * `rabbitmqctl list_amqp10_connections` were not listing connections correctly. |
| 74 | + |
| 75 | + GitHub issue: [#4238](https://github.com/rabbitmq/rabbitmq-server/issues/4238) |
| 76 | + |
| 77 | + |
| 78 | +### Shovel Management Plugin |
| 79 | + |
| 80 | +#### Bug Fixes |
| 81 | + |
| 82 | + * Shovel management HTTP API endpoint could run into an exception. |
| 83 | + |
| 84 | + Contributed by @gomoripeti. |
| 85 | + |
| 86 | + GitHub issue: [#5892](https://github.com/rabbitmq/rabbitmq-server/pull/5892) |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | +## Dependency Upgrades |
| 91 | + |
| 92 | + * `cuttlefish` upgraded to [`3.1.0`](https://github.com/Kyorai/cuttlefish/releases) |
| 93 | + |
| 94 | + |
| 95 | +## Source Code Archives |
| 96 | + |
| 97 | +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.10.9.tar.xz` |
| 98 | +instead of the source tarball produced by GitHub. |
0 commit comments