Skip to content

Releases: iMerica/dj-rest-auth

7.1.1 - Test compatibility fixes and documentation improvements

17 Feb 01:56

Choose a tag to compare

What's Changed

  • Migrate documentation from Sphinx to MkDocs Material by @iMerica in #729
  • Updates README by @iMerica in #730
  • Fix test compatibility across allauth, simplejwt, and Django versions by @iMerica in #731

Full Changelog: 7.1.0...7.1.1

7.1.0 - Django 6 Support & Translation Updates

15 Feb 22:47

Choose a tag to compare

What's Changed

  • Add support for Django 6 by @mschoettle in #719
  • Bump djangorestframework-simplejwt from 5.3.1 to 5.5.1 by @dependabot[bot] in #726
  • Update Korean (ko) translations by @Capella87 in #724
  • Refactor to use SIGNUP_FIELDS for username and email requirement checks, fix deprecated settings warnings by @Covenantmondei in #697
  • feature: Adds Hungarian translations by @iMerica in #727

New Contributors

Full Changelog: 7.0.2...7.1.0

7.0.2 Misc maintenance and fixes.

09 Jan 10:18

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.1...7.0.2

7.0.1 - Maintanence and Bug Fixes

04 Jan 23:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.0...7.0.1

7.0.0 - Deprecates Django 3.2 + Maintanence Updates

03 Nov 21:51

Choose a tag to compare

What's Changed

  • fix: django dependency constraint by @YoussefEgla in #607
  • fix: typo by @loingo95 in #621
  • Fix extras naming with_social -> with-social by @pomali in #635
  • Fix creating user token during the registration process when both Token authentication and Session authentication are used simultaneously by @Marishka17 in #605
  • Fix package URL to use https by @mschoettle in #659
  • update requirements for unittest-xml by @FilMar in #656
  • fix ukrainian localisation mistake by @ledan404 in #649
  • docs: Update Token Authentication sections to explain how to properly… by @dontic in #648
  • Add missing docstrings for registration views by @rhaeyx in #619

New Contributors

Full Changelog: 6.0.0...7.0.0

6.0.0

16 Apr 04:15
b608360

Choose a tag to compare

What's Changed

  • Django 5 support
  • Deprecates Python 3.6 and 3.7
  • Switches to Github Actions from Circle CI
  • Adds flake8 linting step
  • Corrects style to appease linter

Full Changelog: 5.1.0...6.0.0

5.1.0

30 Mar 20:18

Choose a tag to compare

What's Changed

  • #541 Check for refresh cookie when JWT_AUTH_HTTPONLY is True by @Routhinator in #572
  • Added key and uid fields to the reset password form by @Explie in #554
  • Disable email confirmation ratelimit in tests to support new allauth by @leona-ya in #597
  • Fix Middleware Configuration Issue: Added AccountMiddleware in MIDDLEWARE by @Bishow-Thapa in #588
  • [ ADD ] Mandarin translation by @lucacitta in #582
  • [Security] Remove tokens from response body if httpOnly Cookie and Rotate Refresh token is being Used by @Aniket-Singla in #580
  • Added a request.auth check to logout to avoid false success message when no token is passed by @UmeshanUC in #601

New Contributors

Full Changelog: 5.0.2...5.1.0

5.0.2

15 Nov 04:00
c6b6530

Choose a tag to compare

What's Changed

  • Install allacccount middleware in test settings by @mweinelt in #561
  • Fix social login under database constraints by @c-w in #553
  • fixed two broken links to django-allauth docs. by @ahmedlemine in #559
  • Adding optional support for setting the cookie domain for JWT authentication tokens by @adrenaline681 in #568

New Contributors

Full Changelog: 5.0.1...5.0.2

5.0.1

17 Sep 14:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.0.1

5.0.0

11 Sep 14:12

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.1...5.0.0