|
| 1 | +RabbitMQ `3.8.31` is a maintenance release. |
| 2 | +All users are recommended to upgrade to this release. |
| 3 | + |
| 4 | +### Obtaining Packages |
| 5 | + |
| 6 | +RabbitMQ releases are distributed via [GitHub](https://github.com/rabbitmq/rabbitmq-server/releases), [Cloudsmith](https://cloudsmith.io/~rabbitmq/repos/), |
| 7 | +and [PackageCloud](https://packagecloud.io/rabbitmq). |
| 8 | + |
| 9 | +### Erlang/OTP Compatibility Notes |
| 10 | + |
| 11 | +This release [requires Erlang 23.2](https://www.rabbitmq.com/which-erlang.html) and [supports Erlang 24](https://blog.rabbitmq.com/posts/2021/03/erlang-24-support-roadmap/). |
| 12 | + |
| 13 | +[Provisioning Latest Erlang Releases](https://www.rabbitmq.com/which-erlang.html#erlang-repositories) explains |
| 14 | +what package repositories and tools can be used to provision modern Erlang versions. |
| 15 | + |
| 16 | + |
| 17 | +## Upgrade and Compatibility Notes |
| 18 | + |
| 19 | +See the [Upgrading guide](https://www.rabbitmq.com/upgrade.html) for general documentation on upgrades and |
| 20 | +[RabbitMQ change log](https://www.rabbitmq.com/changelog.html) for release notes of other releases. |
| 21 | + |
| 22 | +If upgrading from a `3.7.x` release, see [3.8.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.8.0) |
| 23 | +upgrade and compatibility notes first. |
| 24 | + |
| 25 | +If upgrading from a `3.6.x` or older [release series](https://www.rabbitmq.com/versions.html), first upgrade |
| 26 | +to [`3.7.27`](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.27) and then to this version. |
| 27 | + |
| 28 | + |
| 29 | +## Getting Help |
| 30 | + |
| 31 | +Any questions about this release, upgrades or RabbitMQ in general are welcome on the [RabbitMQ mailing list](https://groups.google.com/forum/#!forum/rabbitmq-users) |
| 32 | +and [RabbitMQ community Slack](https://rabbitmq-slack.herokuapp.com/). |
| 33 | + |
| 34 | + |
| 35 | +## Changes Worth Mentioning |
| 36 | + |
| 37 | +Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.10.x/release-notes). |
| 38 | + |
| 39 | +### Core Server |
| 40 | + |
| 41 | +#### Enhancements |
| 42 | + |
| 43 | + * Cleaned up some compiler options that are no longer relevant. |
| 44 | + |
| 45 | + Contributed by Péter @gomoripeti Gömöri (CloudAMQP). |
| 46 | + |
| 47 | + GitHub issue: [#4707](https://github.com/rabbitmq/rabbitmq-server/pull/4707) |
| 48 | + |
| 49 | + |
| 50 | +### JMS Topic Exchange Plugin |
| 51 | + |
| 52 | +#### Bug Fixes |
| 53 | + |
| 54 | + * "In flight" messages directed to an exchange that has just been deleted will be |
| 55 | + silently dropped or [returned back to the publisher](https://rabbitmq.com/publishers.html#unroutable) instead of causing an exception. |
| 56 | + |
| 57 | + GitHub issue: [#4696](https://github.com/rabbitmq/rabbitmq-server/pull/4696) |
| 58 | + |
| 59 | + |
| 60 | +## Dependency Upgrades |
| 61 | + |
| 62 | + * `credentials_obfuscation` was upgraded [from v2.4.0 to v3.0.0](https://github.com/rabbitmq/credentials-obfuscation/compare/v2.4.0...v3.0.0) |
| 63 | + |
| 64 | + |
| 65 | +## Source Code Archives |
| 66 | + |
| 67 | +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.8.31.tar.xz` |
| 68 | +instead of the source tarball produced by GitHub. |
| 69 | + |
0 commit comments