Releases: Keyfactor/keyfactor-go-client
Releases · Keyfactor/keyfactor-go-client
v1.3.3
v1.3.5
Changelog
Other work
- 52e7241: Added go-client-sdk as submodule (@asmith236)
- 37fc522: Added store and template wrappers (@asmith236)
- a92b860: Fix GetSecurityRoles endpt (@asmith236)
- 89bc058: Refactored endpoints to work with new keyfactor-go-client-sdk (@asmith236)
- 4569c7d: Refactored; generated client is now a dependency (@asmith236)
- b8b0f5a: Removed unused submod file (@asmith236)
- cbf023b: Update tests.yaml (@asmith236)
- c0efd97: added security and metadata wrapper (@asmith236)
- b738743: corrected marshalling of getCAList struct (@asmith236)
- 19f63f6: refactored tests to work with new generated client (@asmith236)
- e4fe507: update ListCertificates endpoint (@asmith236)
v1.3.4
Changelog
Bug fixes
- 821fabc: fix(certs): Fixed certificate lookup using collection ID, pointer needed to be de-referenced. (@spbsoluble)
v1.3.2
v1.4.0
Changelog
Bug fixes
- 26f96b3: fix(ci): goreleaser args update. (@spbsoluble)
- 59f3eb2: fix(ci): modsum (@spbsoluble)
- f3acf80: fix(ci): namespacing (@spbsoluble)
- 1ac8445: fix(ci): unvendor because it didn't work (@spbsoluble)
- 34ee0cb: fix: Vendoring due to
keyfactor-client-sdknot being public. (@spbsoluble)
Other work
- 52e7241: Added go-client-sdk as submodule (@asmith236)
- 37fc522: Added store and template wrappers (@asmith236)
- 4569c7d: Refactored; generated client is now a dependency (@asmith236)
- b8b0f5a: Removed unused submod file (@asmith236)
- c0efd97: added security and metadata wrapper (@asmith236)
- b738743: corrected marshalling of getCAList struct (@asmith236)
- 19f63f6: refactored tests to work with new generated client (@asmith236)
v1.3.1
Changelog
Bug fixes
- 58b3b4b: fix(api): Store lookup by ID when empty ID param is provided. (@spbsoluble)
v1.3.0
Changelog
Bug fixes
- 7632b15: fix(api): Allow for certificate lookup by ID or thumbprint. (@spbsoluble)
Other work
- f0592aa: Update generated README (@)
v1.2.0
Changelog
Bug fixes
- 4237428: fix(ci): Update starter workflow. (@spbsoluble)
- 5497be4: fix(docs): Update docs (@spbsoluble)
- 5020ae8: fix(manifest): Update integration status to production. (@spbsoluble)
Other work
- 4d7020f: Update generated README (@)
v1.2.0-rc4
Changelog
Bug fixes
- 1c946c9: fix(ci): Only run 1 test suite at a time. (@spbsoluble)
- 45d7130: fix(ci): Only run tests on
api(@spbsoluble) - 13e1b09: fix(ci): Source
.env(@spbsoluble) - e830ede: fix(ci):
printenv(@spbsoluble) - 6012252: fix(tests):
store_type_test.gofails immediately if unable to establish Keyfactor connection (@spbsoluble)
v1.2.0-rc3
Changelog
New Features
- b453765: feat(certs): Added ability to list certs and filter by
IssuedCNandCollectionId(@spbsoluble)