Releases: rschmied/gocmlclient
Releases · rschmied/gocmlclient
v0.1.2
What's Changed
From CHANGELOG
- rollback the token insertion / no auth from 0.1.1 -- it doesn't work. This
needs a much more radical approach (e.g. a fundamental re-design) - added comprehensive auth tests using httpmock (which is the de-facto standard)
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Version 0.1.1 related to CML 2.9.0
Likely last version using the old structure/approach (unless some fixes are needed which is unlikely).
- don't do auth at all when a token is provided
- updated dependencies, experiment with live tests
- updated some tests
- added VersionCheck function, can provide a SemVer constraint to check if
- controller version is within expected version
- removed cmd/ctest
- changed some names from snake case to camel case (golang "compliant")
- a bit of re-formatting on all files (white space, casing, linting)
Full Changelog: v0.1.0...v0.1.1