Releases: oliwarner/django-multifactor
Releases · oliwarner/django-multifactor
v0.7.2
TLDR: Django 5.1 support
What's Changed
- Updated the readme and pyproject.toml to show support for Django 5.1 by @StevenMapes in #93
- Revert "Updated the readme and pyproject.toml to show support for Django 5.1" by @StevenMapes in #94
- Bump urllib3 from 1.26.18 to 1.26.19 by @dependabot in #89
- Bump certifi from 2023.7.22 to 2024.7.4 by @dependabot in #91
- Bump cryptography from 42.0.4 to 43.0.1 by @dependabot in #97
- Updated to show support for Django 5.1 and to support Django > 5.2 by @StevenMapes in #96
- Bump braces from 3.0.2 to 3.0.3 in /design by @dependabot in #95
- Bump vite from 5.2.11 to 5.2.14 in /design by @dependabot in #98
- Bump rollup from 4.17.2 to 4.22.4 in /design by @dependabot in #99
- Re-issued because of build breakage.
Full Changelog: v0.7...v0.7.1
v0.7.0
What's Changed
- Fix issue with fido2 and localhost caused by the host to fido_server_id mismatch by @StevenMapes in #83
- Fixes the spelling mistakes highlighted in #86 by @StevenMapes in #87
- Adds email template for fallback token by @godswearhats in #66
- HTML Email fallback with setting
settings.MULTIFACTOR.HTML_EMAIL
. This is defaulting to on, hence the minor version bump.
Dep Bumps
- Bump jinja2 from 3.1.3 to 3.1.4 by @dependabot in #85
- Bump cryptography from 42.0.2 to 42.0.4 by @dependabot in #77
- Bump aiohttp from 3.8.5 to 3.8.6 by @dependabot in #68
- Bump django from 3.2.21 to 3.2.24 by @dependabot in #76
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #72
- Bump vite from 4.4.10 to 4.5.2 in /design by @dependabot in #74
- Bump cryptography from 41.0.4 to 42.0.2 by @dependabot in #75
- Bump django from 3.2.24 to 3.2.25 by @dependabot in #78
- Bump idna from 3.4 to 3.7 by @dependabot in #80
- Bump vite from 4.5.2 to 4.5.3 in /design by @dependabot in #79
(Updated from earlier - the auto-package script needs a three-part version)
Full Changelog: v0.6.2...v0.7
v0.6.3rc2
What's Changed
- Should work on Localhost, fix #82, with better domain checking and also alerting users of factors keyed to other domains.
- Bump django from 3.2.24 to 3.2.25 by @dependabot in #78
- Bump idna from 3.4 to 3.7 by @dependabot in #80
- Bump vite from 4.5.2 to 4.5.3 in /design by @dependabot in #79
- Fix issue with fido2 and localhost caused by the host to fido_server_id mismatch by @StevenMapes in #83
Full Changelog: v0.6.3rc1...v0.6.3rc2
v0.6.3rc1
This is a pre-release containing the following dependency merges
What's Changed
- Bump aiohttp from 3.8.5 to 3.8.6 by @dependabot in #68
- Bump django from 3.2.21 to 3.2.24 by @dependabot in #76
- Bump jinja2 from 3.1.2 to 3.1.3 by @dependabot in #72
- Bump vite from 4.4.10 to 4.5.2 in /design by @dependabot in #74
- Bump cryptography from 41.0.4 to 42.0.2 by @dependabot in #75
Full Changelog: v0.6.2...v0.6.3
v0.6.2
v0.6.1
Bugfix to allow BYPASS to work on CBVs.
Thanks to @godswearhats
v0.6.0
Version 0.6.0
- Conditional Bypass to allow you to turn off Django Multifactor in very specific circumstances, per #46
- Tidying up the frontend packaging for developers.
- Automating the build/release workflow.
- Breaking Python support has shifted to 3.8+ thanks in large part to underlying library upgrades.
- Breaking Removed U2F. Chrome dropped support for this over a year ago, and most U2F mechanisms also support WebAuthn so it's about time we pull support. If you have U2F keys in circulation, you need a plan to migrate users onto something better, or stick with older versions
v0.6.0rc6
Full Changelog: v0.6.0rc5...v0.6.0rc6