Skip to content

Commit f6192ff

Browse files
Update 3.12.7 release notes
(cherry picked from commit 51b193afbfddeac325be6c09b2fdd288fcf29328)
1 parent 5e6c5a2 commit f6192ff

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

release-notes/3.12.7.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
4444

4545
GitHub issue: [#9545](https://github.com/rabbitmq/rabbitmq-server/pull/9545)
4646

47+
* Avoid log noise when inter-node connections frequently fail and recover.
48+
49+
Contributed by @Ayanda-D.
50+
51+
GitHub issue: [#9667](https://github.com/rabbitmq/rabbitmq-server/pull/9667)
52+
4753
#### Enhancements
4854

4955
* Optimized stream index scans. Longer scans could result in some replicas stopping
@@ -57,7 +63,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
5763

5864
GitHub issue: [#9548](https://github.com/rabbitmq/rabbitmq-server/pull/9548)
5965

60-
* [Queue length limit](https://rabbitmq.com/maxlength.html) overflow behavior now can be configured via [operator policies]().
66+
* [Queue length limit](https://rabbitmq.com/maxlength.html) overflow behavior now can be configured via [operator policies](https://rabbitmq.com/parameters.html#operator-policies).
6167

6268
Contributed by @SimonUnge (AWS).
6369

@@ -66,6 +72,12 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
6672

6773
### CLI Tools
6874

75+
#### Bug Fixes
76+
77+
* `rabbitmq-streams list_stream_consumer_groups` incorrectly validated the set of columns it accepts.
78+
79+
GitHub issue: [#9671](https://github.com/rabbitmq/rabbitmq-server/pull/9671)
80+
6981
#### Enhancements
7082

7183
* Several `list_stream_*` commands (available via both `rabbitmq-diagnostics` and `rabbitmq-streams`) commands now can
@@ -89,8 +101,21 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
89101

90102
### Management Plugin
91103

104+
#### Bug Fixes
105+
106+
* Message consumption with the "Nack message, requeue: true" option did not actually requeue deliveries.
107+
108+
GitHub issue: [#9715](https://github.com/rabbitmq/rabbitmq-server/pull/9715)
109+
92110
#### Enhancements
93111

112+
* HTTP API request body size is now limited to 10 MiB by default.
113+
Two endpoints, one that accepts messages for publishing (note: publishing over the HTTP API is greatly discouraged)
114+
and another for [definition import](https://rabbitmq.com/definitions.html#import),
115+
will now reject larger transfers with a `400 Bad Request` response.
116+
117+
GitHub issue: [#9708](https://github.com/rabbitmq/rabbitmq-server/pull/9708)
118+
94119
* `DELETE /api/queues/{vhost}/{name}` now can delete exclusive queues.
95120

96121
GitHub issue: [#8758](https://github.com/rabbitmq/rabbitmq-server/issues/8758)
@@ -109,6 +134,17 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
109134
GitHub issue: [#9530](https://github.com/rabbitmq/rabbitmq-server/pull/9530)
110135

111136

137+
### Web MQTT Plugin
138+
139+
#### Bug Fixes
140+
141+
* Avoid an exception when a not fully established MQTT-over-WebSockets connection terminated.
142+
143+
Contributed by @gomoripeti (CloudAMQP).
144+
145+
GitHub issue: [#9654](https://github.com/rabbitmq/rabbitmq-server/pull/9654)
146+
147+
112148
### JMS Topic Exchange Plugin
113149

114150
#### Bug Fixes

0 commit comments

Comments
 (0)