Skip to content

Releases: nats-io/nkeys

v0.4.2

16 Mar 16:34
ff46c04

Choose a tag to compare

v0.4.2 Pre-release
Pre-release

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 Version in the lib to 0.4.2, as a travis test is looking at this. by @aricart in #44

New Contributors

Full Changelog: v0.3.0...v0.4.2

v0.4.1

16 Mar 16:10
1168338

Choose a tag to compare

v0.4.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.1

v0.4.0

16 Mar 15:45
f5bec5b

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

Release v0.3.0

14 Mar 19:23
4438441

Choose a tag to compare

Changelog

Added

  • Support for ppc64le. Thanks to @dthadi3 for the contribution (#28)

Fixed

Complete Changes

v0.2.0...v0.3.0

Release v0.2.0

01 Jun 16:26
3653aeb

Choose a tag to compare

Changelog

Added

  • Credentials file parsing (moved from jwt library)(#25)

Complete Changes

v0.1.4...v0.2.0

Release v0.1.4

30 Mar 23:00
b5fd77f

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

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

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/[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.

v0.1.0

04 Sep 15:29

Choose a tag to compare

Release v0.1.0