Releases: yaal-coop/canaille
Releases · yaal-coop/canaille
0.0.63
0.0.62
[0.0.62] - 2025-02-05 --------------------- Fixed ^^^^^ - Canaille executable did not support i18n. :issue:`227` - Dynamic `kid` parameter for JWKs. :issue:`222`
0.0.61
[0.0.61] - 2025-02-04 --------------------- Added ^^^^^ - Improve ``canaille config check`` output. Fixed ^^^^^ - Fix SQL ``install`` command. :issue:`221`
0.0.60
[0.0.60] - 2025-02-03 --------------------- Added ^^^^^ - Add screenshots in the documentation. :issue:`210` - Implement a ``canaille run`` command that runs a production server with Hypercorn. :pr:`219` - Implement a ``canaille config dump`` command that create a commented config file. :pr:`223` - Load configuration from local ``canaille.toml`` files. :pr:`225` Changed ^^^^^^^ - Avoid displaying password strength progress bar in login form. - Mysql extra depends on ``pymysql`` instead of ``mysql-connector``. - :attr:`~canaille.app.configuration.RootSettings.SECRET_KEY` is not mandatory anymore, but displays warnings when unset. :pr:`221` - Move the ``canaille check`` command under ``canaille config``. Fixed ^^^^^ - Dynamic client registration with missing ``scope`` parameter. :issue:`221` :pr:`222`