Releases: passageidentity/passage-go
Releases · passageidentity/passage-go
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]>
Release v1.6.0
PSG-3120: openAPI codegen (#34) * feat: use codegen for API requests * chore: bump version
Release v1.5.0
Merge pull request #33 from passageidentity/psg-2286-magic-link-type PSG-2286: add type parameter to createMagicLink type