Skip to content

v0.19.0 [YANKED]

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 07:16
· 578 commits to main since this release
v0.19.0
54227e4

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 and count_users so they scale better.
  • Bump dependencies