Skip to content

Releases: BaQs/pyEzviz

New functions, minor tweaks and refactor.

03 Dec 09:10
Compare
Choose a tag to compare

What's Changed

  • Add function to get camera encryption key.
  • Add function to create and get panoramic images.
  • mypy fixes.
  • Removed some useless .get calls.
  • Refactor API endpoints to separate file.
  • Bump pycryptodome from 3.15.0 to 3.16.0 by @dependabot in #96
  • Bump pandas from 1.4.3 to 1.5.2 by @dependabot in #95

Full Changelog: 0.2.0.9...0.2.0.10

fix #86 - support ssl in python 3.10 by @regevbr

08 Jul 18:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0.8...0.2.0.9

0.2.0.8

27 Apr 14:05
Compare
Choose a tag to compare

What's Changed

  • Added image decryption support by @Choochmeque in #78
  • Fixed MFA support. The pyezviz CLI will stop and ask for MFA code, then continue. (Also a good example for usage)
  • Changed CUname to Hassio (base64 encoded). (Easier to identify login token on Ezviz login window)
  • Reverted Alarm redirected url fetch. (The full url exceed 255 characters supported by Hassio sensor)

Full Changelog: 0.2.0.7...0.2.0.8

0.2.0.7

15 Apr 09:41
Compare
Choose a tag to compare

What's Changed

  • Alarm_pic returns the 301 redirected aws url. Makes it easier to use a Generic IP camera in has for last motion detected image.
  • Merge pull request #67 from fab2713/master by @fab2713 in #67
  • Bump pandas from 1.3.5 to 1.4.2 by @dependabot in #76
  • Bump pycryptodome from 3.12.0 to 3.14.1 by @dependabot in #71

New Contributors

Full Changelog: 0.2.0.6...0.2.0.7

0.2.0.6

07 Jan 04:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0.5...0.2.0.6

Fix typo in previous release.

21 Nov 06:34
Compare
Choose a tag to compare

Fix typo in previous release.

Full Changelog: 0.2.0.4...0.2.0.5

Updating token did not update token in session headers. Fixed

21 Nov 06:27
Compare
Choose a tag to compare

Updating token did not update token in session headers. Fixed

Full Changelog: 0.2.0.3...0.2.0.4

Fix token cleared on region redirect.

21 Nov 05:39
Compare
Choose a tag to compare
  • Fix token cleared on region redirect.
  • User Logger instead of print in ezviz client to inform user of correct region URL to use.

Full Changelog: 0.2.0.2...0.2.0.3

Fix error if EzvizClient is initiated via token directly.

20 Nov 06:40
Compare
Choose a tag to compare

Fix error if EzvizClient is initiated via token directly.
Full Changelog: 0.2.0.1...0.2.0.2

Add MFA support, initiate device firmware upgrade.

20 Nov 05:30
Compare
Choose a tag to compare
  • Some additional resiliency against missing data from pagelist.
  • Verification/MFA code support.
  • Added method to initiate device firmware upgrade.
  • Make use of requests.sessions headers for consistent headers across all function calls. (exactly like app and a few line less code!)

Full Changelog: 0.2.0.0...0.2.0.1