File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,15 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
8888
8989#### Bug Fixes
9090
91+ * Stream client connections that authenticate using a JWT token (OAuth 2) have
92+ to periodically renew their JWT tokens. Should such an update fail,
93+ the RabbitMQ Stream Protocol connection will be immediately closed.
94+
95+ In addition, stream connections now verify that the newly obtained JWT
96+ token still grants access to the virtual host the client is connected to.
97+
98+ GitHub issues: [ #14403 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14403 ) , [ #14406 ] ( https://github.com/rabbitmq/rabbitmq-server/pull/14406 )
99+
91100 * If a Single Active Consumer could not leave its SAC group because the stream
92101 coordinator was not available, the operation will now be retried a few times
93102 before reporting a failure back to the client.
You can’t perform that action at this time.
0 commit comments