Skip to content

Releases: fief-dev/fief-python

v0.20.0

13 Oct 11:54
v0.20.0
f190c53
Compare
Choose a tag to compare

Bump version 0.19.0 → 0.20.0

Bug fixes and improvements

  • Drop Python 3.8 support
  • Fix code_verifier being passed in /token request even if unset

v0.19.0

04 Jun 06:26
v0.19.0
05a17b6
Compare
Choose a tag to compare

Bump version 0.18.6 → 0.19.0

Bug fixes and improvements

  • CLI integration: replace halo by yaspin to display spinner, to avoids depreciation warning. Thanks @johnson2427 and @fubuloubu 🎉
  • Bump dependencies:
    • httpx >=0.21.3,<0.28.0

v0.18.6

06 Feb 14:20
v0.18.6
28b2dd6
Compare
Choose a tag to compare

Bump version 0.18.5 → 0.18.6

Bug fixes

  • Fix relative URL getter (again)

v0.18.5 [YANKED]

06 Feb 14:20
v0.18.5
105943e
Compare
Choose a tag to compare

Bump version 0.18.4 → 0.18.5

Bug fixes

  • Fix relative URL getter when host is set

v0.18.4 [YANKED]

05 Feb 13:07
v0.18.4
6eb4aa4
Compare
Choose a tag to compare

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

27 Nov 07:49
v0.18.3
a68cdeb
Compare
Choose a tag to compare

Bump version 0.18.2 → 0.18.3

Bug fixes

  • Fix #14: auth_url now always return absolute URL

v0.18.2

20 Nov 08:28
v0.18.2
cf3d80f
Compare
Choose a tag to compare

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

07 Sep 14:42
v0.18.1
49369bb
Compare
Choose a tag to compare

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

20 Aug 13:18
v0.18.0
fe3a6ee
Compare
Choose a tag to compare

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 and email_verify to change password, change and verify email_change.
  • ACR support for integrations.

v0.17.0

13 Jul 07:18
v0.17.0
aeed822
Compare
Choose a tag to compare

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