Releases: Keyfactor/keyfactor-go-client
Releases · Keyfactor/keyfactor-go-client
v2.0.2-rc.2
Changelog
Other work
- 8b74895: fix(client)!:
hostname
andapiPath
now a public attributes (@spbsoluble)
v2.0.2-rc.1
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
andUpdateStoreFctArgs
now do not omit emptyPassword
field (@spbsoluble) - cfa21a7: fix(stores): StorePasswordConfig to be compatible w/
Command 10.x
. StorePasswordConfig now passesSecretValue
rather thanValue
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 withKFC9.x
(@spbsoluble)
v2.0.1
Changelog
Bug fixes
- 76c7066: fix(store_models):
CreateStoreFctArgs
andUpdateStoreFctArgs
now do not omit emptyPassword
field (@spbsoluble)
v2.0.0
Changelog
Bug fixes
- cfa21a7: fix(stores): StorePasswordConfig to be compatible w/
Command 10.x
. StorePasswordConfig now passesSecretValue
rather thanValue
making v2 StorePasswordConfig no longer compatible w/Command 9.x
and lower. (@spbsoluble)
v2.0.0-rc.2
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 withKFC9.x
(@spbsoluble)
v2.0.0-rc.1
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 withKFC9.x
(@spbsoluble)
v2.0.0-rc.3
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 withKFC9.x
(@spbsoluble)
v1.4.3
Changelog
Bug fixes
- 933c47c: fix(stores): Remove buildPropertiesInterface as ua.Properties is now map[string]interface. (@spbsoluble)
v1.4.2
Changelog
Bug fixes
- 933c47c: fix(stores): Remove buildPropertiesInterface as ua.Properties is now map[string]interface. (@spbsoluble)
v1.4.1
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
- c20c68d: fix(certs): Shadowed
ra
indelete
renamed torvargs
. (@spbsoluble) - c4cb374: fix(sdk): pass required parameter (@doebrowsk)
- 456ff6f: fix(stores): properties and secrets as interface{} (@doebrowsk)
- b53f21c: fix(stores): restore query parameter lost in merge (@doebrowsk)
Dependency updates
- 6cab641: fix(deps): update sdk client to
v1.0.1
(@spbsoluble)