Skip to content

Commit 3015c00

Browse files
3.8.28 release notes
1 parent e02fa6b commit 3015c00

File tree

1 file changed

+111
-0
lines changed

1 file changed

+111
-0
lines changed

release-notes/3.8.28.md

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
## RabbitMQ 3.8.28
2+
3+
RabbitMQ `3.8.28` is a maintenance release.
4+
All users are recommended to upgrade to this release.
5+
6+
### Obtaining Packages
7+
8+
RabbitMQ releases are distributed via [GitHub](https://github.com/rabbitmq/rabbitmq-server/releases), [Cloudsmith](https://cloudsmith.io/~rabbitmq/repos/),
9+
and [PackageCloud](https://packagecloud.io/rabbitmq).
10+
11+
### Erlang/OTP Compatibility Notes
12+
13+
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/).
14+
15+
[Provisioning Latest Erlang Releases](https://www.rabbitmq.com/which-erlang.html#erlang-repositories) explains
16+
what package repositories and tools can be used to provision modern Erlang versions.
17+
18+
19+
## Upgrade and Compatibility Notes
20+
21+
See the [Upgrading guide](https://www.rabbitmq.com/upgrade.html) for general documentation on upgrades and
22+
[RabbitMQ change log](https://www.rabbitmq.com/changelog.html) for release notes of other releases.
23+
24+
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)
25+
upgrade and compatibility notes first.
26+
27+
If upgrading from a `3.6.x` or older [release series](https://www.rabbitmq.com/versions.html), first upgrade
28+
to [`3.7.27`](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.27) and then to this version.
29+
30+
31+
## Getting Help
32+
33+
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)
34+
and [RabbitMQ community Slack](https://rabbitmq-slack.herokuapp.com/).
35+
36+
37+
## Changes Worth Mentioning
38+
39+
Release notes are kept under [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.8.x/release-notes).
40+
Contributors are encouraged to update them together with their changes. This helps with release automation and more
41+
consistent release schedule.
42+
43+
44+
### Core Server
45+
46+
#### Bug Fixes
47+
48+
* Inter-node communication listener IP address was hardcoded in
49+
the output of `rabbitmq-diagnostics status` and related commands.
50+
51+
Contributed by @tomyouyou.
52+
53+
GitHub issue: [#3956](https://github.com/rabbitmq/rabbitmq-server/pull/3956)
54+
55+
56+
### OAuth 2 AuthN/AuthZ Backend Plugin
57+
58+
#### Bug Fixes
59+
60+
* `auth_oauth2.additional_scopes_key` in `rabbitmq.conf` was not converted correctly
61+
during configuration translation and thus had no effect.
62+
63+
Contributed by @luos.
64+
65+
GitHub issue: [#4105](https://github.com/rabbitmq/rabbitmq-server/pull/4105)
66+
67+
68+
### LDAP AuthN/AuthZ Backend Plugin
69+
70+
#### Enhancement
71+
72+
* Adapt to a breaking Erlang 24.3 LDAP client change.
73+
74+
GitHub issue: [#4287](https://github.com/rabbitmq/rabbitmq-server/pull/4287)
75+
76+
77+
### Shovel Plugin
78+
79+
#### Enhacements
80+
81+
* Shovels now can be declared with `delete-after` parameter set to `0`.
82+
Such shovels will immediately stop instead of erroring and failing to
83+
start after a node restart.
84+
85+
Contributed by @luos.
86+
87+
GitHub issue: [#4101](https://github.com/rabbitmq/rabbitmq-server/pull/4101)
88+
89+
90+
### Consul Peer Discovery Plugin
91+
92+
#### Enhancements
93+
94+
* Support for Consul 1.1 [response code changes](https://github.com/hashicorp/consul/pull/11950)
95+
when an operation is attempted on a non-existent health check.
96+
97+
Suggested by @maestroes.
98+
99+
GitHub issue: [#4155](https://github.com/rabbitmq/rabbitmq-server/pull/4155)
100+
101+
102+
## Dependency Upgrades
103+
104+
None in this release.
105+
106+
107+
## Source Code Archives
108+
109+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.8.28.tar.xz`
110+
instead of the source tarball produced by GitHub.
111+

0 commit comments

Comments
 (0)