Releases: codingjoe/django-mail-auth
Releases · codingjoe/django-mail-auth
3.2.1
What's Changed
- Allow login form to define a custom field_name as a class attribute by @codingjoe in #84
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- Add CodeQL to CI suite by @codingjoe in #77
- Add Python 3.11 support, drop 3.8 by @codingjoe in #78
- Update packaging to pyproject.toml by @codingjoe in #79
- Remove old py2 remnants by @codingjoe in #80
- Cleanup code blocks and branch names in docs by @codingjoe in #81
Full Changelog: 3.1.4...3.2.0
3.1.4
What's Changed
- Bump black from 22.6.0 to 22.8.0 by @dependabot in #71
- Bump actions/setup-node from 3.4.1 to 3.5.0 by @dependabot in #72
- Bump black from 22.8.0 to 22.10.0 by @dependabot in #73
- Bump actions/setup-node from 3.5.0 to 3.5.1 by @dependabot in #74
- Drop Django 3.1 related code by @amureki in #75
Full Changelog: 3.1.3...3.1.4
3.1.3
What's Changed
- Bump actions/setup-node from 3.1.1 to 3.2.0 by @dependabot in #60
- Update wagtail CI suite settings by @codingjoe in #61
- Bump actions/setup-node from 3.2.0 to 3.3.0 by @dependabot in #62
- Bump actions/setup-python from 3 to 4 by @dependabot in #63
- Bump black from 22.3.0 to 22.6.0 by @dependabot in #64
- Bump actions/setup-node from 3.3.0 to 3.4.0 by @dependabot in #65
- Bump actions/setup-node from 3.4.0 to 3.4.1 by @dependabot in #66
- Bump flake8 from 4.0.1 to 5.0.1 by @dependabot in #67
- Bump flake8 from 5.0.1 to 5.0.3 by @dependabot in #68
- Bump flake8 from 5.0.3 to 5.0.4 by @dependabot in #69
- Add Django 4.1 support by @codingjoe in #70
Full Changelog: 3.1.2...3.1.3
3.1.2
What's Changed
- Dispatch signal before user's private data is removed by @codingjoe in #59
Full Changelog: 3.1.1...3.1.2
3.1.1
What's Changed
- Add missing translation to dist packages by @codingjoe in #58
Full Changelog: 3.1.0...3.1.1
3.1.0
What's Changed
- Drop msgcheck as it was unused by @amureki in #42
- Fix Sphinx warning and improve docstrings by @codingjoe in #47
- Drop Django EOL version support by @codingjoe in #57
- Add anonymization feature for private user data by @codingjoe in #48
Full Changelog: 3.0.1...3.1.0
3.0.1
3.0.0
What's Changed
Dot is unreserved character, however the representation in browsers (%2E or .), mail clients and even SMTP-servers is not unified and can lead to different issues.
Please, note: after installing this new release, existing authentication links will become invalid.
If you want to keep the old dot separator, you wound need to customize MailAuthBackend, but this is not advisable.
New Contributors
Full Changelog: 2.1.3...3.0.0