Skip to content

Releases: bachya/simplisafe-python

12.0.0-alpha.3

07 Oct 19:53

Choose a tag to compare

12.0.0-alpha.3 Pre-release
Pre-release

🐛 Bug Fixes

  • Automatically set state after system change (#268)

12.0.0-alpha.2

07 Oct 06:19

Choose a tag to compare

12.0.0-alpha.2 Pre-release
Pre-release

🐛 Bug Fixes

  • Use an asyncio lock for backoff-based refresh token attempts (#267)

12.0.0-alpha.1

07 Oct 06:04

Choose a tag to compare

12.0.0-alpha.1 Pre-release
Pre-release

🐛 Bug Fixes

  • Ensure that the refresh token is only used within the expiration window (#266)

🧰 Maintenance

  • Fix incorrect constant name (#265)
  • Update websockets requirement from >=8.1,<10.0 to >=8.1,<11.0 (#264)

12.0.0-alpha.0

06 Oct 01:45

Choose a tag to compare

12.0.0-alpha.0 Pre-release
Pre-release

🚨 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

28 Aug 18:17

Choose a tag to compare

🐛 Bug Fixes

  • Protect against null response payloads (#253)

11.0.5

27 Aug 01:26

Choose a tag to compare

🐛 Bug Fixes

  • Fix incorrect lock state (#252)

11.0.4

16 Aug 13:47

Choose a tag to compare

🧰 Maintenance

  • Clean up backoff implementation (#249)

11.0.3

27 Jul 18:15

Choose a tag to compare

🧰 Maintenance

  • Enforce strict typing (#247)

11.0.2

17 Jul 18:13

Choose a tag to compare

🐛 Bug Fixes

  • Fix recursive race condition in reauth logic (#246)

🧰 Maintenance

  • Fix documentation of simplipy.api (#245)

11.0.1

07 Jul 22:48

Choose a tag to compare

🐛 Bug Fixes

  • Fix bug where token refresh and reauth would erroneously raise exception (#244)