Skip to content

v0.4.0

Compare
Choose a tag to compare
@chrisgacsal chrisgacsal released this 11 Mar 21:42
· 82 commits to main since this release
3ad0b1a

v0.4.0

What's Changed

  • add support for Cruise Control up to version 2.5.113
  • [BREAKING CHANGE] context.Context is passed to API request calls instead of storing it in Client. (see #15)

Update

To update library in your project, run the following command in project root:

go get github.com/banzaicloud/[email protected]

Full Changelog: v0.3.0...v0.4.0