Releases: nats-io/jwt
v2.7.2
What's Changed
This release is the same as v2.7.1 - v2.7.0 included some changes to jwt.TagList that have been retracted, v2.7.1 marks the retraction so that go get github.com/nats-io/jwt/v2@latest
would skip v2.7.0 and v2.7.1 (making v2.6.0 the latest version until this version v2.7.2). Read more information on retractions here
Full Changelog: v2.7.0...v2.7.2
v2.7.1
v2.7.0
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
What's Changed
- Add
ClusterTraffic
to account claims by @neilalexander in #223
New Contributors
- @neilalexander made their first contribution in #223
Full Changelog: v2.5.8...v2.6.0
v2.5.8
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
v2.5.6
v2.5.5
What's Changed
- [FIX] omitempty to authorization.auth_users by @caleblloyd in #218
- [ADDED] Sampling in MsgTrace structure by @kozlovic in #219
New Contributors
- @caleblloyd made their first contribution in #218
Full Changelog: v2.5.4...v2.5.5
v2.5.4
What's Changed
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /v2 by @dependabot in #214
- [ADDED] Import/Export.AllowTrace and Account.TraceDest by @kozlovic in #216
- [UPDATE] update deps by @aricart in #217
New Contributors
- @dependabot made their first contribution in #214
Full Changelog: v2.5.3...v2.5.4