Skip to content

Releases: rschmied/gocmlclient

v0.1.2

29 Aug 11:34
v0.1.2
a00aafb

Choose a tag to compare

What's Changed

  • Fix broken user/pass authentication by @rschmied in #9

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

26 Aug 14:02
v0.1.1
1b7ca09

Choose a tag to compare

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

What's Changed

  • Provide VersionCheck and general dependency update by @rschmied in #7

v0.1.0

13 Jun 14:07
v0.1.0
337ee89

Choose a tag to compare

What's Changed

  • Named configs and version 2.7 support by @rschmied in #6

Also:

  • removed the caching mechanics which never really worked well
  • require 1.21 now
  • moved logging to slog (1.21)
  • updated all dependencies

Full Changelog: v0.0.23...v0.1.0

v0.0.23

08 May 15:25
v0.0.23
5368653

Choose a tag to compare

What's Changed

  • Add LinkDestroy method, update deps by @rschmied in #5

Full Changelog: v0.0.22...v0.0.23