Skip to content

v4.33.0

Compare
Choose a tag to compare
@autheliabot autheliabot released this 03 Dec 07:17
· 3413 commits to master since this release
0ab9459

4.33.0 (2021-12-03)

Important Note

There was a significant change to the storage provider in this release. You will need to configure an encryption key which is used to encrypt the TOTP secret column and U2F public key column. This can be configured via a secret which is the recommended method, though there are other methods. If you need help please contact us on Discord or Matrix. See the documentation for more details. We recommend a database backup before upgrading, though it's been thoroughly tested.

Bug Fixes

  • authentication: only check argon2id salt for b64 encoding (#2529) (1ea94dd)
  • notifier: force use of sender email in smtp from cmd (#2616) (ab8f9b0), closes #2571
  • session: use crypto/rand for session id generator (#2594) (7efcac6)
  • storage: duo/u2f upsert failure on postgresql (#2658) (a79e4dc)
  • storage: new auth log schema request method length (#2656) (2075e76)
  • storage: postgres schema hardcoded for tables query (#2667) (95a5e32)
  • storage: rebind all queries (#2662) (9045b75)
  • web: misleading 2fa registration errors (#2535) (0e8ff3b)

Features

Docker Container

  • docker pull authelia/authelia:4.33.0
  • docker pull ghcr.io/authelia/authelia:4.33.0