Skip to content

Releases: passageidentity/passage-go

v1.12.0

12 Dec 20:53
2b9378d
Compare
Choose a tag to compare

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

  • updates jwx library to use its thread-safe jwks cache (#88) (b677920)

Release v1.11.2

23 Oct 22:32
e1b7a15
Compare
Choose a tag to compare
Merge pull request #90 from passageidentity/PSG-4902-use-repo-templates

Psg 4902 use repo templates

Release v1.11.1

29 Jul 17:07
e712316
Compare
Choose a tag to compare
Merge pull request #80 from passageidentity/dependabot/go_modules/git…

Release v1.11.0

22 Mar 20:01
c096138
Compare
Choose a tag to compare
Merge pull request #56 from passageidentity/sdk-updates-1711036009

SDK updates

Release v1.10.0

11 Mar 19:58
cfd0c5f
Compare
Choose a tag to compare
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

30 Jan 19:33
2a0cf76
Compare
Choose a tag to compare
Merge pull request #47 from passageidentity/sdk-updates-1706576419

SDK updates

Release v1.8.0

18 Jan 21:39
9b3df12
Compare
Choose a tag to compare
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

30 Nov 20:42
6f1cb42
Compare
Choose a tag to compare
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

01 Nov 21:54
13c749f
Compare
Choose a tag to compare
PSG-3120: openAPI codegen (#34)

* feat: use codegen for API requests

* chore: bump version

Release v1.5.0

11 Jul 18:35
d1efa46
Compare
Choose a tag to compare
Merge pull request #33 from passageidentity/psg-2286-magic-link-type

PSG-2286: add type parameter to createMagicLink type