Skip to content
[0.0.58] - 2025-01-10
---------------------

Added
^^^^^
- ``--version`` option to the CLI. :pr:`209`
- Password hashing scheme customization with the :attr:`~canaille.backends.sql.configuration.SQLSettings.PASSWORD_SCHEMES` parameter. :issue:`175`
- `canaille dump` command option to perform full database dumps.
- Automatic SQL database migrations. :issue:`217` :pr:`214`

Changed
^^^^^^^
- CLI commands dump hashed passwords. :issue:`214`

Fixed
^^^^^^^
- A bug on updating user's settings. :issue:`206`