Releases: passageidentity/passage-python
Releases · passageidentity/passage-python
v3.0.0
3.0.0 (2025-01-14)
⚠ BREAKING CHANGES
- change language type to be more strict in magic link options (#137)
- remove deprecated PassageError ctor (#131)
- remove deprecated AppInfo code from codegen (#127)
- update Passage ctor signature to remove deprecated args (#132)
- remove deprecated methods and classes (#126)
- rename codegen user models (#125)
Features
- change language type to be more strict in magic link options (#137) (f8dccdd)
- export all models from passageidentity (#133) (872ba81)
- make magic link parameter classes kwargs only (#130) (0f1613e)
- remove auth origin comparison from jwt audience validation (#129) (52b6859)
- remove deprecated AppInfo code from codegen (#127) (236c989)
- remove deprecated methods and classes (#126) (d4a531e)
- remove deprecated PassageError ctor (#131) (19b09ca)
- remove PassageError error message prefixes (#136) (596f743)
- rename codegen user models (#125) (7af039c)
- update Passage ctor signature to remove deprecated args (#132) (ac802ca)
Documentation
v2.6.0
2.6.0 (2024-12-12)
Features
- add new method signatures (#105) (9246e3c)
- add parameter guards to all methods to return early on invalid values (83cd628)
- codegen: create magic link request fields are now optional (#115) (b1f164b)
- guard against empty params in deprecated magic link method (f168b8c)
- updates create_magic_link method to use stronger typed parameters (83cd628)