Skip to content

Commit

Permalink
Merge pull request #425 from akatsoulas/update-history
Browse files Browse the repository at this point in the history
Update History for 2.0 release.
  • Loading branch information
akatsoulas committed Jul 27, 2021
2 parents 17d3518 + d095012 commit 43e7875
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,29 @@
History
-------

pending
=======
2.0.0 (2021-07-27)
==================

* Make `get_or_create_user` compatible with custom scope configuration
by moving scope specific code to `describe_user_by_claims`
Thanks `@cfra <https://github.com/cfra>`_
* Add support for Django 3.2
Thanks `@jannh <https://github.com/jannh>`_
* Add configuration to opt in logout using GET
* Fix url encoding using escaped space characters
* Pass email as named argument in create_user
* Do not fail if JWK does not have a key ID
Thanks `@cfra <https://github.com/cfra>`_
* Update middleware init to configure settings
Thanks `@dreynolds <https://github.com/dreynolds>`_
* Add SessionAuthentication to DRF auth class
Thanks `@SpyTec <https://github.com/SpyTec>`_

Backwards-incompatible changes:

* Drop Django 1.x support
* Drop Python2 support


1.2.4 (2020-08-19)
==================
Expand Down

0 comments on commit 43e7875

Please sign in to comment.