Skip to content

Releases: fief-dev/fief

v0.16.9

02 Sep 06:54
68ecac5
Compare
Choose a tag to compare

Bump version: 0.16.8 → 0.16.9

Bug fixes

  • Fix a bug where permissions were not correctly removed after having removed a role from a user.

Improvements

  • The workspaces migrate command now start the migration process only for outdated workspaces schema.

v0.16.8

01 Sep 08:10
086684e
Compare
Choose a tag to compare

Bump version: 0.16.7 → 0.16.8

Bug fixes

  • Add a new setting database_pool_pre_pring to help with database connection reset.

v0.16.7

31 Aug 09:03
b61d2b7
Compare
Choose a tag to compare

Bump version: 0.16.6 → 0.16.7

Bug fixes

  • Fix #63: on registration, optional string field left blank would provoke an error. Thanks @davidbrochart 🎉

Improvements

  • Add API and UI in admin dashboard to create a new tenant.
  • Add a scheduled cleanup task to remove expired login sessions, authorization codes, sessions tokens and refresh tokens.
  • German translation for authentication pages. Thanks @ChuckMoe 🎉
  • Spanish translation for authentication pages. Thanks @plpsanchez 🎉
  • Portuguese translation for authentication pages. Thanks @plpsanchez 🎉

v0.16.6

28 Jun 15:03
ab48e12
Compare
Choose a tag to compare

Bump version: 0.16.5 → 0.16.6

Bug fixes and improvements

  • Fix a CSRF error on registration page
  • Fix admin dashboard layout to prevent main content to overflow sidebar
  • Bump frontend dependencies
  • Bump backend dependencies

v0.16.5

28 Jun 12:16
5b36399
Compare
Choose a tag to compare

Bump version: 0.16.4 → 0.16.5

Bug fixes and improvements

  • Fix error in worker about BabelMiddleware not initialized
  • Use Python Slim as a base Docker image

v0.16.4

28 Jun 09:18
0855de7
Compare
Choose a tag to compare

Bump version: 0.16.3 → 0.16.4

Bug fixes and improvements

  • Fix a bug with AuditLogger
  • Revamp authentication pages implementation with WTForms and asgi-babel
  • Enable a Docker build for ARM architecture

v0.16.3

23 Jun 09:02
ba11dc1
Compare
Choose a tag to compare

Bump version: 0.16.2 → 0.16.3

Bug fixes

  • Fix a bug in the worker process preventing it from starting.

Improvements

  • Bump dependencies:
    • alembic ==1.8.0
    • Babel ==2.10.3
    • fastapi-users[sqlalchemy] ==10.1.1
    • fief-client ==0.12.0
    • Jinja2 ==3.1.2
    • sentry-sdk ==1.6.0
    • sqlalchemy[mypy] ==1.4.37
    • uvicorn[standard]==0.18.1

v0.16.2

23 Jun 07:53
bbeb150
Compare
Choose a tag to compare

Bump version: 0.16.1 → 0.16.2

Improvements

  • .well-known/openid-configuration endpoint will now generate absolute URLs respecting the X-Forwarded-Host header.
  • Redirections and URL in HTML views are now relative to avoid some proxying issues.

v0.16.1

22 Jun 12:09
930f126
Compare
Choose a tag to compare

Bump version: 0.16.0 → 0.16.1

Bug fixes

  • Fix create_main_fief_user function and the associated CLI command fief workspaces create-main-user

v0.16.0

21 Jun 12:24
9748c02
Compare
Choose a tag to compare

Bump version: 0.15.1 → 0.16.0

New features

  • Bring Your Own Database: add support for SSL modes
  • Add audit logs mechanism to store important events in the database
  • Improve general logging

Bug fixes

  • Fix #35: allow 127.0.0.1 host for Client Redirect URI besides localhost. Thanks @duber000 🎉