Bump version 0.20.1 → 0.21.0
New features
-
UI themes: you can now customize the look and feel of authentication pages.
- ⚠ If you have a self-hosting instance, make sure to run the following command after upgrading to bootstrap the theme:
fief workspaces init-themes
-
Tenant logos: you can now set your own logo that will appear on authentication pages.
-
Locale setting: you can now set manually the locale of the user on authentication pages.
Bug fixes
- Fix #130: locales were being cached between requests, leading in the wrong language displayed
Security
- Critical: last version broke security restrictions access on admin dashboard, leading to potential unauthorized access to the dashboard.
- If you have a self-hosted instance published on the web, update immediately.
- Cloud version is already patched, you have nothing to do.
- Add common security headers to HTTP responses.