Skip to content

Tags: stytchauth/stytch-management-go

Tags

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare for V3 GA release (#110)

v3.0.0-alpha.5

Toggle v3.0.0-alpha.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Move v3 into main (#109)

* Deprecate unused SDK configs (#69)

* Deprecate unused SDK configs

* Bump minor version

* Properly set gh release target (#70)

* [V3] Skeleton for pwa v3 (#71)

* Update to pwa v3

* One set of tests working

* Delete test files until we fix them

* [v3] Update tests for Project v3 (#72)

* Update tests for Project v3

* Rename models package

* PR comments

* Revert README

* [V3] Tests for a couple of services (#73)

* Add various tests

* Address comments, add back public tokens

* [v3] Add Environment types (#74)

* Add Environment types

* Delete other files

* PR comments

* Add tests for redirect url and trusted token profile (#75)

* [v3] Add support for Environments (#76)

* Add Environment endpoints

* Add more unit tests

* PR comments

* [v3] Tests for EnvironmentMetrics (#77)

* Add Environment endpoints

* Add more unit tests

* Tests for EnvironmentMetrics

* Check err

* [V3] SDK Tests (#78)

* SDK tests + gofumpt

* Address review comments

* Support for v3 RBAC Policy (#79)

* Add proper query escaping for redirect url (#81)

* [V3] General tidy (#84)

* Use http constants and fmt.Sprintf for url

* formatting, error handling, docstrings

* Tests for email templates (#83)

* Add tests and fix type for password strength config (#85)

* Ensure IDP fields are handled in Create and Update (#86)

* [v3] Check for missing resource IDs in Get requests (#87)

* Check for resource ID in Get requests

* Change secret comments to reference environment

* Adds missing PublicToken Get (#88)

* Tweaks to TrustedTokenProfiles (#89)

* Update README to reflect v3 changes (#90)

* Add default email templates (#91)

* Fix schema for jwt template type, to make it namespaced to `JWTTemplateType` (#94)

* Include request ID on 404s (#93)

* Add CanJITProvision to TTP struct (#95)

* [v3] Rename slug fields (#96)

* Rename all references to slugs

* Update tests

* Fix JSON marshalling

* Use PublicKeyType as an enum (#97)

* Make AttributeMapping a map[string]string type (#98)

* Support environment creation with slug (#100)

* [v3] Support project creation with slug (#99)

* Support project creation with slug

* Make ProjectSlug optional

* Fix tests (#101)

* [Docs] Update README.md, DEVELOPMENT.MD, and add a migration doc from v2 (#102)

* Update README and add migration doc.

* Update README.md

* Update tests (#103)

* [v3] List valid SMS autofill metadata types (#104)

* Add function to list valid types

* Bump version

* [V3] Update RBAC to use DefaultRole (#105)

* Update RBAC to use DefaultRole

* Bump version

* Simplify test helpers

* [V3] Migration helper from PWA v1 (#106)

* Introduce legacy GetProject and GetProjects endpoint for easier migrations

* Bump version

* Codegen (#107)

* Doc tweaks about v3 vs v2 (#108)

---------

Co-authored-by: mjiang-stytch <[email protected]>
Co-authored-by: Logan Gore <[email protected]>

v3.0.0-alpha.4

Toggle v3.0.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[V3] Migration helper from PWA v1 (#106)

* Introduce legacy GetProject and GetProjects endpoint for easier migrations

* Bump version

v3.0.0-alpha.3

Toggle v3.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[V3] Update RBAC to use DefaultRole (#105)

* Update RBAC to use DefaultRole

* Bump version

* Simplify test helpers

v3.0.0-alpha.2

Toggle v3.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[v3] List valid SMS autofill metadata types (#104)

* Add function to list valid types

* Bump version

v3.0.0-alpha.1

Toggle v3.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix tests (#101)

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.
Fix other redirect URL routes (#82)

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.
QueryEscape URL param for redirect URL GET (#80)

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.
Properly set gh release target (#70)

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.
Update github actions to run on v2 branch (#68)