Skip to content

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 01 Oct 13:08
· 4 commits to main since this release
dca78e1

🚀 Features

  • (ttlv) Add two interfaces that return enum values (#47)
  • (ttlv) Some functions become exportable (#56)
  • (ttlv) Text encoding supports desensitization (#63)
  • (enums) Key Wrap Type (#53)
  • (kmip) Add register object support (#65)

🐛 Bug Fixes

  • (kmip) Enum does not have an UnmarshalText interface, resulting in jsondecoding errors (#50)
  • (kmip) Bitmask does not have an UnmarshalText interface, resulting in json decoding errors (#57)
  • (enum) URI value (#60)
  • (kmip) Export definition error (#66)
  • (kmip) [breaking] Fix type of KeyWrapType field in GetRequestPayload (#67)

🚜 Refactor

  • (kmip) Rework import/Export client helpers and doc (#64)

⚠️ BREAKING CHANGES:

  • fix type of KeyWrapType field in GetRequestPayload (#67)