Skip to content

v0.39.0

Choose a tag to compare

@michaelklishin michaelklishin released this 17 Jul 17:01
· 229 commits to main since this release
96793c0

v0.39.0 (Jul 14, 2025)

Enhancements

  • Support for a new deprecated feature flag state column, introduced in rabbitmq/rabbitmq-server#14227
  • Client#declare_policies and Client#declare_operator_policies are two new helper functions for declaring multiple policies at once.
    Note that both functions will still issue the same number of API requests, so it only exists for convenience
  • Client#delete_policies_in and Client#delete_operator_policies_in are two new helper functions for deleting multiple policies at once.
    Note that both functions will still issue the same number of API requests, so it only exists for convenience