Skip to content

Releases: cyberark/conjur-api-go

v0.6.1

02 Dec 18:40
99e6490
Compare
Choose a tag to compare

Change log

Changed

v0.6.0

04 Mar 15:52
223c511
Compare
Choose a tag to compare
  • Converted to Golang 1.12
  • Started using os.UserHomeDir() built-in instead of go-homedir module

NOTE: Use of this version and newer requires Golang v1.12 as your compiler. If you cannot use this Golang version in your applications, please use v0.5 releases.

v0.5.2

06 Feb 19:35
f60f81f
Compare
Choose a tag to compare
  • Fixed homedir pathing for Darwin/Linux
  • Converted from Godep to native go modules for dependency management.

v0.5.1

01 Feb 15:58
6de86fd
Compare
Choose a tag to compare
  • Fix path generation of variables with spaces
  • Modify configuration loading to skip options that check home dirs if there is
    an error retrieving the home dir
  • Add ability to specify custom HTTP client

v0.5.0

07 Sep 17:57
Compare
Choose a tag to compare
v0.5.0

v0.3.2

19 Jul 15:06
d898aeb
Compare
Choose a tag to compare

Use github.com/sirupsen/logrus for logging.

When the log level for logrus is set to DebugLevel, show debug information, including:

  • what configuration information is contained in each of the locations (e.g. the environment, config files, etc), as well as the final configuration

  • the HTTP request sent to, and the responses received from, the Conjur server