Skip to content

Releases: ovh/okms-sdk-go

v0.4.2

20 Jan 08:55
1451c28
Compare
Choose a tag to compare

🐛 Bug Fixes

  • (errors) Allow Errors nil in KmsErrors (#20)

⚙️ Miscellaneous Tasks

  • (deps) Bump golang.org/x/sys from 0.28.0 to 0.29.0
  • Add ovh/kms team as default reviewer for dependabot PRs
  • (deps) Bump golang.org/x/crypto from 0.31.0 to 0.32.0

v0.4.1

20 Dec 16:01
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Always use raw signature format on crypto.Signer impl

v0.4.0

20 Dec 15:34
1b7fb4b
Compare
Choose a tag to compare

⚙️ Miscellaneous Tasks

  • (deps) Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • (deps) Bump golang.org/x/crypto from 0.29.0 to 0.30.0
  • Update to KMS APIs v0.9.18 (#10)
  • (deps) Bump golang.org/x/crypto from 0.30.0 to 0.31.0
  • Update KMS Api v1.0.0 (#12)

v0.3.2

15 Nov 13:01
242df2c
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Key iterator stop yielding values after error

📚 Documentation

  • Add go report card to readme

🧪 Testing

  • Unit tests for the key iterator
  • Unit tests for the JWK conversion
  • Unit tests for DataKeyProvider
  • Unit tests for the signer

⚙️ Miscellaneous Tasks

  • Include dependencies in release note
  • Enable race condition detection during unit tests

v0.3.1

12 Nov 09:28
Compare
Choose a tag to compare

⚙️ Miscellaneous Tasks

  • (deps) Bump golang.org/x/sys from 0.26.0 to 0.27.0
  • (deps) Bump golang.org/x/crypto from 0.28.0 to 0.29.0

v0.3.0

24 Oct 12:05
Compare
Choose a tag to compare

🚀 Features

  • AEAD streaming encrypt/decrypt with data keys (#6)

🚜 Refactor

  • Simplify API usage with higher level methods

v0.2.1

17 Oct 14:31
5bf1672
Compare
Choose a tag to compare

🚀 Features

  • Add built-in support for retryable-http

v0.2.0

16 Oct 09:15
49e6fff
Compare
Choose a tag to compare

🚀 Features

  • Add request-id to error responses

v0.1.0

30 Sep 08:47
3880d66
Compare
Choose a tag to compare

First release of the SDK