Skip to content

v1.0.1: Fix runtime panic error occurring while using uninstall API with retry config

Choose a tag to compare

@buildAI buildAI released this 16 Sep 11:19
· 2 commits to master since this release
eb9640b

The underslying sendRetry method was leading to panics when nil is sent as body parameter which directly affects Uninstall method usage with retries. This release addresses that issue.