You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
17
17
## [Unreleased]
18
18
19
+
## [1.6.1] 2021-12-23
20
+
21
+
### Changed
22
+
* Note: Only Django 4.0.1+ is supported due to a regression in Django 4.0.0. [Explanation](https://github.com/jazzband/django-oauth-toolkit/pull/1046#issuecomment-998015272)
23
+
24
+
### Fixed
25
+
* Miscellaneous 1.6.0 packaging issues.
26
+
19
27
## [1.6.0] 2021-12-19
20
28
### Added
21
29
*#949 Provide django.contrib.auth.authenticate() with a `request` for compatibiity with more backends (like django-axes).
22
30
*#968, #1039 Add support for Django 3.2 and 4.0.
23
-
* Note: Only Django 4.0.1+ is supported due to a regression in Django 4.0.0. [Explanation](https://github.com/jazzband/django-oauth-toolkit/pull/1046#issuecomment-998015272)
24
31
*#953 Allow loopback redirect URIs using random ports as described in [RFC8252 section 7.3](https://datatracker.ietf.org/doc/html/rfc8252#section-7.3).
25
32
*#972 Add Farsi/fa language support.
26
33
*#978 OIDC: Add support for [rotating multiple RSA private keys](https://django-oauth-toolkit.readthedocs.io/en/latest/oidc.html#rotating-the-rsa-private-key).
@@ -33,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
33
40
*#991 Update documentation of [REFRESH_TOKEN_EXPIRE_SECONDS](https://django-oauth-toolkit.readthedocs.io/en/latest/settings.html#refresh-token-expire-seconds) to indicate it may be `int` or `datetime.timedelta`.
34
41
*#977 Update [Tutorial](https://django-oauth-toolkit.readthedocs.io/en/stable/tutorial/tutorial_01.html#) to show required `include`.
35
42
36
-
## Removed
43
+
###Removed
37
44
*#968 Remove support for Django 3.0 & 3.1 and Python 3.6
38
45
*#1035 Removes default_app_config for Django Deprecation Warning
0 commit comments