|
1 | 1 | ## Unreleased |
2 | 2 |
|
| 3 | +## Version 5.2.0 |
| 4 | + |
| 5 | +* Remove the JWTTokenUserAuthentication from the Experimental Features #546 by @byrpatrick in https://github.com/jazzband/djangorestframework-simplejwt/pull/547 |
| 6 | +* Fix leeway type error by @2ykwang in https://github.com/jazzband/djangorestframework-simplejwt/pull/554 |
| 7 | +* Add info on TokenBlacklistView to the docs by @inti7ary in https://github.com/jazzband/djangorestframework-simplejwt/pull/558 |
| 8 | +* Update JWTStatelessUserAuthentication docs by @2ykwang in https://github.com/jazzband/djangorestframework-simplejwt/pull/561 |
| 9 | +* Allow none jti claim token type claim by @denniskeends in https://github.com/jazzband/djangorestframework-simplejwt/pull/567 |
| 10 | +* Allow customizing token JSON encoding by @vainu-arto in https://github.com/jazzband/djangorestframework-simplejwt/pull/568 |
| 11 | + |
| 12 | +## Version 5.1.0 |
| 13 | + |
| 14 | +* Add back support for PyJWT 1.7.1 ([#536](https://github.com/jazzband/djangorestframework-simplejwt/pull/536)) |
| 15 | +* Make the token serializer configurable ([#521](https://github.com/jazzband/djangorestframework-simplejwt/pull/521)) |
| 16 | +* Simplify using custom token classes in serializers ([#517](https://github.com/jazzband/djangorestframework-simplejwt/pull/517)) |
| 17 | +* Fix default_app_config deprecation ([#415](https://github.com/jazzband/djangorestframework-simplejwt/pull/415)) |
| 18 | +* Add missing integration instructions for drf-yasg ([#505](https://github.com/jazzband/djangorestframework-simplejwt/pull/505)) |
| 19 | +* Add blacklist view to log out users ([#306](https://github.com/jazzband/djangorestframework-simplejwt/pull/306)) |
| 20 | +* Set default verifying key to empty str ([#487](https://github.com/jazzband/djangorestframework-simplejwt/pull/487)) |
| 21 | +* Add docs about TOKEN_USER_CLASS ([#455](https://github.com/jazzband/djangorestframework-simplejwt/pull/440)) |
| 22 | + |
| 23 | +Meta: |
| 24 | +* Add auto locale updater ([#456](https://github.com/jazzband/djangorestframework-simplejwt/pull/456)) |
| 25 | + |
| 26 | +Translations: |
| 27 | + |
| 28 | +* Added Korean translations ([#501](https://github.com/jazzband/djangorestframework-simplejwt/pull/501)) |
| 29 | +* Added Turkish translations ([#508](https://github.com/jazzband/djangorestframework-simplejwt/pull/508)) |
| 30 | + |
3 | 31 | ## Version 5.0.0 |
4 | 32 |
|
5 | 33 | #### Breaking |
|
12 | 40 | * Updated import list ([#459](https://github.com/jazzband/djangorestframework-simplejwt/pull/459)) |
13 | 41 | * Repair generation of OpenAPI with Spectacular ([#452](https://github.com/jazzband/djangorestframework-simplejwt/pull/452)) |
14 | 42 | * Add "iat" claim to token ([#192](https://github.com/jazzband/djangorestframework-simplejwt/pull/192)) |
15 | | -* Add blacklist view to log out users ([#306](https://github.com/jazzband/djangorestframework-simplejwt/pull/306)) |
16 | | -* updated import list in docs ([#459](https://github.com/jazzband/djangorestframework-simplejwt/pull/459)) |
| 43 | +* Add blacklist view to log out users ([#306](https://github.com/jazzband/djangorestframework-simplejwt/pull/306)) |
17 | 44 |
|
18 | 45 | ## Version 4.8.0 |
19 | 46 |
|
|
36 | 63 | * Fix invalid syntax in docs for `INSTALLED_APPS` ([#416](https://github.com/jazzband/django-rest-framework-simplejwt/pull/416)) |
37 | 64 |
|
38 | 65 | Translations: |
| 66 | + |
39 | 67 | * Added Dutch translations ([#422](https://github.com/jazzband/django-rest-framework-simplejwt/pull/422)) |
40 | 68 | * Added Ukrainian translations ([#423](https://github.com/jazzband/django-rest-framework-simplejwt/pull/423)) |
41 | 69 | * Added Simplified Chinese translations ([#427](https://github.com/jazzband/django-rest-framework-simplejwt/pull/427)) |
|
0 commit comments