You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/3.13.0.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The user-facing areas that have seen the biggest improvements in this release ar
18
18
* Classic queues use version 2 of the storage implementation (CQv2).
19
19
This should significantly improve performance of non-mirrored classic queues
20
20
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.
22
22
23
23
## Release Artifacts
24
24
@@ -91,6 +91,17 @@ GET /api/queues` HTTP API endpoint has dropped several rarely used metrics, resu
91
91
A 3.13 RabbitMQ node will fail to boot if the old configuration setting is set.
92
92
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.
93
93
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
0 commit comments