Skip to content

v0.9.1

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 16:02
· 54 commits to main since this release

Patch Changes

  • 58ded5e: Check for values modified in deserializeAccessToken

    When you only set a value in a service, the token did not get updated in the gateway.
    This was because the valueModified was only set after a token change, not just a value change.
    This changes improves the check to fix that.