@@ -14,9 +14,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
### Security
15
15
-->
16
16
17
- ## [ unreleased ]
17
+ ## [ Unreleased ]
18
18
19
- ## [ Added]
19
+ ## [ 1.6.0] - 2021-12-14
20
+ ### Added
21
+ * #712 , #636 , #808 . Calls to ` django.contrib.auth.authenticate() ` now pass a ` request `
22
+ to provide compatibility with backends that need one.
23
+ * #950 Add support for RSA key rotation.
20
24
* #968 Add support for Django 3.2
21
25
* #949 Provide django.contrib.auth.authenticate() with a request for compatibiity with more backends.
22
26
* #953 Allow loopback redirect URIs using ports as described in RFC8252
@@ -27,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
31
* #1021 Jazzband: Synced file(s) with jazzband/.github
28
32
* #1041 Admin: make extensive fields raw_id, add search fields
29
33
30
- ## [ Changed]
34
+ ### Changed
31
35
* #1022 Replaced pkg_resources usage with importlib.metadata
32
36
* #981 Require redirect_uri if multiple URIs are registered
33
37
* #963 Handles ValueErrors with invalid hex values in query strings (#954 )
@@ -42,30 +46,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
46
* #977 doc: Add missing import
43
47
* #1014 Update tutorial_03.rst to use arrays instead of tuples in the settings.py file
44
48
45
- ## [ Fixed]
49
+ ### Fixed
46
50
* #948 Fix #524 - Restrict usage of timezone aware expire dates to Django projects with USE_TZ set to True
47
51
* #957 Fix double oauth2_provider mountpoint in oidc view
48
-
49
- ## [ Removed]
50
- * #968 Remove support for Django 3.0
51
- * #1035 Removes default_app_config for Django Deprecation Warning
52
- * #1023 six should be dropped
53
-
54
- ## [ 1.6.0] 2021-12-14
55
-
56
- ### Added
57
- * #712 , #636 , #808 . Calls to ` django.contrib.auth.authenticate() ` now pass a ` request `
58
- to provide compatibility with backends that need one.
59
- * #950 Add support for RSA key rotation.
60
-
61
- ### Fixed
62
52
* #524 Restrict usage of timezone aware expire dates to Django projects with USE_TZ set to True.
63
53
* #953 Allow loopback redirect URIs with random ports using http scheme, localhost address and no explicit port
64
54
configuration in the allowed redirect_uris for Oauth2 Applications (RFC8252)
65
55
* #954 Query strings with invalid hex values now raise a SuspiciousOperation exception
66
56
* #955 Avoid doubling of ` oauth2_provider ` urls mountpath in json response for OIDC view ` ConnectDiscoveryInfoView ` .
67
57
Breaks existing OIDC discovery output
68
58
59
+ ## Removed
60
+ * #968 Remove support for Django 3.0
61
+ * #1035 Removes default_app_config for Django Deprecation Warning
62
+ * #1023 six should be dropped
63
+
69
64
## [ 1.5.0] 2021-03-18
70
65
71
66
### Added
0 commit comments