File tree Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Expand file tree Collapse file tree 1 file changed +36
-2
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,35 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
40
40
41
41
GitHib issue: [ #7677 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/7677 )
42
42
43
+ #### Enhancements
43
44
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.
45
47
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 )
47
72
48
73
* HTTP API will now respond with a ` 405 Method Not Allowed ` instead of a 500 when
49
74
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://
53
78
GitHub issue: [ #7675 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/7675 )
54
79
55
80
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
+
56
90
## Dependency Upgrades
57
91
58
92
None in this release.
You can’t perform that action at this time.
0 commit comments