Skip to content

v4.30.0

Compare
Choose a tag to compare
@autheliabot autheliabot released this 05 Aug 04:56
· 3713 commits to master since this release
061220d

4.30.0 (2021-08-05)

Bug Fixes

  • authentication: ldap connection left open (#2179) (f292050)
  • authentication: use passwdmodify oid instead of whoami oid (#2139) (b2638d4)
  • authorization: configuration reports 2fa disabled with 2fa oidc clients (#2089) (ef3c2fa)
  • docs: Update link to Lite bundle (#2048) (4cfda7e)
  • examples: change config in example projects to solve startup issues (#2199) (1922195)
  • handlers: handle xhr requests to /api/verify with 401 (#2189) (911d712)
  • handlers: make user banned message consistent (#2223) (ac17841)
  • handlers: send status 303 auth requests that are not get/head (#2184) (ddeb46b)
  • notifier: remove SMTPS warning (#2200) (5ed0636)
  • oidc: do not lower case in log messages (#2236) (28991dd)
  • oidc: use lower case in log messages (#2153) (21f9056)
  • regulation: use lower case in error messages (#2152) (98d9cad)
  • server: use lower case in error messages (#2151) (4a57048)
  • session: use lower case in error messages (#2150) (2d634e9)
  • storage: use lower case in error messages (#2145) (e693302)
  • suites: disable cgo for delve during development (#2129) (7ff0a39), closes #2101
  • user is now redirected when authenticated (#2082) (bc983ce), closes #1788
  • utils: use lower case in error messages (#2144) (2dbd7ed)
  • web: add white padding around qrcode image (#2081) (7b1f186), closes #1777
  • web: move reset password to after sign in (#2205) (e77f798), closes #2204

Features

  • add option to keep stdout logging with log_file_path (#2037) (05df642)
  • authentiation: check ldap support for extended operations on startup (#2133) (cb71df5)
  • authentication: allow customizable ldap connection timeout (#2240) (b2a49e1)
  • authentication: use the passwordmodify exop for pwd resets with ldap (#2124) (8ee0597)
  • build and distribute .deb packages (#2114) (93e20a4)
  • configuration: add error and warn log levels (#2050) (cef35fa)
  • configuration: replace several configuration options (#2209) (158783a)
  • configuration: replace viper with koanf (#2053) (a7e867a)
  • examples: improve local setup script (#2094) (fc71030)
  • handlers: synology password complexity err on reset (#2083) (fcfff97)
  • oidc: add additional config options, accurate token times, and refactoring (#1991) (ef549f8)
  • oidc: implement client type public (#2171) (8342a46)
  • oidc: userinfo endpoint (#2146) (143db66)
  • publish and deploy to apt.authelia.com (#2148) (711b5ff)
  • web: add autocomplete fields to first factor and reset password pages (#2125) (851396c)
  • web: implement automatic theme switch for light/dark (#2046) (150116a)

Performance Improvements

  • authentication: improve active directory default users filter (#2181) (c794d57)
  • authentication: improve ldap dynamic replacement performance (#2239) (a3b1487)

BREAKING CHANGES

Docker Container

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