Releases: bachya/simplisafe-python
Releases · bachya/simplisafe-python
Release list
12.0.0-alpha.4
12.0.0-alpha.3
12.0.0-alpha.2
12.0.0-alpha.1
12.0.0-alpha.0
🚨 Breaking Changes
- Implement support for SimpliSafe's use of Auth0 OAuth (#258)
- Remove official support for Python 3.7 (#257)
- Re-architect library (#255)
🚀 Features
- Re-introduce websocket functionality (#259)
- Add new camera models (and the concept of an "Outdoor Camera") (#250)
🐛 Bug Fixes
- Fix bugs with providing coroutines as websocket listeners (#261)
🧰 Maintenance
- Add
async_prefix to all coroutine definitions (#263) - Fix broken pre-commit (#262)
- Update pytest-cov requirement from ^2.8.1 to ^3.0.0 (#260)
- Implement support for SimpliSafe's use of Auth0 OAuth (#258)
- Remove official support for Python 3.7 (#257)
- Move pylintrc into pyproject.toml (#256)
- Re-architect library (#255)
- Update sphinx-rtd-theme requirement from ^0.5.0 to ^1.0.0 (#254)
11.0.6
🐛 Bug Fixes
- Protect against null response payloads (#253)
11.0.5
🐛 Bug Fixes
- Fix incorrect lock state (#252)
11.0.4
🧰 Maintenance
- Clean up backoff implementation (#249)
11.0.3
🧰 Maintenance
- Enforce strict typing (#247)