Skip to content

Latest commit

 

History

History
87 lines (67 loc) · 2.3 KB

File metadata and controls

87 lines (67 loc) · 2.3 KB

Changelog

1.3.0 (2024-05-30)

  • Python (3.8, 3.9, 3.10, 3.11)
  • Django (3.2, 4.1, 4.2)
  • Django REST Framework (3.12, 3.13, 3.14, 3.15)
  • Django MongoEngine (0.5.4, 0.5.5, 0.5.6)
  • Add support Django 4.1 and 4.2
  • Add support Django REST Framework 3.15
  • update features that includes Simple JWT 5.3.x
  • Drop Simple JWT as dependency

1.2.1 (2023-01-18)

  • Python (3.8, 3.9, 3.10, 3.11)
  • Django (3.2, 4.0)
  • Django REST Framework (3.11, 3.12, 3.13, 3.14)
  • MongoEngine (0.20, 0.21, 0.22, 0.23, 0.24)
  • Django MongoEngine (0.5)
  • Simple JWT 4.7, 4.8, 5.0, 5.1, 5.2
  • Add support for Python 3.11
  • update package requires that includes Simple JWT 5.2

1.2.0 (2023-01-12)

  • Python (3.8, 3.9, 3.10)
  • Django (3.2, 4.0)
  • Django REST Framework (3.11, 3.12, 3.13, 3.14)
  • MongoEngine (0.20, 0.21, 0.22, 0.23, 0.24)
  • Django MongoEngine (0.5)
  • Simple JWT 4.7, 4.8, 5.0, 5.1
  • Remove the JWTTokenUserAuthentication from the Experimental Features
  • Fix leeway type error
  • Add info on TokenBlacklistView to the docs
  • Update JWTStatelessUserAuthentication docs
  • Allow none jti claim token type clai
  • Allow customizing token JSON encoding
  • Optimize default_user_authentication_rule
  • Add back support for PyJWT 1.7.1
  • Make the token serializer configurable
  • Add blacklist view to log out users
  • Set default verifying key to empty str
  • Add support Simple JWT 5.1 and 5.2.x

1.1.0 (2022-08-08)

1.0.0 (2021-08-20)