Skip to content

Commit e9ef752

Browse files
Update 3.11.12 release notes
(cherry picked from commit 213309c)
1 parent f943d79 commit e9ef752

File tree

1 file changed

+36
-2
lines changed

1 file changed

+36
-2
lines changed

release-notes/3.11.12.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,35 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
4040

4141
GitHib issue: [#7677](https://github.com/rabbitmq/rabbitmq-server/pull/7677)
4242

43+
#### Enhancements
4344

44-
## Management Plugin
45+
* When the maximum allowed number of connections to the node was limited using the `connection_max` key
46+
and the limit was reached, newly connecting client previously would run into a TCP connection timeout.
4547

46-
### Bug Fixes
48+
Now a more specific error will be returned to the client before connection closure.
49+
50+
Contributed by @SimonUnge (AWS).
51+
52+
GitHub issue: [#7593](https://github.com/rabbitmq/rabbitmq-server/issues/7593)
53+
54+
55+
### CLI Tools
56+
57+
#### Bug Fixes
58+
59+
* `rabbitmqctl add_vhosts` failed with an exception when `--default-queue-type` option was provided.
60+
61+
GitHub issue: [#7750](https://github.com/rabbitmq/rabbitmq-server/issues/7750)
62+
63+
64+
### Management Plugin
65+
66+
#### Bug Fixes
67+
68+
* HTTP API endpoint `PUT /api/vhosts/{name}` incorrectly used `defaultqueuetype` for default queue type
69+
key name. It is now `default_queue_type`, the same key as returned by `GET /api/vhosts/{name}`.
70+
71+
GitHub issue: [#7734](https://github.com/rabbitmq/rabbitmq-server/issues/7734)
4772

4873
* HTTP API will now respond with a `405 Method Not Allowed` instead of a 500 when
4974
an unsupported method is used by the client.
@@ -53,6 +78,15 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
5378
GitHub issue: [#7675](https://github.com/rabbitmq/rabbitmq-server/pull/7675)
5479

5580

81+
### AMQP 1.0 Plugin
82+
83+
#### Bug Fixes
84+
85+
* Fixed AMQP 1.0 authentication issue that affected OAuth 2 token users.
86+
87+
GitHub issue: [#7758](https://github.com/rabbitmq/rabbitmq-server/pull/7758)
88+
89+
5690
## Dependency Upgrades
5791

5892
None in this release.

0 commit comments

Comments
 (0)