Releases: nats-io/nkeys
Releases · nats-io/nkeys
v0.4.2
What's Changed
- Exported NKeys Error Enhancement by @nanjj in #32
- Fixed badges links [ci skip] by @kozlovic in #33
- Update dependencies by @rodrigc in #35
- Updated dependencies, update travis config, remove ioutil from nk by @derekcollison in #36
- Added in xkeys support, which are encoded x25519 keys. by @derekcollison in #37
- Update dependencies by @gcolliso in #39
- Trim whitespace from the parsed JWT by @bruth in #40
- Unify KeyPair and Curve interfaces by @aricart in #41
- Update go crypto package by @wallyqs in #42
- [UPDATE] travis to only use 1.19 go, bump crypto by @aricart in #43
- [FIX] update
Versionin the lib to 0.4.2, as a travis test is looking at this. by @aricart in #44
New Contributors
- @nanjj made their first contribution in #32
- @rodrigc made their first contribution in #35
- @bruth made their first contribution in #40
Full Changelog: v0.3.0...v0.4.2
v0.4.1
What's Changed
- Exported NKeys Error Enhancement by @nanjj in #32
- Fixed badges links [ci skip] by @kozlovic in #33
- Update dependencies by @rodrigc in #35
- Updated dependencies, update travis config, remove ioutil from nk by @derekcollison in #36
- Added in xkeys support, which are encoded x25519 keys. by @derekcollison in #37
- Update dependencies by @gcolliso in #39
- Trim whitespace from the parsed JWT by @bruth in #40
- Unify KeyPair and Curve interfaces by @aricart in #41
- Update go crypto package by @wallyqs in #42
- [UPDATE] travis to only use 1.19 go, bump crypto by @aricart in #43
New Contributors
- @nanjj made their first contribution in #32
- @rodrigc made their first contribution in #35
- @bruth made their first contribution in #40
Full Changelog: v0.3.0...v0.4.1
v0.4.0
What's Changed
- Exported NKeys Error Enhancement by @nanjj in #32
- Fixed badges links [ci skip] by @kozlovic in #33
- Update dependencies by @rodrigc in #35
- Updated dependencies, update travis config, remove ioutil from nk by @derekcollison in #36
- Added in xkeys support, which are encoded x25519 keys. by @derekcollison in #37
- Update dependencies by @gcolliso in #39
- Trim whitespace from the parsed JWT by @bruth in #40
- Unify KeyPair and Curve interfaces by @aricart in #41
- Update go crypto package by @wallyqs in #42
New Contributors
- @nanjj made their first contribution in #32
- @rodrigc made their first contribution in #35
- @bruth made their first contribution in #40
Full Changelog: v0.3.0...v0.4.0
Release v0.3.0
Release v0.2.0
Release v0.1.4
Release v0.1.3
Changelog
This release has no code change but is done to solve the issue with the tag v0.1.2.
Fixed
- Issue with moved v0.1.2 tag (#21)
Complete Changes
v0.1.2
Release v0.1.2
Important
If you experience the following issue with a project that has nkeys v0.1.2 in go.mod:
go: downloading github.com/nats-io/nkeys v0.1.2
verifying github.com/nats-io/[email protected]: checksum mismatch
downloaded: h1:6JJydNSjt/lqhfM+ngyaLk9Wa/d3UW/YyEqj8OrDV4w=
go.sum: h1:kWUa9fUdAOW426qaAD1V4+suF4On2eTr2n/FE/XSGpg=
It could be due to the fact that for a very short period after the v0.1.2 tag was created, we fixed an issue and the tag was replaced. If you have the issue mentioned above, clear the nkeys entry in your go.sum and try again, this should work.
We apologize for the inconvenience.