(cherry picked from commit 7ce2a0dac8
)
Conflicts: release-notes/3.9.6.md
This commit is contained in:
parent
5fb118e8ef
commit
ae4d84f403
|
@ -16,7 +16,7 @@ Contributors are encouraged to update them together with their changes. This hel
|
|||
|
||||
#### Bug Fixes
|
||||
|
||||
* TLS information delivered in [Proxy protocol](https://www.rabbitmq.com/networking.html#proxy-protocol) header is now attached to connection metrics as if it was provided by a non-proxying client.
|
||||
* TLS information delivered in [Proxy protocol](https://www.rabbitmq.com/networking.html#proxy-protocol) header is now attached to connection metrics as if it was provided by a non-proxying client.
|
||||
|
||||
GitHub issues: [#3175](https://github.com/rabbitmq/rabbitmq-server/pull/3175), [#3371](https://github.com/rabbitmq/rabbitmq-server/pull/3371) contributed by @prefiks, sponsored by CloudAMQP
|
||||
|
||||
|
@ -45,14 +45,6 @@ Contributors are encouraged to update them together with their changes. This hel
|
|||
|
||||
GitHub issue: [#3340](https://github.com/rabbitmq/rabbitmq-server/pull/3340)
|
||||
|
||||
* Classic queue shutdown now uses a much higher timeout (up to 10 minutes instead of 30 seconds).
|
||||
|
||||
In environments with many queues (especially mirrored queues) and many consumers this means that
|
||||
the chance of queue indices rebuilding after node restart is now substantially lower.
|
||||
|
||||
GitHub issue: [#3409](https://github.com/rabbitmq/rabbitmq-server/pull/3409)
|
||||
|
||||
|
||||
### Management Plugin
|
||||
|
||||
#### Enhancements
|
||||
|
|
|
@ -19,27 +19,19 @@ Contributors are encouraged to update them together with their changes. This hel
|
|||
|
||||
### Core Server
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* ...
|
||||
|
||||
### Stream Plugin
|
||||
|
||||
#### Bug Fixes
|
||||
|
||||
* ...
|
||||
|
||||
### Management Plugin
|
||||
|
||||
#### Enhancements
|
||||
|
||||
* ...
|
||||
* Classic queue shutdown now uses a much higher timeout (up to 10 minutes instead of 30 seconds).
|
||||
|
||||
In environments with many queues (especially mirrored queues) and many consumers this means that
|
||||
the chance of queue indices rebuilding after node restart is now substantially lower.
|
||||
|
||||
GitHub issue: [#3409](https://github.com/rabbitmq/rabbitmq-server/pull/3409)
|
||||
|
||||
|
||||
## Dependency Upgrades
|
||||
|
||||
* observer_cli has been upgraded from `1.6.2` to `1.7.1`
|
||||
* ...
|
||||
|
||||
|
||||
## Source Code Archives
|
||||
|
|
Loading…
Reference in New Issue