Skip to content

Commit b99aca7

Browse files
A 4.1.4 release notes update
1 parent 8a4604a commit b99aca7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

release-notes/4.1.4.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)