Releases: fief-dev/fief
Releases · fief-dev/fief
v0.16.9
Bump version: 0.16.8 → 0.16.9
Bug fixes
- Fix a bug where permissions were not correctly removed after having removed a role from a user.
Improvements
- The
workspaces migrate
command now start the migration process only for outdated workspaces schema.
v0.16.8
Bump version: 0.16.7 → 0.16.8
Bug fixes
- Add a new setting
database_pool_pre_pring
to help with database connection reset.
v0.16.7
Bump version: 0.16.6 → 0.16.7
Bug fixes
- Fix #63: on registration, optional string field left blank would provoke an error. Thanks @davidbrochart 🎉
Improvements
- Add API and UI in admin dashboard to create a new tenant.
- Add a scheduled cleanup task to remove expired login sessions, authorization codes, sessions tokens and refresh tokens.
- German translation for authentication pages. Thanks @ChuckMoe 🎉
- Spanish translation for authentication pages. Thanks @plpsanchez 🎉
- Portuguese translation for authentication pages. Thanks @plpsanchez 🎉
v0.16.6
Bump version: 0.16.5 → 0.16.6
Bug fixes and improvements
- Fix a CSRF error on registration page
- Fix admin dashboard layout to prevent main content to overflow sidebar
- Bump frontend dependencies
- Bump backend dependencies
v0.16.5
Bump version: 0.16.4 → 0.16.5
Bug fixes and improvements
- Fix error in worker about BabelMiddleware not initialized
- Use Python Slim as a base Docker image
v0.16.4
Bump version: 0.16.3 → 0.16.4
Bug fixes and improvements
- Fix a bug with
AuditLogger
- Revamp authentication pages implementation with WTForms and asgi-babel
- Enable a Docker build for ARM architecture
v0.16.3
Bump version: 0.16.2 → 0.16.3
Bug fixes
- Fix a bug in the worker process preventing it from starting.
Improvements
- Bump dependencies:
alembic ==1.8.0
Babel ==2.10.3
fastapi-users[sqlalchemy] ==10.1.1
fief-client ==0.12.0
Jinja2 ==3.1.2
sentry-sdk ==1.6.0
sqlalchemy[mypy] ==1.4.37
uvicorn[standard]==0.18.1
v0.16.2
Bump version: 0.16.1 → 0.16.2
Improvements
.well-known/openid-configuration
endpoint will now generate absolute URLs respecting theX-Forwarded-Host
header.- Redirections and URL in HTML views are now relative to avoid some proxying issues.
v0.16.1
Bump version: 0.16.0 → 0.16.1
Bug fixes
- Fix
create_main_fief_user
function and the associated CLI commandfief workspaces create-main-user