You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update dependencies in go.mod and go.sum (#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>
Retract case-insensitive tag functionality (#233)
* Revert "[CHANGE] Tags are now case-sensitive (#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>
Retract case-insensitive tag functionality (#233)
* Revert "[CHANGE] Tags are now case-sensitive (#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>
[ADDED] Connection type "in process" (#221)
Added `ConnectionTypeInProcess` to the `UserPermissionLimits.AllowedConnectionTypes`
list of possible types.
Signed-off-by: Ivan Kozlovic <ivan@synadia.com>