Skip to content

Releases: fief-dev/fief

v0.29.2

03 Nov 13:10
f5cc0a1
Compare
Choose a tag to compare

Bump version 0.29.1 → 0.29.2

Bug fixes and improvements

  • Fix #492: JavaScript bug preventing select inputs from working on Users dashboard.
  • Bump dependencies

v0.29.1

19 Oct 11:24
v0.29.1
4cd643c
Compare
Choose a tag to compare

Bump version 0.29.0 → 0.29.1

Bug fixes

  • Fix #469: upgrade Fief Client to fix an error preventing to authenticate on admin dashboard.

v0.29.0

13 Oct 09:49
v0.29.0
59f11ff
Compare
Choose a tag to compare

Bump version 0.28.9 → 0.29.0

Bug fixes and improvements

  • Add DATABASE_POOL_SIZE and DATABASE_POOL_MAX_OVERFLOW settings to finely control the number of connections to the database. [Documentation]
  • Fix HTMX/Hyperscript bundle

🏰 Stronghold new features and improvements

Note

Fief Stronghold is the private edition of Fief, accessible to our paid backers, which includes exclusive features.
Read more

  • Allow to override authentication pages templates. [Documentation]

v0.28.9

05 Oct 08:02
v0.28.9
faa556c
Compare
Choose a tag to compare

Bump version 0.28.8 → 0.28.9

Bug fixes and improvements

  • Bundle HTMX and Hyperscript in a local script. Thanks @i-am-mike-davis 🎉
  • Add a warning log when OAuth Provider token refresh fails
  • Bump dependencies

v0.28.8

29 Aug 07:43
v0.28.8
5a3c28d
Compare
Choose a tag to compare

Bump version 0.28.7 → 0.28.8

Bug fixes and improvements

  • Fix #432: social authentication could be blocked because "dangling" OAuthAccount were stored. Thanks @BlackIsBlack 🎉
  • Bump dependencies

v0.28.7

20 Aug 07:19
v0.28.7
ed0fe87
Compare
Choose a tag to compare

Bump version 0.28.6 → 0.28.7

Bug fixes and improvements

  • Fix #400: After a successful password reset, redirect to user dashboard if no login session. Thanks @ApprenticeofEnder 🎉
  • Bump dependencies

v0.28.6

25 Mar 09:49
v0.28.6
8c5886f
Compare
Choose a tag to compare

Bump version 0.28.5 → 0.28.6

Bug fixes and improvements

  • Login sessions are automatically refreshed on expiration.
  • Default lifetime for login sessions, registration sessions and external OAuth2 sessions is now 1 hour.
  • The fief run-server CLI now supports all Uvicorn settings.
  • Fix Fief-ception not working if Uvicorn was handling SSL directly.
  • Bump dependencies (6c6cb34)

v0.28.5

03 Mar 07:19
v0.28.5
bade10c
Compare
Choose a tag to compare

Bump version 0.28.4 → 0.28.5

Bug fixes

  • Fix telemetry task causing the server to block with SQLite

v0.28.4

01 Mar 16:18
v0.28.4
395b491
Compare
Choose a tag to compare

Bump version 0.28.3 → 0.28.4

Bug fixes

  • Fix bug in the Docker configuration preventing the default command to run

v0.28.3

01 Mar 13:53
v0.28.3
34ecfca
Compare
Choose a tag to compare

Bump version 0.28.2 → 0.28.3

Bug fixes and improvements

  • Fix telemetry task not reporting data correctly
  • Allow to pass custom app and worker to the CLI command