Skip to content

Releases: Keyfactor/keyfactor-go-client

v2.1.3-rc.1

06 Sep 16:00

Choose a tag to compare

Changelog

Bug fixes

  • c2e3e60: fix(models): for certificate StoreTypes the DependsOn property must be allowed to be null because Command treats empty string and null as different values. (@spbsoluble)

v2.1.2

07 Aug 16:32

Choose a tag to compare

Changelog

Bug fixes

  • 4c41668: fix(models): certificate_models.GetCertificateContextArgs now allows IncludeHasPrivateKey query param (@spbsoluble)

v2.1.1

27 Jul 18:03

Choose a tag to compare

Changelog

Bug fixes

v2.1.0

25 Jul 20:33

Choose a tag to compare

Changelog

New Features

v2.0.2-rc.6

21 Jul 16:51

Choose a tag to compare

Changelog

New Features

  • 551bf00: feat(agent): Agent's can be looked up by GUID or ClientMachine name. (@spbsoluble)

v2.0.2-rc.5

19 Jul 22:40

Choose a tag to compare

Changelog

New Features

  • 7ae80f5: feat(certificates): Allow lookup by CN. If multiple certs are returned then latest issued cert is returned. (@spbsoluble)

v2.0.2-rc.4

28 Jun 17:10

Choose a tag to compare

Changelog

Bug fixes

  • a3a29af: fix(models): StoreType generic output does not need to include JobProperties or StorePathType as they're computed by Command after POST. (@spbsoluble)

v2.0.2-rc.3

23 Jun 16:35

Choose a tag to compare

Changelog

Bug fixes

v2.0.2-rc.2

23 May 22:21

Choose a tag to compare

Changelog

Other work

v2.0.2-rc.1

19 May 17:48

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)