Skip to content

Releases: Keyfactor/keyfactor-go-client

v2.0.2-rc.2

23 May 22:21
Compare
Choose a tag to compare

Changelog

Other work

v2.0.2-rc.1

19 May 17:48
Compare
Choose a tag to compare
v2.0.2-rc.1 Pre-release
Pre-release

Changelog

Bug fixes

  • 76ce5f2: fix(certs): Added condition to handle terraform "{null}" (@spbsoluble)
  • 821fabc: fix(certs): Fixed certificate lookup using collection ID, pointer needed to be de-referenced. (@spbsoluble)
  • e7634c8: fix(client): Add environmental variable KEYFACTOR_API_PATH to allow for custom API path specification. (@spbsoluble)
  • 76c7066: fix(store_models): CreateStoreFctArgs and UpdateStoreFctArgs now do not omit empty Password field (@spbsoluble)
  • cfa21a7: fix(stores): StorePasswordConfig to be compatible w/ Command 10.x. StorePasswordConfig now passes SecretValue rather than Value making v2 StorePasswordConfig no longer compatible w/ Command 9.x and lower. (@spbsoluble)

Other work

  • dcc6823: BREAK(stores): Remove buildPropertiesInterface as ua.Properties is now map[string]interface to be compatible w/ KFC10.x. This means the library is no longer compatible with KFC9.x (@spbsoluble)

v2.0.1

15 May 19:50
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 76c7066: fix(store_models): CreateStoreFctArgs and UpdateStoreFctArgs now do not omit empty Password field (@spbsoluble)

v2.0.0

15 May 19:28
Compare
Choose a tag to compare

Changelog

Bug fixes

  • cfa21a7: fix(stores): StorePasswordConfig to be compatible w/ Command 10.x. StorePasswordConfig now passes SecretValue rather than Value making v2 StorePasswordConfig no longer compatible w/ Command 9.x and lower. (@spbsoluble)

v2.0.0-rc.2

10 May 19:10
Compare
Choose a tag to compare

Changelog

Other work

  • bcb61f0: BREAK(stores): Remove buildPropertiesInterface as ua.Properties is now map[string]interface to be compatible w/ KFC10.x. This means the library is no longer compatible with KFC9.x (@spbsoluble)

v2.0.0-rc.1

10 May 18:56
Compare
Choose a tag to compare

Changelog

Other work

  • c2f0fdb: BREAK(stores): Remove buildPropertiesInterface as ua.Properties is now map[string]interface to be compatible w/ KFC10.x. This means the library is no longer compatible with KFC9.x (@spbsoluble)

v2.0.0-rc.3

10 May 19:14
Compare
Choose a tag to compare
v2.0.0-rc.3 Pre-release
Pre-release

Changelog

Other work

  • dcc6823: BREAK(stores): Remove buildPropertiesInterface as ua.Properties is now map[string]interface to be compatible w/ KFC10.x. This means the library is no longer compatible with KFC9.x (@spbsoluble)

v1.4.3

03 May 02:20
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 933c47c: fix(stores): Remove buildPropertiesInterface as ua.Properties is now map[string]interface. (@spbsoluble)

v1.4.2

03 May 02:20
Compare
Choose a tag to compare

Changelog

Bug fixes

  • 933c47c: fix(stores): Remove buildPropertiesInterface as ua.Properties is now map[string]interface. (@spbsoluble)

v1.4.1

27 Apr 00:18
ae10aa8
Compare
Choose a tag to compare

Changelog

New Features

  • 2bf3471: feat(client): Add support for KEYFACTOR_API_PATH environment variable for customers (@spbsoluble)
  • 700f917: feat(stores): update store model with full secret type object (@doebrowsk)

Bug fixes

Dependency updates