Skip to content

Commit b1f3ae7

Browse files
michaelklishinmergify-bot
authored andcommitted
3.8.20 release notes
(cherry picked from commit 77c0c96)
1 parent 3abb206 commit b1f3ae7

File tree

1 file changed

+120
-0
lines changed

1 file changed

+120
-0
lines changed

release-notes/3.8.20.md

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
## RabbitMQ 3.8.19
2+
3+
RabbitMQ `3.8.20` is a maintenance release.
4+
5+
### Obtaining Packages
6+
7+
RabbitMQ releases are distributed via [GitHub](https://github.com/rabbitmq/rabbitmq-server/releases), [Cloudsmith](https://cloudsmith.io/~rabbitmq/repos/),
8+
and [PackageCloud](https://packagecloud.io/rabbitmq).
9+
10+
### Erlang/OTP Compatibility Notes
11+
12+
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/).
13+
14+
[Provisioning Latest Erlang Releases](https://www.rabbitmq.com/which-erlang.html#erlang-repositories) explains
15+
what package repositories and tools can be used to provision modern Erlang versions.
16+
17+
18+
## Upgrade and Compatibility Notes
19+
20+
See the [Upgrading guide](https://www.rabbitmq.com/upgrade.html) for general documentation on upgrades and
21+
[RabbitMQ change log](https://www.rabbitmq.com/changelog.html) for release notes of other releases.
22+
23+
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)
24+
upgrade and compatibility notes first.
25+
26+
If upgrading from a `3.6.x` or older [release series](https://www.rabbitmq.com/versions.html), first upgrade
27+
to [`3.7.27`](https://github.com/rabbitmq/rabbitmq-server/releases/tag/v3.7.27) and then to this version.
28+
29+
30+
## Getting Help
31+
32+
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)
33+
and [RabbitMQ community Slack](https://rabbitmq-slack.herokuapp.com/).
34+
35+
36+
## Changes Worth Mentioning
37+
38+
### Core Server
39+
40+
#### Enhancements
41+
42+
* Nodes failed to start when hostname contained non-ASCII (broader Unicode) characters.
43+
44+
GitHub issue: [#3239](https://github.com/rabbitmq/rabbitmq-server/pull/3239)
45+
46+
* TLS information delivered in [Proxy protocol](https://www.rabbitmq.com/networking.html#proxy-protocol) header
47+
is now attached to connection metrics as if it was provided by a non-proxying client.
48+
49+
GitHub issue: [#3175](https://github.com/rabbitmq/rabbitmq-server/pull/3175) contributed by @prefiks
50+
51+
52+
### CLI Tools
53+
54+
#### Bug Fixes
55+
56+
* `rabbitmq-upgrade drain` and `rabbitmq-upgrade revive` now log and `warning` and `info`
57+
level instead of `alert` (that can show up as `error`).
58+
59+
GitHub issue: [#3266](https://github.com/rabbitmq/rabbitmq-server/pull/3266)
60+
61+
62+
### Management Plugin
63+
64+
#### Bug Fixes
65+
66+
* HTTP API now includes `WWW-Authentiate` header into 401 responses
67+
to requests that contain invalid credentials
68+
69+
GitHub issue: [#3181](https://github.com/rabbitmq/rabbitmq-server/issues/3181)
70+
71+
* Queue name is now validated for length according to the AMQP 0-9-1 spec.
72+
73+
GitHub issue: [#3202](https://github.com/rabbitmq/rabbitmq-server/pull/3202)
74+
75+
76+
### Shovel Plugin
77+
78+
#### Bug Fixes
79+
80+
* Multiple Shovels could be started in some cases involving node restarts of failures.
81+
82+
GitHub issue: [#3263](https://github.com/rabbitmq/rabbitmq-server/pull/3263)
83+
84+
85+
### Federation Plugin
86+
87+
#### Bug Fixes
88+
89+
* Multiple Federation links could be started in some cases involving node restarts of failures.
90+
91+
GitHub issue: [#3263](https://github.com/rabbitmq/rabbitmq-server/pull/3263)
92+
93+
94+
### RabbitMQ Erlang Client
95+
96+
#### Bug Fixes
97+
98+
* New releases of the client are again published to Hex.pm.
99+
100+
GitHub issue: [#3247](https://github.com/rabbitmq/rabbitmq-server/pull/3247)
101+
102+
* `connection_timeout` was adjusted to avoid a confusing warning.
103+
104+
GitHub issue: [#3232](https://github.com/rabbitmq/rabbitmq-server/pull/3232) contributed by @britto
105+
106+
* Corrected a typo in direct connection net tick time adjustment.
107+
108+
GitHub issue: [#3233](https://github.com/rabbitmq/rabbitmq-server/pull/3233) contributed by @britto
109+
110+
111+
112+
## Dependency Upgrades
113+
114+
No dependency changes in this release.
115+
116+
117+
## Source Code Archives
118+
119+
To obtain source code of the entire distribution, please download the archive named `rabbitmq-server-3.8.20.tar.xz`
120+
instead of the source tarball produced by GitHub.

0 commit comments

Comments
 (0)