Skip to content

Commit f1f3608

Browse files
4.3.0 release notes
1 parent a06b38c commit f1f3608

File tree

1 file changed

+73
-7
lines changed

1 file changed

+73
-7
lines changed

release-notes/4.3.0.md

Lines changed: 73 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,27 +78,93 @@ compared to other versions.
7878

7979
GitHub issue: [#14926](https://github.com/rabbitmq/rabbitmq-server/pull/14926)
8080

81+
* Feature flag state in the registry and on disk were not consistent for a period of time during node boot.
82+
83+
GitHub issue: [#14943](https://github.com/rabbitmq/rabbitmq-server/pull/14943)
84+
85+
86+
### Stream Plugin
87+
88+
#### Bug Fixes
89+
90+
* `stream.read_ahead` is a new setting that controls how much data is prefetched from disk
91+
for stream reads (consumption).
92+
93+
GitHub issue: [#14948/](https://github.com/rabbitmq/rabbitmq-server/pull/14948)
94+
95+
* Stream deletion is now more resilient and can handle certain mid-deletion failure scenarios.
96+
97+
GitHub issue: [#14852](https://github.com/rabbitmq/rabbitmq-server/issues/14852)
98+
99+
100+
### Management Plugin
101+
81102
#### Enhancements
82103

83-
TBD
104+
* `GET /api/queues/{vhost}` requests no longer perform unnecessary virtual host permission checks
105+
and log less (at `debug` level) as a result.
106+
107+
GitHub issue: [#14923](https://github.com/rabbitmq/rabbitmq-server/discussions/14923)
108+
109+
110+
### Shovel Plugin
111+
112+
#### Bug Fixes
113+
114+
* Improved target node resource alarm handling for AMQP 1.0 and local shovels.
115+
116+
GitHub issue: [#14886](https://github.com/rabbitmq/rabbitmq-server/pull/14886)
117+
118+
* Local shovels could run into an exception that would cause a shovel restart.
119+
120+
GitHub issue: [#14872](https://github.com/rabbitmq/rabbitmq-server/pull/14872)
84121

85-
### HTTP Auth Backend
122+
123+
### OAuth 2 Plugin
124+
125+
#### Bug Fixes
126+
127+
* A usability improvement allows the plugin to automatically load the trusted system x.509 (TLS) certificates.
128+
129+
GitHub issue: [#14927](https://github.com/rabbitmq/rabbitmq-server/pull/14927)
130+
131+
132+
### LDAP Plugin
86133

87134
#### Enhancements
88135

89-
The HTTP Auth Backend can now optionally provide a custom authorization denial reason to AMQP clients.
90-
To opt in, return `deny <Reason>` (instead of only `deny`) in the HTTP response body of your HTTP auth backend and set the following in your `rabbitmq.conf` file:
136+
* LDAP queries, including multi-line ones, now can be specified in `rabbitmq.conf`.
137+
138+
GitHub issue: [#14868](https://github.com/rabbitmq/rabbitmq-server/pull/14868)
139+
140+
#### Bug Fixes
141+
142+
* A usability improvement allows the plugin to automatically load the trusted system certificates
143+
when the user only enables TLS for the LDAP client but does not configure any other settings.
144+
145+
GitHub issue: [#14937](https://github.com/rabbitmq/rabbitmq-server/pull/14937)
146+
147+
148+
### HTTP Auth Backend Plugin
149+
150+
#### Enhancements
151+
152+
* The HTTP Auth Backend can now optionally provide a custom authorization denial reason to AMQP clients.
153+
154+
To opt in, return `deny <Reason>` (instead of only `deny`) in the HTTP response body of your HTTP auth backend and set the following in your `rabbitmq.conf` file:
155+
91156
```ini
92157
auth_http.authorization_failure_disclosure = true
93158
```
94159

95-
See the [README](https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_auth_backend_http/README.md) for more information.
160+
See the [README](https://github.com/rabbitmq/rabbitmq-server/blob/main/deps/rabbitmq_auth_backend_http/README.md) for more information.
161+
162+
GitHub issue: [#14641](https://github.com/rabbitmq/rabbitmq-server/pull/14641)
96163

97-
Pull Request: [#14641](https://github.com/rabbitmq/rabbitmq-server/pull/14641)
98164

99165
### Dependency Changes
100166

101-
TBD
167+
* `cuttlefish` was upgraded to [`3.6.0`](https://github.com/kyorai/cuttlefish/releases)
102168

103169
## Source Code Archives
104170

0 commit comments

Comments
 (0)