[go: up one dir, main page]

Skip to content
[0.0.65] - 2025-03-18
---------------------

Added
^^^^^
- Instructions in CONTRIBUTING.rst to update the docker image :issue:`59`
- Instructions in README.md to discover Canaille interface with a docker image :issue:`59`
- The :ref:`cli dump <cli_dump>` command can dump only some given models.
- Implement the :class:`~canaille.app.configuration.RootSettings.TRUSTED_HOSTS` configuration parameter, to secure password reset e-mails.
- :ref:`restore <cli_restore>` command implementation. :issue:`212` :issue:`215`

Fixed
^^^^^
- Prevent clients from registering with fragment components in their redirect uri :issue:`235`
- Ensure there is a `redirect_uri` in authorization requests from clients. :issue:`232`
- Display client TOS uri and policy uri in authorization page if set during client registration
- User group membership is ordered with the SQL backend. :issue:`169`