Releases: fronzbot/blinkpy
Releases · fronzbot/blinkpy
blinkpy-0.22.0
What's Changed
- Dev version bump by @fronzbot in #727
- Asyncio conversion by @mkmer in #723
- Handle None response in camera.py by @mkmer in #738
- save auth key by @mkmer in #737
- Add delete and download functions by @mkmer in #745
- Bump flake8 from 6.0.0 to 6.1.0 by @dependabot in #741
- Bump pylint from 2.17.4 to 2.17.5 by @dependabot in #739
- Bump pytest from 7.3.1 to 7.4.0 by @dependabot in #731
- Bump black from 23.3.0 to 23.7.0 by @dependabot in #733
- Bump pytest-cov from 3.0.0 to 4.1.0 by @dependabot in #722
- Bump pygments from 2.15.1 to 2.16.1 by @dependabot in #743
- Bump coverage from 7.2.5 to 7.3.0 by @dependabot in #744
- version bump by @fronzbot in #746
- Update CHANGES.rst by @fronzbot in #748
- v0.22.0 by @fronzbot in #747
Full Changelog: v0.21.0...v0.22.0
blinkpy-0.22.0.dev0
What's Changed
Full Changelog: v0.21.0...v0.22.0.dev0
v0.21.0
What's Changed
- dev version bump by @fronzbot in #678
- Retrieve metadata for videos by @rhhayward in #685
- Bump pylint from 2.15.10 to 2.16.1 by @dependabot in #681
- Bump black from 22.12.0 to 23.1.0 by @dependabot in #680
- Bump pre-commit from 3.0.2 to 3.0.4 by @dependabot in #683
- Add support for night vision toggling by @jrhunger in #717
- Bump black from 23.1.0 to 23.3.0 by @dependabot in #703
- Bump pytest-sugar from 0.9.6 to 0.9.7 by @dependabot in #707
- Bump pytest from 7.2.1 to 7.3.1 by @dependabot in #710
- Bump coverage from 7.1.0 to 7.2.5 by @dependabot in #714
- Bump pygments from 2.14.0 to 2.15.1 by @dependabot in #711
- Bump pylint from 2.16.1 to 2.17.4 by @dependabot in #718
- Enable Doorbell arm functionality by @mkmer in #719
- Version bump by @fronzbot in #725
- Update CHANGES.rst by @fronzbot in #726
- 0.21.0 by @fronzbot in #724
New Contributors
- @rhhayward made their first contribution in #685
- @jrhunger made their first contribution in #717
- @mkmer made their first contribution in #719
Full Changelog: v0.20.0...v0.21.0
blinkpy-0.21.0.rc0
Release candidate for night vision control support
blinkpy-0.20.0
What's Changed
- Dev bump by @fronzbot in #607
- Bump pylint from 2.14.3 to 2.14.5 by @dependabot in #605
- Bump coverage from 6.4.1 to 6.4.2 by @dependabot in #602
- Bump pytest-sugar from 0.9.4 to 0.9.5 by @dependabot in #601
- Bump pre-commit from 2.17.0 to 2.20.0 by @dependabot in #600
- Bump black from 22.3.0 to 22.6.0 by @dependabot in #595
- Misc doorbell fixes by @jeffothy in #623
- Deprecate py3.7 by @fronzbot in #644
- Add tests for special characters by @fronzbot in #643
- Add support for the local storage API by @perdue in #650
- Bump pytest from 7.1.1 to 7.2.0 by @dependabot in #640
- Bump flake8 from 3.9.1 to 6.0.0 by @dependabot in #647
- Bump pylint from 2.14.5 to 2.15.8 by @dependabot in #651
- Bump pytest from 7.2.0 to 7.2.1 by @dependabot in #667
- Bump coverage from 6.4.2 to 7.1.0 by @dependabot in #671
- Bump pydocstyle from 6.0.0 to 6.3.0 by @dependabot in #668
- Bump pylint from 2.15.8 to 2.15.10 by @dependabot in #663
- Bump flake8-docstrings from 1.6.0 to 1.7.0 by @dependabot in #670
- Bump pre-commit from 2.20.0 to 3.0.2 by @dependabot in #675
- Bump black from 22.6.0 to 22.12.0 by @dependabot in #652
- Bump pygments from 2.11.2 to 2.14.0 by @dependabot in #658
- Bump pytest-sugar from 0.9.5 to 0.9.6 by @dependabot in #641
- version bump by @fronzbot in #677
- 0.20.0 by @fronzbot in #676
New Contributors
Full Changelog: v0.19.2...v0.20.0
blinkpy-0.20.0.rc0
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_type
toBlinkCamera
class 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_id
in thumbnail url