Skip to content

Releases: passageidentity/passage-go

v2.1.0

14 Jan 21:40
427093f
Compare
Choose a tag to compare

2.1.0 (2025-01-14)

Features

  • the Auth and User structs are now public (#128) (d5ef645)

v2.0.0

14 Jan 18:08
4e94875
Compare
Choose a tag to compare

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

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]>