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-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
-->
16
16
17
17
## [Unreleased]
18
+
18
19
### Added
19
20
*#651 Batch expired token deletions in `cleartokens` management command
20
21
* Added pt-BR translations.
21
22
*#729 Add support for [hashed client_secret values](https://django-oauth-toolkit.readthedocs.io/en/latest/settings.html#client-secret-hasher).
22
23
23
24
### Fixed
24
25
*#1012 Return status for introspecting a nonexistent token from 401 to the correct value of 200 per [RFC 7662](https://datatracker.ietf.org/doc/html/rfc7662#section-2.2).
25
-
*#1068 Revert #967 which incorrectly changed an API. See #1066.
26
+
27
+
## [1.6.2] 2022-01-06
28
+
29
+
**NOTE: This release reverts an inadvertently-added breaking change.**
30
+
31
+
### Fixed
32
+
26
33
*#1056 Add missing migration triggered by [Django 4.0 changes to the migrations autodetector](https://docs.djangoproject.com/en/4.0/releases/4.0/#migrations-autodetector-changes).
34
+
*#1068 Revert #967 which incorrectly changed an API. See #1066.
0 commit comments