Releases: passageidentity/passage-ruby
Releases · passageidentity/passage-ruby
v1.0.0
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
v0.7.1
v0.7.0
0.7.0 (2024-12-12)
Features
- add new class and method names (4515ac6)
- add parameter guards (#116) (ce5c590)
- codegen: create magic link request fields are now optional (#113) (f04af7b)
- jwks caching with ActiveSupport (#111) (34df698)
- reworks the new create magic link func into three separate functions (#121) (10c9870)
- support jwt aud validation for hosted apps (#117) (bcaaebe)