Add #9937 to 3.12.9 release notes

This commit is contained in:
Michael Klishin 2023-11-17 02:23:02 -05:00
parent 1104af9f2b
commit e4215d9718
No known key found for this signature in database
GPG Key ID: FF4F6501646A9C9A
1 changed files with 11 additions and 0 deletions

View File

@ -21,6 +21,17 @@ the [v3.12.0 release notes](https://github.com/rabbitmq/rabbitmq-server/releases
Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://github.com/rabbitmq/rabbitmq-server/tree/v3.12.x/release-notes).
### Core Broker
#### Bug Fixes
* When a topic permission was deleted, an [internal event](https://rabbitmq.com/logging.html#internal-events) of type `permission.deleted`
was emitted in some cases, instead of `topic.permission.deleted`.
Investigated by @bedia.
GitHub issue: [#9937](https://github.com/rabbitmq/rabbitmq-server/issues/9937)
### Shovel Plugin