From b6df646270c947dd31961c621de14ffc88171f70 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Wed, 17 Dec 2025 12:02:32 -0800 Subject: [PATCH] prepare for 5.0.0 release --- HISTORY.rst | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index cc5aec2c..84e24627 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,13 +3,24 @@ History ------- -5.0.0 (TBD) -=========== +5.0.0 (2025-12-18) +================== * Add support for Django 5.0, 5.1, and 5.2 +* Update minimum Django version to 4.2 * Add support for Python 3.13 (Django 5.1+ only) * Add support for Python 3.14 (Django 5.2+ only) -* Update minimum Django version to 4.2 +* Replace josepy with PyJWT (also eliminates josepy-related circular import error). + Thanks `@tonial `_ +* Add support for JWT UserInfo response. + Thanks `@ikarius `_ and `@escattone `_ +* Resolve LOGOUT_REDIRECT_URL for compatibility with django.contrib.auth. + Thanks `@akatsoulas `_ +* Fix SECP256R1 instance in test_auth.py. + Thanks `@janbrasna `_ +* Add OIDC_REDIRECT_ALLOWED_HOSTS to settings documentation. + Thanks `@myleskeeffe `_ +* Replace setup.py with pyproject.toml Backwards-incompatible changes: