Skip to content

Releases: fief-dev/fief

v0.30.0

26 Apr 13:07
v0.30.0
55937b9
Compare
Choose a tag to compare

Bump version 0.29.2 → 0.30.0

Important

Fief, as you know it today, is wrapping up its current chapter.
We're working on a completely new and exciting vision for the future!

This means we won't be adding new features or fixing bugs in this codebase anymore.
Thank you so much for being part of the journey so far — your support has meant the world to us.

Stay tuned — we can't wait to show you what's next! 🚀

New features

  • Allow to hide branding and override auth pages templates

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