3.9.0
parent
c352daefd5
commit
920b2c4f6a
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,3 +1,15 @@
|
|||
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.
|
||||
|
||||
Release Notes - Version 3.8.3
|
||||
-----------------------------
|
||||
* Fix ECONNRESET issues when LDAP queries failed. (#261)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "authelia",
|
||||
"version": "3.8.3",
|
||||
"version": "3.9.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "authelia",
|
||||
"version": "3.8.3",
|
||||
"version": "3.9.0",
|
||||
"description": "2FA Single Sign-On server for nginx using LDAP, TOTP and U2F",
|
||||
"bin": {
|
||||
"authelia": "./dist/server/src/index.js"
|
||||
|
|
Loading…
Reference in New Issue