authelia v4.21.0 Release Notes

Release Date: 2020-07-01 // almost 4 years ago
  • ๐Ÿ’ฅ Breaking in v4.21.0

    • New LDAP attribute display_name_attribute has been introduced, defaults to value: displayname.
    • ๐Ÿ†• New key displayname has been introduced into the file based user database.

    These are utilised to greet the logged in user.

    If utilising a file based user backend:

    • โšก๏ธ Administrators will need to update users and include the displayname key.

    Before:

    users: john: password: "$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/"email: [email protected]: - admins - dev
    

    After:

    users: john: displayname: "John Doe"password: "$6$rounds=500000$jgiCMRyGXzoqpxS3$w2pJeZnnH8bwW3zzvoMWtTRfQYsHbWbD/hquuQ5vUeIyl9gdwBIt6RWk2S6afBA0DPakbeWgD/4SZPiS0hYtU/"email: [email protected]: - admins - dev
    
    • ๐Ÿ‘‰ Users with long-lived sessions will need to recreate the session (logout and login) to propagate the changes.

    ๐Ÿ”„ Changelog

    • ๐Ÿš€ cd2e7eb [RELEASE] v4.21.0 (#1172)
    • 160e98f [DEV] Fix webpack for development workflow (#1163)
    • ccc5ce8 [CI] Final touches to PR commentary (#1171)
    • 73a7d04 [CI] Attempt to fix PR commentary (#1168)
    • 4149270 [CI] Ignore CI/CD and notify for forked master branches (#1166)
    • ๐Ÿ’ป 0722317 [MISC] (deps): Bump @material-ui/core from 4.10.2 to 4.11.0 in /web (#1164)
    • ๐Ÿš€ c5916cb [DOCS] Adjust Deployment navigation order (#1160)
    • ๐Ÿ“„ 697ffd8 [DOCS] Fix just-the-docs theme styling (#1159)
    • ๐Ÿ“„ 997e17c [MISC] (deps): Bump just-the-docs from 0.2.9 to 0.3.0 in /docs (#1158)
    • ๐Ÿ‘ 5c4edf2 [FEATURE] Support for subject combinations in ACLs (#1142)
    • ๐ŸŒ b6a8b47 [MISC] (deps): Bump @types/node from 14.0.13 to 14.0.14 in /web (#1155)
    • ๐ŸŒ 0d60161 [MISC] (deps): Bump @types/jest from 26.0.0 to 26.0.3 in /web (#1154)
    • ๐ŸŒ 79524d0 [MISC] (deps): Bump @types/react from 16.9.38 to 16.9.41 in /web (#1153)
    • 24ea881 [MISC] (deps): Bump github.com/go-ldap/ldap/v3 from 3.2.0 to 3.2.1 (#1152)
    • ๐Ÿ›  b770d3c [BUGFIX] Fix paths for embedded media assets (#1150)
    • ๐Ÿ“„ 1a76241 [MISC] (deps): Bump just-the-docs from 0.2.7 to 0.2.9 in /docs (#1151)
    • ๐Ÿ”จ 29e54c2 [MISC] Template global config and refactor some /api endpoints (#1135)
    • ddfce52 [MISC] Strip debugging information from compiled binaries (#1141)
    • ๐ŸŽ 28f1a77 [DEV] Notify that macOS currently isn't supported for dev workflow (#1140)
    • 8216eac [CI] Specify comparison target for codecov (#1139)
    • ๐ŸŒ 012e876 [MISC] (deps): Bump @fortawesome/free-solid-svg-icons in /web (#1138)
    • ๐ŸŒ 22a47b0 [MISC] (deps): Bump @fortawesome/fontawesome-svg-core in /web (#1137)
    • ๐ŸŒ af44228 [MISC] (deps): Bump @fortawesome/free-regular-svg-icons in /web (#1136)
    • ๐Ÿ“„ ea879dc [DOCS] Add a section explaining why Authelia is open source (#1134)
    • ๐Ÿš€ 6f96e4b [DOCS] Add FreeBSD Port as deployment option in README (#1133)
    • 6188343 [DEV] Set chromedriver path with env variable (#1123)
    • ๐Ÿ”ง e43bc93 [FEATURE] Add configurable display name to frontend (#1124)
    • ๐Ÿ›  91376a5 [BUGFIX] Re-add local compose configuration files (#1131)
    • ๐Ÿ›  013f61f [BUGFIX] Fix local compose bundle regression from #1113 (#1130)
    • 0e20666 [MISC] (deps): Bump github.com/go-ldap/ldap/v3 from 3.1.11 to 3.2.0 (#1128)
    • 6ccc92e do not hardcode /bin/bash (#1122)
    • ๐ŸŒ 9a4f3cf [MISC] (deps): Bump @types/react from 16.9.36 to 16.9.38 in /web (#1121)

    ๐Ÿณ Docker Container

    • ๐Ÿณ docker pull authelia/authelia:4.21.0