github stytchauth/stytch-go v14.0.0

latest releases: v16.35.0, v16.34.0, v16.33.0...
17 months ago

What's Changed

Breaking changes:

  • Fixes #177 - use pointer to roles for Member.Update by @logan-stytch in #178
    This is a MAJOR update because of the breaking change above - which is just changing the type of the Roles slice in Member.UpdateParams from []string to *[]string. This was changed to provide a way for clients to effectively "clear" roles from a member, like mentioned in #177.

Full Changelog: v13.4.0...v14.0.0

Don't miss a new stytch-go release

NewReleases is sending notifications on new releases.