@@ -27,3 +27,50 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
2727 was enabled could cause a RabbitMQ node to run out of memory and crash.
2828
2929 GitHub issues: [ #14069 ] ( https://github.com/rabbitmq/rabbitmq-server/discussions/14069 ) , [ #14796 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14796 )
30+
31+ * Feature flag state in the registry and on disk were not consistent for a period of time during node boot.
32+
33+ GitHub issue: [ #14943 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14943 )
34+
35+
36+ ### CLI Tools
37+
38+ #### Bug Fixes
39+
40+ * ` rabbitmqctl export_definitions ` could incorrectly serialize policy and operator policy
41+ definitions.
42+
43+ GitHub issue: [ #14800 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14800 )
44+
45+
46+ ### MQTT Plugin
47+
48+ #### Bug Fixes
49+
50+ * [ Resource alarm] ( https://www.rabbitmq.com/docs/alarms ) handling now uses more context: it is aware of individual resources.
51+ When a cluster had multiple resource alarms (namely for memory footprint and free disk space)
52+ in effect, the blocking state was prematurely cleared when only one resource alarm was.
53+
54+ GitHub issue: [ #14795 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14795 )
55+
56+
57+ ### STOMP Plugin
58+
59+ #### Bug Fixes
60+
61+ * [ Resource alarm] ( https://www.rabbitmq.com/docs/alarms ) handling now uses more context: it is aware of individual resources.
62+ When a cluster had multiple resource alarms (namely for memory footprint and free disk space)
63+ in effect, the blocking state was prematurely cleared when only one resource was [ cleared] .
64+
65+ GitHub issue: [ #14795 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14795 )
66+
67+
68+ ### Web MQTT Plugin
69+
70+ #### Bug Fixes
71+
72+ * [ Resource alarm] ( https://www.rabbitmq.com/docs/alarms ) handling now uses more context: it is aware of individual resources.
73+ When a cluster had multiple resource alarms (namely for memory footprint and free disk space)
74+ in effect, the blocking state was prematurely cleared when only one resource was [ cleared] .
75+
76+ GitHub issue: [ #14795 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14795 )
0 commit comments