Skip to content

Commit

Permalink
Bump version 0.24.2 → 0.24.3
Browse files Browse the repository at this point in the history
New features
------------

* Add password strength validation using the [zxcvbn](https://github.com/dropbox/zxcvbn) algorithm.
* Re-add Admin API to generate access token programmatically for a given user. Thanks @Kh-Oleg for the idea 🎉
    * Endpoint: `/admin/api/users/access-token`
* Add CLI command to create Admin API key. Thanks @Kh-Oleg for the idea 🎉
    * `fief workspaces create-main-admin-api-key TheTokenYouWantToUse`
* Add environment variable to create Admin API key at startup. Thanks @Kh-Oleg for the idea 🎉
    * `FIEF_MAIN_ADMIN_API_KEY=TheTokenYouWantToUse`

Bug fixes
----------

* Fix #166: UserFieldConfiguration doesn't comply with the schema when created from dashboard.
* Fix #181: write audit logs in the background worker to avoid race conditions with SQLite. Thanks @Kh-Oleg for the report 🎉
* Fix #189: role update fails to send task to worker
  • Loading branch information
frankie567 committed May 14, 2023
1 parent 04ad2fb commit 25fc04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fief/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.24.2"
__version__ = "0.24.3"

0 comments on commit 25fc04a

Please sign in to comment.