Releases: fief-dev/fief
Releases · fief-dev/fief
v0.25.1
Bump version 0.25.0 → 0.25.1
Bug fixes
- Fix domain authentication modal not showing when loaded directly
- Fix transactional emails not being able to be sent because of missing lazy loading on Tenant model
v0.25.0
Bump version 0.24.9 → 0.25.0
New features and improvements
- Configure the From Name and Email Address of your transactional emails!
- They can be set per tenant
- Domain authentication is supported on Sendgrid. Postmark support coming soon.
- Already available to all Fief Cloud users 🚀
- Bump dependencies
v0.24.9
Bump version 0.24.8 → 0.24.9
Bug fixes
- Fix bug with email template preview when a UserFieldValue is None
v0.24.8
Bump version 0.24.7 → 0.24.8
Improvements
- Bump dependencies
v0.24.7
v0.24.6
Bump version 0.24.5 → 0.24.6
Bug fixes
- Fix
workspaces migrate
command for BYOD workspaces
v0.24.5
Bump version 0.24.4 → 0.24.5
Improvements
- Add query filters to Users API and Admin dashboard.
SECRETS_DIR
setting is no longer set by default to avoid Pydantic warning.- It's still set by default in the Docker image.
migrate workspaces
command optimizations to speed-up DB migrations when we have lot of workspaces.
v0.24.4
Bump version 0.24.3 → 0.24.4
New features
- Docker secrets support: sensitive settings can be set through secrets file instead of environment variables.
- By default, secrets will be searched in
/run/secrets
, but can be customized by setting theSECRETS_DIR
environment variable. - Thanks @oaltun for the idea and implementation
- By default, secrets will be searched in
Bug fixes
- Fix #193: Impossible to authenticate through OAuth Provider when
/login
without a login session - Fix
quickstart
CLI command
v0.24.3
Bump version 0.24.2 → 0.24.3
New features
- Add password strength validation using the zxcvbn algorithm.
- Re-add Admin API to generate access token programmatically for a given user. Thanks @Kh-Oleg for the idea 🎉
- Endpoint:
/admin/api/users/access-token
- Endpoint:
- Add CLI command to create Admin API key. Thanks @Kh-Oleg for the idea 🎉
fief workspaces create-main-admin-api-key TheTokenYouWantToUse
- Add environment variable to create Admin API key at startup. Thanks @Kh-Oleg for the idea 🎉
FIEF_MAIN_ADMIN_API_KEY=TheTokenYouWantToUse
Bug fixes
v0.24.2
Bump version 0.24.1 → 0.24.2
Bug fixes
- Fix server error with telemetry when workspace is unknown.