File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 22
33## v0.45.0 (in development)
44
5- No changes yet.
5+ ### Enhancements
6+
7+ * New struct, ` requests::TopicPermissions ` , for declaring topic permissions.
8+ * New struct, ` responses::TopicPermission ` for representing topic permissions.
9+ * ` Client#list_topic_permissions_of ` is a new function that lists topic permissions of a user.
10+ * ` Client#grant_permissions ` is now an alias for ` Client#declare_permissions ` , providing an easier to remember alias.
11+ * ` Client#declare_topic_permissions ` is a new function that sets topic permissions for a user
12+ * ` Client#clear_topic_permissions ` is a new function to clear topic permissions for a user.
613
714
815## v0.44.0 (Aug 25, 2025)
@@ -21,7 +28,7 @@ No changes yet.
2128 but for various reasons can be missing in versions up to ` 3.11.0 ` or so.
2229
2330 This can be considered a RabbitMQ ` 3.10.x ` (that reached EOL in late 2023) compatibility fix.
24- Responsible adults don't run EOL versions of RabbitMQ, of course.
31+ Responsible adults don't run EOL versions of RabbitMQ, of course.
2532
2633
2734## v0.42.0 (Aug 14, 2025)
You can’t perform that action at this time.
0 commit comments