Skip to content

Release 3.3.0

Latest

Choose a tag to compare

@dopry dopry released this 06 Jul 23:22
1fbc081

[3.3.0] - 2025-05-21

Added

  • #1637 Support for Django 6.0
  • #1642 Provide App Name and Scope in Device Confirmation View

Removed

  • #1636 Remove support for Python 3.8 and 3.9

Fixed

  • #1628 Fix inaccurate help_text on client_secret field of Application model
  • #1674 Add list_select_related to RefreshTokenAdmin to avoid unbounded JOIN queries on the changelist
  • #1621 Fix device code tokens getting the wrong scope.
  • #1683 Fix swapped DeviceGrant model usage across the device authorization flow
  • #1689 Fix invalid Cache-Control header value on the OIDC JWKS endpoint
  • #1692 Fix consent violation and scope escalation.