Skip to content

Commit fee7bb1

Browse files
Update 3.9.6 release notes
(cherry picked from commit d3bae3d)
1 parent ab2c565 commit fee7bb1

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

release-notes/3.9.6.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,47 @@ Contributors are encouraged to update them together with their changes. This hel
1818

1919
* 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.
2020

21-
GitHub issue: [#3175](https://github.com/rabbitmq/rabbitmq-server/pull/3175) contributed by @prefiks, sponsored by CloudAMQP
21+
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
2222

23+
* `max_message_size` had a one-off error in the validator.
24+
25+
GitHub issue: [#3398](https://github.com/rabbitmq/rabbitmq-server/pull/3398)
26+
27+
* `mirroring_sync_batch_size` was incorrectly validated as if it represented batch size in bytes.
28+
It represents batch size in number of messages, so the new default hard cap is now 1M (a very high number that's impractical)
29+
30+
GitHub issue: [#3398](https://github.com/rabbitmq/rabbitmq-server/pull/3398)
2331

2432
### Stream Plugin
2533

2634
#### Bug Fixes
2735

36+
* Offset parameters were not stored correctly in some cases.
37+
38+
GitHub issue: [#3360](https://github.com/rabbitmq/rabbitmq-server/pull/3360), contributed by @korsmakolnikov
39+
40+
* Partitions list order is now stable.
41+
42+
GitHub issue: [#3423](https://github.com/rabbitmq/rabbitmq-server/pull/3423)
43+
2844
* When stream clients close connections abruptly, publisher and consumer metrics get cleaned up correctly.
2945

3046
GitHub issue: [#3340](https://github.com/rabbitmq/rabbitmq-server/pull/3340)
3147

3248

49+
### Management Plugin
50+
51+
#### Enhancements
52+
53+
* Stream publishers are now listed on the individual stream page.
54+
55+
GitHub issue: [#3389](https://github.com/rabbitmq/rabbitmq-server/issues/3389)
56+
57+
3358
## Dependency Upgrades
3459

35-
No dependency changes in this release.
60+
* Osiris was [upgraded to `1.2.0`](https://github.com/rabbitmq/osiris/compare/v1.1.0...v1.2.0)
61+
* Ranch was [upgraded to `2.1.0`](https://github.com/ninenines/ranch/compare/2.0.0...2.1.0)
3662

3763

3864
## Source Code Archives

0 commit comments

Comments
 (0)