You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@
5
5
### Enhancements
6
6
7
7
* Support for a new deprecated feature flag state column, introduced in [rabbitmq/rabbitmq-server#14227](https://github.com/rabbitmq/rabbitmq-server/pull/14227)
8
-
8
+
*`Client#declare_policies` and `Client#declare_operator_policies` are two new helper functions for declaring multiple policies at once.
9
+
Note that both functions will still issue the same number of API requests, so it only exists for convenience
10
+
*`Client#delete_policies_in` and `Client#delete_operator_policies_in` are two new helper functions for deleting multiple policies at once.
11
+
Note that both functions will still issue the same number of API requests, so it only exists for convenience
0 commit comments