Skip to content

Commit 43e7875

Browse files
authored
Merge pull request #425 from akatsoulas/update-history
Update History for 2.0 release.
2 parents 17d3518 + d095012 commit 43e7875

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

HISTORY.rst

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,29 @@
33
History
44
-------
55

6-
pending
7-
=======
6+
2.0.0 (2021-07-27)
7+
==================
88

99
* Make `get_or_create_user` compatible with custom scope configuration
1010
by moving scope specific code to `describe_user_by_claims`
11+
Thanks `@cfra <https://github.com/cfra>`_
12+
* Add support for Django 3.2
13+
Thanks `@jannh <https://github.com/jannh>`_
14+
* Add configuration to opt in logout using GET
15+
* Fix url encoding using escaped space characters
16+
* Pass email as named argument in create_user
17+
* Do not fail if JWK does not have a key ID
18+
Thanks `@cfra <https://github.com/cfra>`_
19+
* Update middleware init to configure settings
20+
Thanks `@dreynolds <https://github.com/dreynolds>`_
21+
* Add SessionAuthentication to DRF auth class
22+
Thanks `@SpyTec <https://github.com/SpyTec>`_
23+
24+
Backwards-incompatible changes:
25+
26+
* Drop Django 1.x support
27+
* Drop Python2 support
28+
1129

1230
1.2.4 (2020-08-19)
1331
==================

0 commit comments

Comments
 (0)