Skip to content

Releases: nats-io/jwt

v2.7.0

17 Sep 17:05
18a60d6
Compare
Choose a tag to compare

What's Changed

This release includes a subtle change in the way tags are handled. They are now case-sensitive. Previously, tags were converted to lowercase and then stored. This release preserves the value of the tag as specified. If you use tag APIs to Add/Remove/Contains, please verify that the format of the input is lowercased. Also Remove() API will now return an error if the requested tag could not be found. This will help in surfacing tag edits that are performed with mismatched inputs.

  • [FEAT] Added validation to cluster traffic - as downstream tools like nsc will need to perform some level of validation by @aricart in #224
  • [CHANGE] Tags are now case-sensitive by @aricart in #225
  • [CHANGE] Removing a tag that doesn't exist results in an error by @aricart in #228

Full Changelog: v2.6.0...v2.7.0

v2.6.0

10 Sep 23:13
4445fcd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.8...v2.6.0

v2.5.8

05 Jul 14:34
ff68a3b
Compare
Choose a tag to compare

What's Changed

  • [FIX] fixed a validation for mapping weights - the introduction of clusters into mappings allows the default and each cluster to allocate 100% of the traffic. These traffic allocations are now summed separately and emit an error only if a particular cluster (or the default) exceed 100% by @aricart in #222

Full Changelog: v2.5.7...v2.5.8

v2.5.7

09 May 16:09
41dad79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.6...v2.5.7

v2.5.6

18 Apr 15:14
1f3ff32
Compare
Choose a tag to compare

What's Changed

  • [FEAT] added a description to a scope role to enable tools discern between same name roles by @aricart in #220

Full Changelog: v2.5.5...v2.5.6

v2.5.5

22 Feb 16:58
c2d30e2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.4...v2.5.5

v2.5.4

15 Feb 17:09
069ee3e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.3...v2.5.4

v2.5.3

31 Oct 16:16
4573673
Compare
Choose a tag to compare

What's Changed

  • [FEAT] relax protocol names to allow for ws/wss for account resolver operations by @aricart in #209
  • [BUMP] bump nkeys by @aricart in #212

Full Changelog: v2.5.2...v2.5.3

v2.5.2

18 Sep 15:55
4b4f550
Compare
Choose a tag to compare

What's Changed

  • [FEAT] added convenience API GetTags() to Account/Operator/UserClaims by @aricart in #208

Full Changelog: v2.5.1...v2.5.2

v2.5.1

18 Sep 15:44
a3a2478
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.5.1