Reolink-aio

Latest version: v0.11.2

Safety actively analyzes 682244 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 15

0.11.2

Additions:
- [Add python 3.13 support (testing)](https://github.com/starkillerOG/reolink_aio/commit/5fe8250dee11c2484db4020bda9fca8b78cb02b5)
- [Add Baichuan fallback mechanism for redundancy](https://github.com/starkillerOG/reolink_aio/commit/8927fa41237f7ed1c316ea7a114508f9bd80b788)
- [Use Baichuan fallback for send_setting](https://github.com/starkillerOG/reolink_aio/commit/a2afe08cc0ad02b3f8c5bb345c3e3871f57837ca)
- [Add Baichuan fallbacks for GetDingDongList, DingDongOpt, and GetDingDongCfg](https://github.com/starkillerOG/reolink_aio/commit/e60d8e09cce6a989854ef4dd28a98073c257f2b4)
- [Add set chime fallbacks](https://github.com/starkillerOG/reolink_aio/commit/c55b97a1a5edf7d605fffae9313bf7d68743c6dc)
- [Add Sleep status push](https://github.com/starkillerOG/reolink_aio/commit/e03028ed5bf88a6319c1823c06b601ffe2cfe677)
- [Add BatteryInfo push](https://github.com/starkillerOG/reolink_aio/commit/557e7aea0bb2ae65392bae8dd9ab9a8fe2aec9b1)

Bug fixes:
- [Fix battery cam motion push](https://github.com/starkillerOG/reolink_aio/commit/b646676671ef7b8b3d6b726de8e71e35945e0f0a)
- [Add DingDong commands as waking](https://github.com/starkillerOG/reolink_aio/commit/18f3dfb5b3dc7778f46459d0a8f5d6d62ce4489f)
- [Encrypt extension and body XML separately](https://github.com/starkillerOG/reolink_aio/commit/b361995c65454fb0eeca3246c522c31e3c43dde6)
- [Fix chimes beeing set unavailable by other channels](https://github.com/starkillerOG/reolink_aio/commit/674d186d6b1cd957df6672a1a5c87cad3a8ba58a)
- [Fix KeyError when baichuan has connection error](https://github.com/starkillerOG/reolink_aio/commit/33b3103749874db4cffbaf6719395c4bb350dce6)
- [Solve ringName keyerror](https://github.com/starkillerOG/reolink_aio/commit/c913382a873ab744d0c93fcf1813525a018b5211)
- [Catch errors while removing chime](https://github.com/starkillerOG/reolink_aio/commit/b15677b9b2043650e6a6b5c90899af4108a2df41)
- [prevent warning about "other" push](https://github.com/starkillerOG/reolink_aio/commit/e129a9f59c86e1f0ce413212d550f4c34c794e83)

Optimizations:
- [Use cmd_id 93 (LinkType) for keepalive to let battery cams sleep](https://github.com/starkillerOG/reolink_aio/commit/94a4de7e7c30df7f423624b42636c4793d1e668d)
- [Skip checking RTSP url for battery cameras to not wake them](https://github.com/starkillerOG/reolink_aio/commit/f34a9573cc984429dafaa3abf990f283df0c016b)
- [Timeout API firmware check after 15s and continue with online firmware check](https://github.com/starkillerOG/reolink_aio/commit/39065c4cb7b378f2e8c24a29b608636632fe945e)
- [Bump minimum version of RLN8-410 N7MB01 to v3.5.1.356_24110154](https://github.com/starkillerOG/reolink_aio/commit/701553ea52ddc9564cc319dc5db0c61d78d2c1dd)
- [Improve lost event subscription logging](https://github.com/starkillerOG/reolink_aio/commit/306d44ae82fe6f7473d07f72d2bbea11ac1c2065)
- [Immediately reestablish connection when subscribed](https://github.com/starkillerOG/reolink_aio/commit/ec45aa2e5a3ecdc8897e4272d2a6d667b8888c0b)
- [Add more typing](https://github.com/starkillerOG/reolink_aio/commit/0f925d1cc132f3fbc976c843327f4c9d40684f04)
- [Bump down decrypt push error to debug](https://github.com/starkillerOG/reolink_aio/commit/29b68c7c778a1f9645456fc169f3c1ae81fe64f6)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.11.1...0.11.2

0.11.1

Additions:
- [Signal for a reload after a firmware update](https://github.com/starkillerOG/reolink_aio/commit/c6b5a452a42c4e57265a8fa4fb1da5bbfff57ea8)

Bug fixes:
- [Check hourly rate limit on the Reolink servers](https://github.com/starkillerOG/reolink_aio/commit/4aea936073d4a786a04e81ec1c838cdec3dc5049)
- [Do not log errors while firmware rebooting](https://github.com/starkillerOG/reolink_aio/commit/5e3dd04361db3a53d63015909f337c6f5e399534)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.11.0...0.11.1

0.11.0

Additions:
- Add firmware updating by downloading and uploading https://github.com/starkillerOG/reolink_aio/pull/79
- Implement update progress number

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.10.5...0.11.0

0.11.0b1

Update from main branch:
- [Add Baichuan fallback for camera hardware version](https://github.com/starkillerOG/reolink_aio/commit/fa0daeb75274284dc001cc309585fb5a73abc186)
- [Add Baichuan device info for IPC camera](https://github.com/starkillerOG/reolink_aio/commit/6d346866507c8216bcbb355a4ebe066fd751f8a6)

0.11.0b0

- Update to match main branch
- Handle multiple firmware versions from reolink.com
- Fix software version data parsing when '_' is missing

0.10.5

Bug fixes:
- [Fix mutex deadlock](https://github.com/starkillerOG/reolink_aio/commit/a217c89320ba961d74270556c71f9a40a27349db)
- [if send enc_type is set to BC, always decode using BC](https://github.com/starkillerOG/reolink_aio/commit/869cd9f36e18419027c541fddc537ed8fad0779b)
- [Check decryption success, if AES fails, try Baichuan and proceed when push callback decrypt error](https://github.com/starkillerOG/reolink_aio/commit/5369b52d79fac8048ef8bcd21362db339b8741ed)
- [Do not attempt to decrypt empty body](https://github.com/starkillerOG/reolink_aio/commit/1a01d0b38439b41a37df518f9fe2a974d0bf5472)
- [Fix baichuan decryption when offset > 255](https://github.com/starkillerOG/reolink_aio/commit/cbfaec53498bd2d80c23e967da4bcef91990eab4)

Optimizations:
- [Improve Baichuan parsing exception logging further](https://github.com/starkillerOG/reolink_aio/commit/9a7837b93ffada4280f15a678558f89c0bd084c3)
- [Check for magic header while parsing multiple messages](https://github.com/starkillerOG/reolink_aio/commit/c409f0cae599f62749c7e487c001775171890a46)
- [Catch HTTP error code 429: Rate limit specifically](https://github.com/starkillerOG/reolink_aio/commit/a1e7664a1460b490f06df99d5e315f9414356b22)
- [Use dict for expected cmd_id and receive_future](https://github.com/starkillerOG/reolink_aio/commit/93faad27e79449468a25cbeddbbaece26223b127)
- [Improve AES decrypt Error logging](https://github.com/starkillerOG/reolink_aio/commit/c36c9c19632b54d62db940d5e58b9430f5f11647)
- [Do not reset _data_chunk](https://github.com/starkillerOG/reolink_aio/commit/fdcc6231204c581a0c22b91eda8e807e26ac5eed)
- [Make decrypt retry more robust](https://github.com/starkillerOG/reolink_aio/commit/eb2b4ff5cfd5e099a647d82514b903846683e416)
- [Bump down push events to debug log level](https://github.com/starkillerOG/reolink_aio/commit/83bd0329687e651e821343ec5d5a3434dd93439f)

**Full Changelog**: https://github.com/starkillerOG/reolink_aio/compare/0.10.4...0.10.5

Page 1 of 15

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.