Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update History for release v4 #514

Merged
merged 1 commit into from
Jan 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 24 additions & 4 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,31 @@ History
-------


pending
=======
4.0.0 (2024-01-11)
==================

* Added PKCE support in the authorization code flow.
Thanks `@themooer1 <https://github.com/themooer1>`_ and `@escattone https://github.com/escattone/`_
* Added support for Elliptic Curve JWT signing algorithms
Thanks `@atanunq <https://github.com/atanunq>`_
* Replace mock with unittest.mock
Thanks `@traylenator <https://github.com/traylenator>`_
* Add pre-commit hooks
* Add support for Python 3.11 and 3.12
* Add support for Django 4.2
* Document OIDC_USERNAME_ALGO
Thanks `@polyccon <https://github.com/polyccon>`_
* Add claims to custom username algorithm
Thanks `@EduardRosert <https://github.com/EduardRosert>`_
* Formatting fixes in the Documentation
Thanks `@EduardRosert <https://github.com/EduardRosert>`_
* Update token error response handling
Thanks `@dopry <https://github.com/dopry>`

Backwards-incompatible changes:

* Drop Python 3.7 support
* Drop Django 4.1 support


3.0.0 (2022-11-14)
Expand Down Expand Up @@ -50,11 +70,11 @@ Backwards-incompatible changes:
* 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
* 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
Expand Down
Loading