From c352daefd5cfd32cd70c5f826245f0285977d121 Mon Sep 17 00:00:00 2001 From: Clement Michaud Date: Sun, 26 Aug 2018 14:19:43 +0200 Subject: [PATCH] Update CHANGELOG.md up to 3.8.3. --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 35 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ccfe00d..ad636a59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,18 +1,43 @@ +Release Notes - Version 3.8.3 +----------------------------- +* Fix ECONNRESET issues when LDAP queries failed. (#261) + +Release Notes - Version 3.8.2 +----------------------------- +* Fix publication to NPM. + +Release Notes - Version 3.8.1 +----------------------------- +* Fix publication to NPM. + +Release Notes - Version 3.8.0 +----------------------------- +Features: +* Add support for Kubernetes nginx ingress controller. +* Add example configuration for kubernetes. +* Disable forms when authentication is in progress. +* Make most of configuration options optional and create a minimal configuration. +* Introduce helmet package to improve security. + +Configuration changes: +* [Breaking] `redirect=` in nginx configuration has been replaced by `rd=` to be +be compatible with Kubernetes ingress controller. + Release Notes - Version 3.7.1 -------------------------------- +----------------------------- Configuration change: -* storage.mongo now contains two keys: `url` and `database` +* storage.mongo now contains two keys: `url` and `database`. Release Notes - Version 3.7.0 -------------------------------- +----------------------------- Features: -* Support basic authorization for single factor endpoints -* Add issuer and label in TOTP otp url -* Improve UI of second factor page -* Use SHA512 password encryption algorithm of LDAP -* Improve security of Authelia website -* Support for default redirection url -* Support for session inactivity timeout +* Support basic authorization for single factor endpoints. +* Add issuer and label in TOTP otp url. +* Improve UI of second factor page. +* Use SHA512 password encryption algorithm of LDAP. +* Improve security of Authelia website. +* Support for default redirection url. +* Support for session inactivity timeout. Bugs: * Fix U2F factor not working in Firefox