Releases: fronzbot/blinkpy
Releases · fronzbot/blinkpy
blinkpy-0.19.2
blinkpy-0.19.1
What's Changed
- Dev version bump by @fronzbot in #560
- Bump black from 22.1.0 to 22.3.0 by @dependabot in #565
- Delete debug_login.py by @fronzbot in #573
- Docsupdate by @dwaltsch in #579
- Fix getting doorbell details by @uvjim in #584
- Bump pylint from 2.10.2 to 2.14.3 by @dependabot in #588
- Bump coverage from 6.3.2 to 6.4.1 by @dependabot in #582
- Fix inclusion by @fronzbot in #590
- Broke out tests into functional and behavioral by @fronzbot in #591
- 0.19.1 by @fronzbot in #592
New Contributors
Full Changelog: v0.19.0...v0.19.1
blinkpy-0.19.0
v0.19.0 Major Changes
- Python 3.6 has reached EOL and is deprecated
- Support arm/disarm of Blink Mini cameras
- Support of new thumbnail retrieval API endpoints
Bug Fixes
- Fix debug method in _parse_downloaded_items (@tieum #540 )
- Fix issue with returned thumbnails lacking slash in url (#550 )
- Fully support new thumbnail API (@gdoermann #552)
New Features
- Add support for arming/disarming Blink Mini cameras (@mstratford #546 )
- Add
product_typetoBlinkCameraclass to report the type of camera (#553) - Remove python 3.6 support, add python 3.10 support (#554)
Other Changes
- Make code that determines needs for unique classes (Mini + Doorbells) generic so it's easier to maintain and expand in the future (#553)
- Bump pre-commit to 2.17.0
- Bump pytest-timeout to 2.1.0
- Bump pygments to 2.11.2
- Bump black to 22.1.0
- Bump coverage to 6.3.2
- Bump pytest to 7.1.1
- Bump restructuredtext-lint to 1.4.0
blinkpy-0.19.0rc2
- Fix missing
network_idin thumbnail url
blinkpy-0.19.0rc1
Bug Fixes
- Fully support new thumbnail API (@gdoermann #552)
New Features
- Add
product_typetoBlinkCameraclass to report the type of camera (#553) - Remove python 3.6 support, add python 3.10 support (#554)
Other Changes
- Make code that determines needs for unique classes (Mini + Doorbells) generic so it's easier to maintain and expand in the future (#553)
- Bump black to 22.1.0
- Bump coverage to 6.3.2
- Bump pytest to 7.1.1
- Bump restructuredtext-lint to 1.4.0
blinkpy-0.19.0-rc0
Bug Fixes
- Fix debug method in _parse_downloaded_items (@tieum #540 )
- Fix issue with returned thumbnails lacking slash in url (#550 )
New Features
- Add support for arming/disarming Blink Mini cameras (@mstratford #546 )
Other Changes
- Bump pre-commit to 2.17.0
- Bump pytest to 7.0.1
- Bump pytest-timeout to 2.1.0
- Bump pygments to 2.11.2
blinkpy-0.18.0
blinkpy-0.18.0
Bugfixes:
- None
New Features:
- Support for Blink Doorbell (@magicalyak #526)
Other:
- Bump pytest-cov to 3.0.0
- Bump pre-commit to 2.15.0
- Bump pytest to 6.2.5
- Bump pylint to 2.10.2
- Bump pygments to 2.10.0
- Bump flake8-docstrings to 1.6.0
- Bump pydocstyle to 6.0.0
- Bump coverage to 5.5
blinkpy-0.17.1
- Adds a delay= parameter to the blinkpy.download_videos function in order to allow for throttling of API calls when downloading large amounts of data. Defaults to 1 second.
- Bump pylint to 2.6.2
blinkpy-0.17.0
Bug fixes
New Features
- Upgrade login endpoint from v4 to v5 #428
- Add logout method #429
- Add ability to record video with camera #430
Other
- Add debug script to main repo to help with general debug (run python debug_login.py)
- Add python 3.9 support #413
- Bump coverage to 5.4
- Bump pytest to 6.2.2
- Bump pytest-cov to 2.11.1
- Bump pygments to 2.8.0
- Bump pre-commit to 2.10.1
- Bump restructuredtext-lint to 1.3.2
Related issue (if applicable): fixes #279
blinkpy-0.17.0rc1
- Add reauth = True to login data (#432)
- Add debug script to main repo to help with general debug (run python debug_login.py)