Skip to content

Commit b1a6689

Browse files
More 3.13.0 release notes updates
1 parent f79cb74 commit b1a6689

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

release-notes/3.13.0.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This release includes several new features and optimizations.
88

99
The user-facing areas that have seen the biggest improvements in this release are
1010

11-
* [Khepri](https://youtu.be/IXimf4DCAoY?t=22639) now can be used as an [alternative schema data store](https://github.com/rabbitmq/rabbitmq-server/pull/7206)
11+
* [Khepri](https://www.youtube.com/watch?v=whVqpgvep90) now can be used as an [alternative schema data store](https://github.com/rabbitmq/rabbitmq-server/pull/7206)
1212
in RabbitMQ, replacing Mnesia
1313
* Support for [consumer-side stream filtering](https://github.com/rabbitmq/rabbitmq-server/pull/8207)
1414
* [MQTTv5 support](https://blog.rabbitmq.com/posts/2023/07/mqtt5)
@@ -68,11 +68,7 @@ periods of time (no more than a few hours).
6868

6969
## Compatibility Notes
7070

71-
This release includes the following potentially breaking changes:
72-
73-
* `GET /api/queues` HTTP API endpoint has dropped several rarely used metrics, resulting in 25% in traffic savings
74-
* MQTT: `mqtt.subscription_ttl` configuration setting was replaced with `mqtt.max_session_expiry_interval_seconds`
75-
71+
This release includes a few potentially breaking changes&
7672

7773
### Minimum Supported Erlang Version
7874

@@ -85,6 +81,14 @@ Client libraries that were compatible with RabbitMQ `3.12.x` will be compatible
8581
RabbitMQ Stream Protocol clients must be upgraded to use the stream filtering feature
8682
introduced in this release.
8783

84+
### Management Plugin and HTTP API
85+
86+
GET /api/queues` HTTP API endpoint has dropped several rarely used metrics, resulting in 25% in traffic saving.
87+
88+
### MQTT Plugin
89+
90+
`mqtt.subscription_ttl` configuration setting was replaced with `mqtt.max_session_expiry_interval_seconds`.
91+
8892

8993
### Getting Help
9094

@@ -100,7 +104,7 @@ Release notes are kept under [rabbitmq-server/release-notes](https://github.com/
100104

101105
#### Enhancements
102106

103-
* [Khepri](https://www.youtube.com/watch?v=huT-zmXvfuM) now can be used as an [alternative schema data store](https://github.com/rabbitmq/rabbitmq-server/pull/7206)
107+
* [Khepri](https://www.youtube.com/watch?v=whVqpgvep90) now can be used as an [alternative schema data store](https://github.com/rabbitmq/rabbitmq-server/pull/7206)
104108
in RabbitMQ, by enabling a feature flag:
105109

106110
``` shell

0 commit comments

Comments
 (0)