Releases: fronzbot/blinkpy
Releases · fronzbot/blinkpy
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)
blinkpy-0.17.0rc0
Bug fixes
New Features
- Upgrade login endpoint from
v4tov5#428 - Add logout method #429
- Add ability to record video with camera #430
Other
- Add python 3.9 support #413
- Bump
coverageto 5.4 - Bump
pytestto 6.2.2 - Bump
pytest-covto 2.11.1 - Bump
pygmentsto 2.7.4 - Bump
pre-committo 2.10.1 - Bump
restructuredtext-lintto 1.3.2
blinkpy-0.16.5rc0
blinkpy-0.16.4
Bugfixes:
- Updated liveview endpoint (#389)
- Fixed mini thumbnail not updating (#388)
- Add exception catch to prevent NoneType error on refresh, added test to check behavior as well #401
- Unrelated: had to add two force methods to refresh for testing purposes. Should not change normal usage.
- Fix malformed stream url #395
All: