Skip to content

Releases: ovh/okms-sdk-go

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