v0.19.0 [YANKED]
Bump version 0.18.0 → 0.19.0
⚠️ This release didn't produce a valid build with all necessary files. It's now yanked on PyPi and can't be installed.
The changes listed below are available in 0.19.1
New features
-
Email template customization: you can now customize transactional emails using our powerful templating system, all integrated within the admin dashboard. [Documentation]
- ⚠ If you have a self-hosting instance, make sure to run the following command after upgrading to bootstrap the templates:
fief workspaces init-email-templates
-
New user registrations can now be disabled on a tenant.
-
Add a button in the admin dashboard to generate an access token for a given user.
-
New email provider: Sendgrid. Thanks @ruipoliveira 🎉 [Documentation]
Bug fixes and improvements
- Fix #102: make sure the tenant path and the client are consistent when starting a login process.
- Improve
cleanup
andcount_users
so they scale better. - Bump dependencies