Skip to content

Commit

Permalink
Update 3.13.3 release notes
Browse files Browse the repository at this point in the history
(cherry picked from commit c4acbf1)
  • Loading branch information
michaelklishin committed May 31, 2024
1 parent 774ea9b commit 3f5918e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions release-notes/3.13.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,12 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://

#### Bug Fixes

* `rabbitmqctl delete_shovel` is now more effective at deleting Shovels that
cannot start (for example, because they cannot connect using the configured URIs) and
repeatedly fail, get restarted, fail again, get restarted, and so on.

GitHub issue: [#11324](https://github.com/rabbitmq/rabbitmq-server/pull/11324)

* `fail_if_no_peer_cert`, a server-side TLS setting, was removed from Shovel URI examples.
Erlang 26's TLS implementation will refuse to accept it as a client-side setting whereas
previously it was quietly ignored.
Expand Down

0 comments on commit 3f5918e

Please sign in to comment.