Skip to content

Releases: nats-io/nkeys

Release v0.1.4

30 Mar 23:00
b5fd77f
Compare
Choose a tag to compare

Changelog

Updated

  • Golang crypto package dependency updated to latest revision. Thanks to @KauzClay for the contribution (#23, #24). The CVE mentions the ssh package, which this library does not use, so NATS Nkeys should not be affected.

Complete Changes

v0.1.3...v0.1.4

Release v0.1.3

11 Nov 17:35
f1930e1
Compare
Choose a tag to compare

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...v0.1.3

v0.1.2

30 Oct 22:02
abe9e4e
Compare
Choose a tag to compare

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/nkeys@v0.1.2: 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.

v0.1.0

04 Sep 15:29
Compare
Choose a tag to compare
Release v0.1.0