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
+10-19Lines changed: 10 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,29 +4,27 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
<!--
7
8
## [unreleased]
8
-
9
9
### Added
10
-
* Support for Django 5.2
11
-
* Support for Python 3.14 (Django >= 5.2.8)
12
-
*#1539 Add device authorization grant support
13
-
14
-
15
-
<!--
16
10
### Changed
17
11
### Deprecated
18
12
### Removed
19
-
-->
20
13
### Fixed
21
-
*#1252 Fix crash when 'client' is in token request body
22
-
*#1496 Fix error when Bearer token string is empty but preceded by `Bearer` keyword.
23
-
<!--
24
14
### Security
25
15
-->
26
16
27
-
## [3.1.0]
17
+
## [3.2.0] - 2025-11-13
18
+
### Added
19
+
* Support for Django 5.2
20
+
* Support for Python 3.14 (Django >= 5.2.8)
21
+
*#1539 Add device authorization grant support
28
22
23
+
### Fixed
24
+
*#1252 Fix crash when 'client' is in token request body
25
+
*#1496 Fix error when Bearer token string is empty but preceded by `Bearer` keyword.
29
26
27
+
## [3.1.0] - 2025-10-03
30
28
**NOTE**: This is the first release under the new [django-oauth](https://github.com/django-oauth) organization. The project moved in order to be more independent and to bypass quota limits on parallel CI jobs we were encountering in Jazzband. The project will emulateDjango Commons going forward in it's operation. We're always on the look for willing maintainers and contributors. Feel free to start participating any time. PR's are always welcome.
31
29
32
30
### Added
@@ -37,20 +35,13 @@ deployments for development previews and user acceptance testing.
37
35
### Changed
38
36
The project is now hosted in the django-oauth organization.
39
37
40
-
<!--
41
-
### Deprecated
42
-
### Removed
43
-
-->
44
38
### Fixed
45
39
*#1517 OP prompts for logout when no OP session
46
40
*#1512 client_secret not marked sensitive
47
41
*#1521 Fix 0012 migration loading access token table into memory
48
42
*#1584 Fix IDP container in docker compose environment could not find templates and static files.
49
43
*#1562 Fix: Handle AttributeError in IntrospectTokenView
0 commit comments