Releases: fief-dev/fief
Releases · fief-dev/fief
v0.29.2
v0.29.1
v0.29.0
Bump version 0.28.9 → 0.29.0
Bug fixes and improvements
- Add
DATABASE_POOL_SIZE
andDATABASE_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
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
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
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
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
Bump version 0.28.4 → 0.28.5
Bug fixes
- Fix telemetry task causing the server to block with SQLite
v0.28.4
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
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