v0.58.0 #84
michaelklishin
announced in
Announcements
v0.58.0
#84
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v0.58.0 (Sep 23, 2025)
Breaking Changes
All
delete_*andclear_*functions now accept anidempotentlyboolean argument,making it possible to issue idempotent deletion requests that would not fail
with a
404 Not Foundresponse.This affects the following functions:
delete_federation_upstreamdelete_policydelete_operator_policyclose_connectionclose_user_connectionsdelete_bindingclear_topic_permissionsdelete_shovelclear_runtime_parameterdelete_bindingnow accepts arequests::BindingDeletionParamsstruct instead of a long list of arguments.Enhancements
delete_*functions now support idempotent operations.This discussion was created from the release v0.58.0.
Beta Was this translation helpful? Give feedback.
All reactions