Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@ctran88 ctran88 released this 14 Jan 18:10
1aaa958

1.0.0 (2025-01-14)

⚠ BREAKING CHANGES

  • remove deprecated AppInfo code from codegen (#144)
  • return void instead of boolean for Passage.user.delete
  • require kwargs for validate_jwt and magic link methods
  • update deprecated user method signatures (#159)
  • changes the constructor signatures for the client, auth, and user classes
  • remove deprecated client, auth, and user methods

Features

  • add parameter guard for language in magic link options (#165) (a1ce3e7)
  • changes the constructor signatures for the client, auth, and user classes (111431e)
  • remove deprecated AppInfo code from codegen (#144) (4075193)
  • remove deprecated client, auth, and user methods (c49fe3a)
  • require kwargs for validate_jwt and magic link methods (ba6bed9)
  • return void instead of boolean for Passage.user.delete (c6b5746)
  • update deprecated user method signatures (#159) (a6faeba)
  • update minimum required ruby version to 3.1.6 (#162) (7da23ec)

Bug Fixes

  • adds error handling for OpenApi errors (#166) (827bc5c)