|
| 1 | +RabbitMQ `3.8.35` 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 | +### Consul Peer Discovery Plugin |
| 38 | + |
| 39 | +#### Enhancements |
| 40 | + |
| 41 | + * Consul peer discovery now supports client-side TLS options, much like its Kubernetes and etcd peers. |
| 42 | + |
| 43 | + ``` ini |
| 44 | + cluster_formation.consul.scheme = https |
| 45 | + # this assumes that Consul uses port 8501 for HTTPS clients |
| 46 | + cluster_formation.consul.port = 8501 |
| 47 | + |
| 48 | + cluster_formation.consul.ssl_options.cacertfile = /path/to/consul/generated/ca_certificate.pem |
| 49 | + cluster_formation.consul.ssl_options.certfile = /path/to/client/certificate.pem |
| 50 | + cluster_formation.consul.ssl_options.keyfile = /path/to/client/client_key.pem |
| 51 | + ``` |
| 52 | + |
| 53 | + GitHub issue: [#5116](https://github.com/rabbitmq/rabbitmq-server/issues/5116) |
| 54 | + |
| 55 | + |
| 56 | +## Dependency Upgrades |
| 57 | + |
| 58 | +None in this release. |
| 59 | + |
| 60 | + |
| 61 | +## Source Code Archives |
| 62 | + |
| 63 | +To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.8.35.tar.xz` |
| 64 | +instead of the source tarball produced by GitHub. |
| 65 | + |
0 commit comments