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
+42-12Lines changed: 42 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,12 @@ 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
-
8
7
## [unreleased]
8
+
9
9
### Added
10
-
* Support for Wildcard Origin and Redirect URIs, https://github.com/jazzband/django-oauth-toolkit/issues/1506
10
+
* Support for Django 5.2
11
+
* Support for Python 3.14 (Django >= 5.2.8)
12
+
11
13
<!--
12
14
### Changed
13
15
### Deprecated
@@ -16,6 +18,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
18
### Security
17
19
-->
18
20
21
+
## [3.1.0]
22
+
23
+
24
+
**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.
25
+
26
+
### Added
27
+
*#1506 Support for Wildcard Origin and Redirect URIs - Adds a new setting [ALLOW_URL_WILDCARDS](https://django-oauth-toolkit.readthedocs.io/en/latest/settings.html#allow-uri-wildcards). This feature is useful for working with CI service such as cloudflare, netlify, and vercel that offer branch
28
+
deployments for development previews and user acceptance testing.
29
+
*#1586 Turkish language support added
30
+
31
+
### Changed
32
+
The project is now hosted in the django-oauth organization.
33
+
34
+
<!--
35
+
### Deprecated
36
+
### Removed
37
+
-->
38
+
### Fixed
39
+
*#1517 OP prompts for logout when no OP session
40
+
*#1512 client_secret not marked sensitive
41
+
*#1521 Fix 0012 migration loading access token table into memory
42
+
*#1584 Fix IDP container in docker compose environment could not find templates and static files.
43
+
*#1562 Fix: Handle AttributeError in IntrospectTokenView
44
+
*#1583 Fix: Missing pt_BR translations
45
+
<!--
46
+
### Security
47
+
-->
48
+
19
49
20
50
## [unreleased]
21
51
### Fixed
@@ -235,7 +265,7 @@ This is a major release with **BREAKING** changes. Please make sure to review th
235
265
## [1.6.1] 2021-12-23
236
266
237
267
### Changed
238
-
* 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)
268
+
* Note: Only Django 4.0.1+ is supported due to a regression in Django 4.0.0. [Explanation](https://github.com/django-oauth/django-oauth-toolkit/pull/1046#issuecomment-998015272)
239
269
240
270
### Fixed
241
271
* Miscellaneous 1.6.0 packaging issues.
@@ -326,7 +356,7 @@ This is a major release with **BREAKING** changes. Please make sure to review th
326
356
327
357
### Fixed
328
358
*#812: Reverts #643 pass wrong request object to authenticate function.
329
-
* Fix concurrency issue with refresh token requests (#[810](https://github.com/jazzband/django-oauth-toolkit/pull/810))
359
+
* Fix concurrency issue with refresh token requests (#[810](https://github.com/django-oauth/django-oauth-toolkit/pull/810))
330
360
*#817: Reverts #734 tutorial documentation error.
331
361
332
362
@@ -365,16 +395,16 @@ This is a major release with **BREAKING** changes. Please make sure to review th
365
395
366
396
### Fixed
367
397
* Fix a race condition in creation of AccessToken with external oauth2 server.
368
-
* Fix several concurrency issues. (#[638](https://github.com/jazzband/django-oauth-toolkit/issues/638))
369
-
* Fix to pass `request` to `django.contrib.auth.authenticate()` (#[636](https://github.com/jazzband/django-oauth-toolkit/issues/636))
398
+
* Fix several concurrency issues. (#[638](https://github.com/django-oauth/django-oauth-toolkit/issues/638))
399
+
* Fix to pass `request` to `django.contrib.auth.authenticate()` (#[636](https://github.com/django-oauth/django-oauth-toolkit/issues/636))
0 commit comments