Releases: passageidentity/passage-go
Releases · passageidentity/passage-go
v2.1.0
v2.0.0
2.0.0 (2025-01-14)
⚠ BREAKING CHANGES
- update module to v2 (#126)
- changes various type and struct names
- rename Passage struct and ctor signature and remove old Error class (#123)
- remove deprecated code and rename structs and files (#119)
Features
- add parameter guards for Passage constructor (#125) (85d18d0)
- change type and add parameter guard for language in magic link options (#124) (afb86ea)
- changes various type and struct names (d82a3e7)
- remove deprecated code and rename structs and files (#119) (6445861)
- rename Passage struct and ctor signature and remove old Error class (#123) (e4fe6f0)
- update module to v2 (#126) (1aad1f4)
v1.12.0
1.12.0 (2024-12-12)
Features
- add new signatures for user and auth functions (c63c75e)
- add parameter guards (#115) (e61d115)
- add passage error class (#105) (f0e7239)
- adds new fields to the AppInfo and UserInfo structs (94748b5)
- deps update (4448a3e)
- go version from 1.16 --> 1.21 (4448a3e)
- jwt audience validation (#89) (ae2f00d)
- remove JWK re-fetch logic (cf887ab)
- reworks the new create magic link func into three separate functions (#117) (741b260)
Bug Fixes
Release v1.11.2
Merge pull request #90 from passageidentity/PSG-4902-use-repo-templates Psg 4902 use repo templates
Release v1.11.1
Merge pull request #80 from passageidentity/dependabot/go_modules/git…
Release v1.11.0
Merge pull request #56 from passageidentity/sdk-updates-1711036009 SDK updates
Release v1.10.0
feat: add new fields to UserRecentEvent (#48) * feat: add new fields to UserRecentEvent * fix: resolve codegen clash * chore: bump version --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Bert Ramirez <[email protected]>
Release v1.9.0
Merge pull request #47 from passageidentity/sdk-updates-1706576419 SDK updates
Release v1.8.0
SDK updates (#44) * SDK updates * chore: bumps version for newly added SocialConnectionNotFound error type --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Chris Tran <[email protected]>
Release v1.7.0
add AuthMethods (#39) * feat: add AuthMethods field to App * chore: bump version --------- Co-authored-by: github-actions <[email protected]> Co-authored-by: Bert Ramirez <[email protected]>