@@ -28,7 +28,7 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
2828
2929 * Corrected a performance regression around metric collection that could have a meaningful impact on quorum queues.
3030
31- GItHub issue: [ rabbitmq/seshat #16 ] ( https://github.com/rabbitmq/seshat/pull/16 )
31+ GitHub issue: [ rabbitmq/seshat #16 ] ( https://github.com/rabbitmq/seshat/pull/16 )
3232
3333 * AMQP 1.0 link error frames did not have settlement set in certain failure scenarios,
3434 namely when attaching a link failed due to a missing source (queue or stream).
@@ -45,6 +45,10 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
4545
4646 GitHub issue: [ #14988 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14988 )
4747
48+ * Definition import is now more defensive when importing exchanges.
49+
50+ GitHub issue: [ #15128 ] ( https://github.com/rabbitmq/rabbitmq-server/issues/15128 )
51+
4852#### Enhancements
4953
5054 * More efficient Khepri (metadata store) querying.
@@ -64,6 +68,19 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
6468 GitHub issue: [ #15012 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/15012 )
6569
6670
71+ ### OAuth 2 Plugin
72+
73+ #### Bug Fixes
74+
75+ * When multiple resource server IDs are configured, management UI login screen now provides a way to pre-select a specific resource ID
76+ before logging in.
77+
78+ As part of this change, when multiple resource server IDs are configured, their order stored internally now reflects
79+ that in ` rabbitmq.conf ` .
80+
81+ GitHub issue: [ #15044 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/15044 )
82+
83+
6784### Management Plugin
6885
6986#### Bug Fixes
@@ -90,6 +107,11 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
90107
91108 GitHub issue: [ #15017 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/15017 )
92109
110+ * The order of configured OAuth 2 resource servers is now preserved in the management UI.
111+ Additionally, a resource server ID can now be pre-selected during service-provider-initiated logons.
112+
113+ GitHub issue: [ #15044 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/15044 )
114+
93115
94116### Prometheus Plugin
95117
@@ -149,6 +171,14 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
149171 GitHub issue: [ #14970 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14970 )
150172
151173
174+ ### Trust Store Plugin
175+
176+ #### Bug Fixes
177+
178+ * The plugin now merges user-provided TLS options with the options it needs in a safer manner.
179+
180+ GitHub issue: [ #15116 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/15116 )
181+
152182
153183### Dependency Changes
154184
0 commit comments