Skip to content

Releases: authelia/authelia

v3.11.0

24 Jan 00:37
Compare
Choose a tag to compare

Release Notes - Version 3.11.0

  • [BREAKING] Flatten ACL rules to enable some use cases. Configuration of ACLs
    must be updated.
  • Fix open redirection threat.
  • Define minimum level of authentication required for a resource in ACL to be
    authorized.
  • Allow Authelia to be built with different themes.
  • Fix bug in hash matching when using file-based users database.
  • Fix dead link in documentation.

v3.10.0

24 Jan 00:37
Compare
Choose a tag to compare

Release Notes - Version 3.10.0

  • Add docker-compose for deploying Authelia on Swarm*.
  • Add "keep me logged in" checkbox in first factor page.
  • Fix U2F compatibility with Firefox.
  • Bump dependencies to fix vulnerabilities reported by snyk.
  • Improve documentation for dev setup.

v3.9.5

24 Jan 00:37
Compare
Choose a tag to compare

Release Notes - Version 3.9.5

  • Fix images in README in NPM.

v3.9.4

24 Jan 00:37
Compare
Choose a tag to compare

Release Notes - Version 3.9.4

  • Update Authelia icon & add documentation image.
  • Add snyk badge

v3.9.3

24 Jan 00:38
Compare
Choose a tag to compare

Release Notes - Version 3.9.3

  • Fix npm publication.
  • Use IP coming from X-Forwarded-For header in logs.
  • Fix CONTRIBUTORS.md.

v3.9.2

24 Jan 00:38
Compare
Choose a tag to compare

Release Notes - Version 3.9.2

  • Put back link to Gitter instead of Slack.

v3.9.1

24 Jan 00:38
Compare
Choose a tag to compare

Release Notes - Version 3.9.1

  • Split the README in several parts.
  • Fix Kubernetes configuration file for Authelia.

v3.9.0

24 Jan 00:39
Compare
Choose a tag to compare

Release Notes - Version 3.9.0

Features:

  • Add support for file users database to replace LDAP in development
    environments.
  • Add authentication configuration options for mongo and redis.

Configuration changes:

  • [BREAKING] ldap key has been nested in authentication_backend.
  • New username and password options for mongo storage.
  • New password option for redis.

v3.8.3

24 Jan 00:39
Compare
Choose a tag to compare

Release Notes - Version 3.8.3

  • Fix ECONNRESET issues when LDAP queries failed. (#261).

v3.8.2

24 Jan 00:39
Compare
Choose a tag to compare

Release Notes - Version 3.8.2

  • Fix publication to NPM.