Skip to content

Commit db92a19

Browse files
Update 3.12.0 release notes
1 parent adea09f commit db92a19

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

release-notes/3.12.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@ RabbitMQ 3.12.0 will require **all** feature flags from the 3.11.x release serie
8989

9090
If the feature flags are not enabled, RabbitMQ 3.12 and later nodes will refuse to start.
9191

92+
### MQTT Client Metrics
93+
94+
Some metrics displayed by the management UI are no longer available for MQTT clients.
95+
They are computed for AMQP 0-9-1 channels, which MQTT plugin no longer uses. They may be
96+
reintroduced in future releases when more protocol implementations (e.g. AMQP 1.0) are
97+
refactored the same way the MQTT plugin was for this release.
98+
99+
Connection-level metrics such as ingress and egress data flows are still available,
100+
and so are the metrics of queues used by MQTT subscribers.
101+
92102
### Minimum Supported Erlang Version
93103

94104
Starting with this release, RabbitMQ requires Erlang 25.0 or later versions. Nodes **will fail to start**

0 commit comments

Comments
 (0)