Releases: BaQs/pyEzviz
Releases · BaQs/pyEzviz
New functions, minor tweaks and refactor.
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
What's Changed
- Bump requests from 2.27.1 to 2.28.1 by @dependabot in #84
- Bump pycryptodome from 3.14.1 to 3.15.0 by @dependabot in #82
- Bump xmltodict from 0.12.0 to 0.13.0 by @dependabot in #80
- Bump pandas from 1.4.2 to 1.4.3 by @dependabot in #83
- fix #86 - support ssl in python 3.10 by @regevbr in #87
New Contributors
Full Changelog: 0.2.0.8...0.2.0.9
0.2.0.8
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
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
What's Changed
- Added support for DP1C device by @Choochmeque in #60
- Bump requests from 2.26.0 to 2.27.1 by @dependabot in #66
- Do not disturb by @andrewcoo101 in #59
- Bump pycryptodome from 3.11.0 to 3.12.0 by @dependabot in #62
- Bump pandas from 1.3.4 to 1.3.5 by @dependabot in #64
New Contributors
- @Choochmeque made their first contribution in #60
- @andrewcoo101 made their first contribution in #59
Full Changelog: 0.2.0.5...0.2.0.6
Fix typo in previous release.
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
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.
- 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.
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.
- 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