Skip to content

Commit

Permalink
Bump version: 0.16.9 → 0.17.0
Browse files Browse the repository at this point in the history
New features and improvements
-----------------------------

* Social authentication: allow your users to authenticate through Google, Facebook, Microsoft and many other providers! [[Documentation](https://docs.fief.dev/getting-started/oauth-providers/)]
* Social authentication: get a user access token for the external provider API through the Admin API [[Documentation](https://docs.fief.dev/going-further/oauth-provider-token/)]
* Audit logging: every actions through the Admin dashboard or the Admin API are now logged into the database.
* Self-hosting: main workspace and first admin user can now be automatically created at server startup, thanks to the new `FIEF_MAIN_USER_EMAIL` and `FIEF_MAIN_USER_PASSWORD` environment variables. [[Documentation](https://docs.fief.dev/self-hosting/quickstart/)]
* Admin API: add OpenAPI tags to better organize interactive  documentation.

Bug fixes
---------

* Fix #65: ignore outdated databases during cleanup task

Documentation
-------------

* Self-hosting: add guidelines to deploy Fief with Docker Compose. [[Documentation](https://docs.fief.dev/self-hosting/deployment/docker-compose/)]
* Self-hosting: add guidelines and blueprint to deploy Fief on Render. [[Documentation](https://docs.fief.dev/self-hosting/deployment/render/)]
  • Loading branch information
frankie567 committed Sep 12, 2022
1 parent 68dd1cd commit 4505030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/fief/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.16.9"
__version__ = "0.17.0"
2 changes: 1 addition & 1 deletion backend/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.16.9
current_version = 0.17.0
commit = True
tag = True
commit_args = -e
Expand Down

0 comments on commit 4505030

Please sign in to comment.