Skip to content

Releases: fronzbot/blinkpy

blinkpy-0.19.2

26 Jul 16:00
04283dd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.1...v0.19.2

blinkpy-0.19.1

26 Jun 19:48
280be89

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.0...v0.19.1

blinkpy-0.19.0

21 Mar 02:29
0b60976

Choose a tag to compare

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 to BlinkCamera 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

20 Mar 21:49

Choose a tag to compare

blinkpy-0.19.0rc2 Pre-release
Pre-release
  • Fix missing network_id in thumbnail url

blinkpy-0.19.0rc1

20 Mar 20:04
98699f9

Choose a tag to compare

blinkpy-0.19.0rc1 Pre-release
Pre-release

Bug Fixes

New Features

  • Add product_type to BlinkCamera 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 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

06 Mar 00:15
bd8b206

Choose a tag to compare

blinkpy-0.19.0-rc0 Pre-release
Pre-release

Bug Fixes

  • Fix debug method in _parse_downloaded_items (@tieum #540 )
  • Fix issue with returned thumbnails lacking slash in url (#550 )

New Features

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

12 Dec 03:41
d78d7e1

Choose a tag to compare

blinkpy-0.18.0

Bugfixes:

  • None

New Features:

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

18 Feb 14:50
ff306b8

Choose a tag to compare

  • 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

15 Feb 15:32
1ced64d

Choose a tag to compare

Bug fixes

  • Fix video downloading bug #424
  • Add reauth = True to login data #432

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

13 Feb 16:39
c78f411

Choose a tag to compare

blinkpy-0.17.0rc1 Pre-release
Pre-release
  • Add reauth = True to login data (#432)
  • Add debug script to main repo to help with general debug (run python debug_login.py)