Releases: jamiecounsell/django-pwned-passwords
Releases · jamiecounsell/django-pwned-passwords
4.1.0
4.0.0
- Dropped Python 3.4 support because I can't get Travis to deal with it. I have it working in another repo, will eventually add support again when I can.
3.0.0
- Added support for a
PWNED_VALIDATOR_MINIMUM_BREACHES
setting - Removed Django 1.8 support as it doesn't even have built in support for password validators
- Added Django 2.1 support
2.1.0
Fixed an issue with the fail-safe feature.
2.0.1
Updated requests
dependency due to a vulnerability in the dependency.
2.0
- Switched to API v2 using k-anonymity model
- App is now reasonable to be used in real situations