1
1
## RabbitMQ 3.13.0
2
2
3
- RabbitMQ ` 3.12 .0 ` is a new feature release.
3
+ RabbitMQ ` 3.13 .0 ` is a new feature release.
4
4
5
5
## Highlights
6
6
7
7
This release includes several new features, optimizations, and graduates (makes mandatory) a number of feature flags.
8
8
9
9
The user-facing areas that have seen the biggest improvements in this release are
10
10
11
- * Classic queues use version 2 of the format format. This should significantly improve performance.
11
+ * Classic queues use version 2 of the storage implementation (CQv2).
12
+ This should significantly improve performance.
12
13
13
14
This release also features many internal API improvements in preparation to 4.0
14
15
with [ Khepri] ( https://www.youtube.com/watch?v=huT-zmXvfuM ) .
@@ -43,6 +44,7 @@ for release notes of other releases.
43
44
44
45
### Required Feature Flags
45
46
47
+ TBD
46
48
47
49
### Mixed version cluster compatibility
48
50
@@ -59,7 +61,7 @@ periods of time (no more than a few hours).
59
61
60
62
## Compatibility Notes
61
63
62
- ### More Feature Flags Gratuate to Core Features ("Always Enabled")
64
+ TBD
63
65
64
66
65
67
### Minimum Supported Erlang Version
@@ -83,7 +85,7 @@ Any questions about this release, upgrades or RabbitMQ in general are welcome on
83
85
84
86
## Changes Worth Mentioning
85
87
86
- Release notes are kept under [ rabbitmq-server/release-notes] ( https://github.com/rabbitmq/rabbitmq-server/tree/v3.11.x /release-notes ) .
88
+ Release notes are kept under [ rabbitmq-server/release-notes] ( https://github.com/rabbitmq/rabbitmq-server/tree/main /release-notes ) .
87
89
88
90
### Core Server
89
91
@@ -107,48 +109,9 @@ Release notes are kept under [rabbitmq-server/release-notes](https://github.com/
107
109
This release includes all bug fixes shipped in the ` 3.12.x ` series.
108
110
109
111
110
-
111
- ### CLI Tools
112
-
113
- #### Enhancements
114
-
115
-
116
- #### Bug Fixes
117
-
118
-
119
-
120
- ### MQTT Plugin
121
-
122
- #### Enhancements
123
-
124
-
125
- ### Management Plugin
126
-
127
- #### Enhancements
128
-
129
-
130
- #### Bug Fixes
131
-
132
-
133
- ### OAuth 2 AuthN/AuthZ Backend Plugin
134
-
135
- #### Enhancement
136
-
137
-
138
- ### HTTPS AuthN/AuthZ Backend Plugin
139
-
140
- #### Bug Fixes
141
-
142
-
143
- ### Consul Peer Discovery Plugin
144
-
145
- #### Bug Fixes
146
-
147
-
148
-
149
112
### Dependency Changes
150
113
151
-
114
+ TBD
152
115
153
116
## Source Code Archives
154
117
0 commit comments