Skip to content

Tags: Shooa/jwt

Tags

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update build status badge to use GitHub Actions (nats-io#240)

Signed-off-by: Alberto Ricart <alberto@synadia.com>

v2.7.4

Toggle v2.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
bump golang.org/x/crypto fixing vulnerability (nats-io#238)

Signed-off-by: Alberto Ricart <alberto@synadia.com>

v2.7.3

Toggle v2.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update dependencies in go.mod and go.sum (nats-io#236)

Upgraded `github.com/nats-io/nkeys` to v0.4.9, `golang.org/x/crypto` to v0.31.0, and `golang.org/x/sys` to v0.28.0. These updates ensure compatibility with the latest changes and include potential bug fixes and improvements. No functional changes were introduced in the codebase.

Signed-off-by: Alberto Ricart <alberto@synadia.com>

v2.7.2

Toggle v2.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Retract case-insensitive tag functionality (nats-io#233)

* Revert "[CHANGE] Tags are now case-sensitive (nats-io#225)"

This reverts commit de1f16b.

* retract 2.7.0

Signed-off-by: Alberto Ricart <alberto@synadia.com>

---------

Signed-off-by: Alberto Ricart <alberto@synadia.com>

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Retract case-insensitive tag functionality (nats-io#233)

* Revert "[CHANGE] Tags are now case-sensitive (nats-io#225)"

This reverts commit de1f16b.

* retract 2.7.0

Signed-off-by: Alberto Ricart <alberto@synadia.com>

---------

Signed-off-by: Alberto Ricart <alberto@synadia.com>

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[CHANGE] removing a tag that doesn't exist results in an error (nats-…

…io#228)

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request nats-io#223 from nats-io/neil/accountnrg

v2.5.8

Toggle v2.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[FIX] accounting for weights in cluster should be handled separate (n…

…ats-io#222)

Fixes nats-io/nsc#657

v2.5.7

Toggle v2.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[ADDED] Connection type "in process" (nats-io#221)

Added `ConnectionTypeInProcess` to the `UserPermissionLimits.AllowedConnectionTypes`
list of possible types.

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>

v2.5.6

Toggle v2.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[FEAT] added a description to a scope role to enable tools discern be…

…tween same name roles (nats-io#220)