From 05ae8048cc5adedd750bcfa7d874edde7f3de723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Kr=C3=BCger=20Svensson?= Date: Mon, 18 Jan 2021 15:32:58 +0100 Subject: [PATCH] Version 1.5.0 --- CHANGELOG.rst | 25 +++++++++++++++++-------- django_auth_adfs/__init__.py | 2 +- docs/settings_ref.rst | 11 +++++++++++ pyproject.toml | 2 +- 4 files changed, 30 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ac5792c..7c2efcf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,26 +2,34 @@ Changelog ========= +`1.5.0`_ - 2021-01-18 +--------------------- + +**Features** + +* New parameter called `LEEWAY_JWT`, allowing you to set a leeway for validating the JWT token. #128 + + `1.4.1`_ - 2021-01-16 --------------------- -**Fixed** +**Fixed** -* AADSTS50076 error fixed in #101 +* AADSTS50076 error fixed. #101 `1.4.0`_ - 2021-01-16 --------------------- -**Features** +**Features** -* Added support for enterprice app SSO certificates #87 -* Added setting to disable user creation #96 +* Added support for enterprice app SSO certificates. #87 +* Added setting to disable user creation. #96 -**Fixed** +**Fixed** -* Dependency compatibility for PyJWT 2.0 #120 -* Django 4.0 deprecation cleanup +* Dependency compatibility for PyJWT 2.0. #120 +* Django 4.0 deprecation cleanup. * Fixed a bug where IntegrityError could occur if a users groups changed, and multiple requests were done quickly. #95 @@ -211,6 +219,7 @@ Changelog * Initial release +.. _1.5.0: https://github.com/jobec/django-auth-adfs/compare/1.4.1...1.5.0 .. _1.4.1: https://github.com/jobec/django-auth-adfs/compare/1.4.0...1.4.1 .. _1.4.0: https://github.com/jobec/django-auth-adfs/compare/1.3.1...1.4.0 .. _1.3.1: https://github.com/jobec/django-auth-adfs/compare/1.3.0...1.3.1 diff --git a/django_auth_adfs/__init__.py b/django_auth_adfs/__init__.py index 1f21ff7..3c8cc20 100644 --- a/django_auth_adfs/__init__.py +++ b/django_auth_adfs/__init__.py @@ -4,4 +4,4 @@ Adding imports here will break setup.py """ -__version__ = '1.4.1' +__version__ = '1.5.0' diff --git a/docs/settings_ref.rst b/docs/settings_ref.rst index 460c455..d4913e2 100644 --- a/docs/settings_ref.rst +++ b/docs/settings_ref.rst @@ -170,6 +170,17 @@ in a template instead of the regular ``