Skip to content

Commit cdd772a

Browse files
Update 3.13.0 release notes
1 parent f7fbb16 commit cdd772a

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

release-notes/3.13.0.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The user-facing areas that have seen the biggest improvements in this release ar
1818
* Classic queues use version 2 of the storage implementation (CQv2).
1919
This should significantly improve performance of non-mirrored classic queues
2020

21-
See Compatibility Notes below to learn about breaking or potentially breaking changes in this release.
21+
See Compatibility Notes below to learn about **breaking or potentially breaking changes** in this release.
2222

2323
## Release Artifacts
2424

@@ -91,6 +91,17 @@ GET /api/queues` HTTP API endpoint has dropped several rarely used metrics, resu
9191
A 3.13 RabbitMQ node will fail to boot if the old configuration setting is set.
9292
For example, if you set `mqtt.subscription_ttl = 3600000` (1 hour) prior to 3.13, replace that setting with `mqtt.max_session_expiry_interval_seconds = 3600` (1 hour) in 3.13.
9393

94+
### openSUSE Leap Package is not Provided
95+
96+
An openSUSE Leap package will not be provided with this release of RabbitMQ.
97+
98+
This release requires Erlang 26 and there is an [Erlang 26 package available](https://download.opensuse.org/repositories/devel:/languages:/erlang:/Factory/openSUSE_Factory/x86_64/) from Erlang Factory
99+
but the package depends on `glibc` 2.34, and all currently available openSUSE Leap releases
100+
(up to 15.5) ship with 2.31 at most.
101+
102+
Team RabbitMQ would like to continue building a openSUSE Leap package when a Leap 15.5-compatible Erlang 26
103+
package becomes publicly available.
104+
94105

95106
### Getting Help
96107

0 commit comments

Comments
 (0)