Skip to content

Tink Go HashiCorp Vault Extension v2.2.0

Latest
Compare
Choose a tag to compare
@juergw juergw released this 03 Dec 17:52

This is Tink Go HashiCorp Vault Extension v2.2.0

What's new

The complete list of changes since 2.1.0 can be found here.

  • Changed target Go language version to 1.21
  • Added NewClientWithAEADOptions, and deprecated NewClient.
  • Dependency upgrades:
    • golang.org/x/crypto (=> v0.21.0)
    • golang.org/x/net (=> v0.23.0)
    • golang.org/x/sys (=> v0.18.0)
  • Removed Bazel config. With this change Bazel users will no longer be able to
    import tink-go-hcvault as a pure Bazel dependency (bazel_dep) in their
    MODULE.bazel file. However, Bazel users can continue importing tink-go
    using bazel-gazelle. If this
    causes any issues in your project, please file an issue.

Get started

To get started using Tink, see the setup guide.

Go tooling

go get github.com/tink-crypto/tink-go-hcvault/[email protected]