Skip to content

blinkpy-0.15.0-rc0

Pre-release
Pre-release
Compare
Choose a tag to compare
@fronzbot fronzbot released this 06 May 02:59
· 1121 commits to dev since this release
86aae07

Release candidate

This pre-release adds support for 2FA. At this time, all of the 2FA endpoints have not been fully tested so there could be unexpected bugs that still need to be fixed.

Breaking Changes:

  • Removed support for Python 3.5 (3.6 is now the minimum supported version)
  • Deprecated Blink.login() method. Please only use the Blink.start() method for logging in.

All Changes:

  • Fix setup.py use of internal pip structure #233
  • Update python-slugify requirement from ~=3.0.2 to ~=4.0.0 #234
  • Update python-dateutil requirement from ~=2.8.0 to ~=2.8.1 #230
  • Bump requests from 2.22.0 to 2.23.0 #231
  • Refactor login logic in preparation for 2FA #241
  • Add 2FA Support #242