Skip to content

Releases: pivotal-cf/mysql-cli-plugin

0.2.0

11 May 23:54
Compare
Choose a tag to compare
Remove `--create` flag

- Our default functionality includes the creation of the recipient
service instance now, so this flag is not necessary.

[#157489351]

Signed-off-by: Annie Sing <[email protected]>

0.1.0

26 Apr 21:53
Compare
Choose a tag to compare
Decouples retries from GetTaskByGUID

- Extracts `retryCfCLIRequestWithExponentialBackoff`, `requestTask`, and
`refreshAuthToken` from GetTaskByGUID
- Refactors tests into nested format to separate concerns with the
intention of splitting up into smaller unit tests in the future

[#156546971]

Decoupled more stuff

Signed-off-by: Ian Delahorne <[email protected]>