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
`responses::DeprecatedFeatureList` now all implement `Deref` and `DerefMut`
7
9
*`responses::Channel#state` now uses an enum, `responses::ChannelState`, instead of a string.
8
10
*`Client#enable_vhost_deletion_protection`[protects](https://www.rabbitmq.com/docs/vhosts#deletion-protection) a virtual host from deletion (using the `POST /api/vhosts/{vhost}/deletion/protection` endpoint).
9
11
*`Client#disable_vhost_deletion_protection` lifts [deletion protection](https://www.rabbitmq.com/docs/vhosts#deletion-protection) (using the `DELETE /api/vhosts/{vhost}/deletion/protection` endpoint).
0 commit comments