Releases: fief-dev/fief-python
Releases · fief-dev/fief-python
v0.20.0
v0.19.0
Bump version 0.18.6 → 0.19.0
Bug fixes and improvements
- CLI integration: replace
halo
byyaspin
to display spinner, to avoids depreciation warning. Thanks @johnson2427 and @fubuloubu 🎉 - Bump dependencies:
httpx >=0.21.3,<0.28.0
v0.18.6
Bump version 0.18.5 → 0.18.6
Bug fixes
- Fix relative URL getter (again)
v0.18.5 [YANKED]
Bump version 0.18.4 → 0.18.5
Bug fixes
- Fix relative URL getter when host is set
v0.18.4 [YANKED]
Bump version 0.18.3 → 0.18.4
Bug fixes and improvements
- Fix #16: handle sub-tenant prefix correctly
- Bump dependencies:
httpx >=0.21.3,<0.27.0
v0.18.3
v0.18.2
Bump version 0.18.1 → 0.18.2
Improvements
- Force the client to use relative URL when making requests to Fief Server.
- This should help integration inside Docker environments
- Bump dependencies
httpx >=0.21.3,<0.26.0
v0.18.1
Bump version 0.18.0 → 0.18.1
Bug fixes and improvements
- Fix case where an exception is raised if the token is an invalid JWT.
v0.18.0
Bump version 0.17.0 → 0.18.0
Warning
This version requires a Fief server version 0.26.0
Breaking changes
- The
update_profile
method can now only update user fields.
New features
change_password
,email_change
andemail_verify
to change password, change and verify email_change.- ACR support for integrations.
v0.17.0
Bump version 0.16.1 → 0.17.0
Breaking changes
- Drop Python 3.7 support
Improvements
- Bump dependencies:
httpx >=0.21.3,<0.25.0