Releases: banzaicloud/go-cruise-control
Releases · banzaicloud/go-cruise-control
v0.6.0
What's Changed
- [BREAKING CHANGE] Allow providing custom
http.Client
by @chrisgacsal in #23 - Update dependencies by @chrisgacsal in #24
- Improve CI by @sagikazarmark in #25
- Fix DiskState parsing error by @chrisgacsal in #31
New Contributors
- @sagikazarmark made their first contribution in #25
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- Fix panic using basic authentication by @skysilver-lab in #22
New Contributors
- @skysilver-lab made their first contribution in #22
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Allow setting Reason in Context by @chrisgacsal in #19
- Add possibility to set HTTP transport by @suvorovis in #21
New Contributors
- @suvorovis made their first contribution in #21
Full Changelog: v0.4.0...v0.5.0
v0.4.0
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/go-cruise-control@v0.4.0
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Update dependencies to the latest to fix security issues.
What's Changed
- feat: update dependencies #13
Full Changelog: v0.2.0...v0.3.0
Update
To update library in your project, run the following command in project root:
go get github.com/banzaicloud/go-cruise-control@v0.3.0