Skip to content

Releases: fronzbot/blinkpy

blinkpy-0.16.4-rc0

06 Oct 13:35
8898436
Compare
Choose a tag to compare
blinkpy-0.16.4-rc0 Pre-release
Pre-release

Bugfixes

  • Updated liveview endpoint (#389)
  • Fixed mini thumbnail not updating (#388)

All

  • Moved testtools to requirements_test.txt (#387)
  • Bumped pytest to 6.1.1
  • Bumped flake8 to 3.8.4
  • Fixed README spelling (#381 via @rohitsud)
  • Bumped pygments to 2.7.1
  • Bumped coverage to 5.3
  • Bumped pydocstyle to 5.1.1
  • Bumped pre-commit to 2.7.1
  • Bumped pylint to 2.6.0
  • Bumped pytest-cov to 2.10.1

blinkpy-0.16.3

02 Aug 03:35
19b7eef
Compare
Choose a tag to compare

Bug-fixes:

  • Add user-agent to all request headers (#361)

blinkpy-0.16.2

02 Aug 03:13
6bd8d14
Compare
Choose a tag to compare

Bug-fixes:

  • Add user-agent to header at login (#357)

Other changes:

  • Remove extra data parameters at login (not-needed)
  • Bump pytest to 6.0.1

blinkpy-0.16.2-rc0

01 Aug 02:16
11d6bbb
Compare
Choose a tag to compare
blinkpy-0.16.2-rc0 Pre-release
Pre-release

Changes

  • Bump pytest to 6.0.1
  • Set reauth=True in login payload
  • Change app_version=6.0.12 in login payload

blinkpy-0.16.1

29 Jul 15:34
3a97a92
Compare
Choose a tag to compare
  • Unpin requirements, set minimum version instead
  • Bump coverage to 5.2.1
  • Bump pytest to 6.0.0

blinkpy-0.16.0

21 Jul 03:02
1b66edd
Compare
Choose a tag to compare

0.16.0

Massive changes to the way requests and authorization is handled. This version adds support for Blink Mini Cameras as well.

NOTE: There is a known quirk where every 24hrs you will receive a new 2FA email from Blink. As long as you are logged in or use the credential file, this email can be ignored and you do not need to enter a new 2FA key. This only needs to be done once.

Breaking Changes

  • Add arm property to camera, deprecate motion enable method (#273)
  • Complete refactoring of the auth logic (#261)

New Features

  • Add is_errored property to Auth class (#275)
  • Add new endpoint to get user info (#280)
  • Add get_liveview command to camera module (#289)
  • Add blink mini support (#290)
  • Add blink mini arm/disarm support (#300)
  • Add option to skip homescreen check (#305)
  • Add different timeout for video and image retrieval (#323)
  • Modify session to use HTTPAdapter and handle retries (#324)
  • Add retry option overrides (#339)

Bug fixes

  • Handle json decode error (#268)
  • Catch None responses from http requests (#272)
  • Only refresh token on unauthorized response from request (#274)
  • Fix missing sync arm method (#299)
  • Add type check on temperature conversion (#301)
  • Prevent sync module creation for minis already attached to one (#320)
  • Remove reauth key from login payload (#308)
  • Broke out homescreen call to prevent back-to-back api calls (#313)
  • Fix error with updating mini info during refresh (#314)
  • Remove reference to response on exception since it may be unbound (#328)
  • Remove host from auth header (#331)
  • Remove exc_info params during loggin (#337)
  • Fix broken test and missing try/except (#338)

Other Changes

  • Update string formatting (#265)
  • Increase timeout from 2s to 5s (#269)
  • Improve documentation (#278)
  • Update camera retrieval method (#288)
  • Bump pytest to 1.4.2
  • Bump pytest-sugar to 0.9.4
  • Bump coverage to 5.2
  • Bump pre-commit to 2.6.0
  • Bump pytest-timeout to 1.4.1
  • Bump pytest-cov to 2.10.0
  • Bump flake8 to 3.8.3
  • Bump pylint to 2.5.3
  • Bump pytest to 5.4.3
  • Bump restructuredtext-lint to 1.3.1

blinkpy-0.16.0-rc12

11 Jul 15:26
1aaa5b6
Compare
Choose a tag to compare
blinkpy-0.16.0-rc12 Pre-release
Pre-release

Bugs fixed

  • Removed "Host" from auth header (#331)

blinkpy-0.15.1

11 Jul 14:45
435f3b9
Compare
Choose a tag to compare
  • Bugfix: remove "Host" from auth header (#330)

blinkpy-0.16.0-rc11

09 Jul 02:56
77959d6
Compare
Choose a tag to compare
blinkpy-0.16.0-rc11 Pre-release
Pre-release

New Features

  • Add different timeouts for video and image retrieval (#323)
  • Use HTTPAdapter and improve retry handling (#324)

Bugfixes

  • Fix unbound error when connection fails (#328)

All Changes

  • python-slugify to 4.0.1
  • pre-commit to 2.6.0
  • Add different timeouts for video and image retrieval (#323)
  • Use HTTPAdapter and improve retry handling (#324)
  • coverage to 5.2
  • pytest-sugar to 0.9.4
  • Fix unbound error when connection fails (#328)

blinkpy-0.16.0-rc9

29 Jun 16:52
f8db8eb
Compare
Choose a tag to compare
blinkpy-0.16.0-rc9 Pre-release
Pre-release
  • Adds ability to initialize auth class with v3 endpoint instead of v4:
auth = Auth(login_method="v3")
  • Update requests to ~=2.24.0