pull/259/head^2
Clement Michaud 2018-08-26 14:21:26 +02:00
parent c352daefd5
commit 920b2c4f6a
3 changed files with 14 additions and 2 deletions

View File

@ -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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "authelia",
"version": "3.8.3",
"version": "3.9.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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"