Skip to content

Releases: jamiecounsell/django-pwned-passwords

4.1.0

08 Aug 02:31
Compare
Choose a tag to compare
  • Fixed an issue where failsafe didn't catch when the API was down due to a ValueError. Thanks @alonraiz for the contribution!

If you're upgrading from a version below 4.0.0, please see the release notes for v4.0.0 about removing Python 3.4 support.

4.0.0

08 Aug 01:54
Compare
Choose a tag to compare
  • 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

17 Feb 19:34
Compare
Choose a tag to compare
  • 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

04 Feb 00:42
Compare
Choose a tag to compare

Fixed an issue with the fail-safe feature.

2.0.1

05 Nov 23:44
Compare
Choose a tag to compare

Updated requests dependency due to a vulnerability in the dependency.

2.0

07 Mar 01:28
Compare
Choose a tag to compare
2.0
  • Switched to API v2 using k-anonymity model
  • App is now reasonable to be used in real situations