Skip to content

Releases: iMicknl/python-overkiz-api

v1.13.1

07 Nov 19:03
62dd8db

Choose a tag to compare

What's changed

🚀 Features

  • Add command enums for ogp:VenetianBlind (#1033) @iMicknl
  • Improve email obfuscation for Nexity accounts (#1032) @iMicknl
  • Improve connection retry logic for ServerDisconnectedError, ClientConnectorError (#1031) @iMicknl
  • Obfuscate SSID name in diagnostics (#1034) @iMicknl

Contributors to this release

@dependabot[bot] and @iMicknl

v1.13.0

07 Nov 09:56
89c120b

Choose a tag to compare

What's changed

🚀 Features

📦 Dependencies

Contributors to this release

@dependabot, @dependabot[bot] and @iMicknl

v1.12.2

05 Nov 14:24
c6bb04d

Choose a tag to compare

What's changed

📦 Dependencies

Contributors to this release

@dependabot, @dependabot[bot] and @iMicknl

v1.12.1

08 Oct 19:36
f0c0ed3

Choose a tag to compare

What's changed

🚀 Features

📦 Dependencies

Contributors to this release

@dependabot, @dependabot[bot] and @iMicknl

v1.12.0

03 Oct 12:43
1b50b93

Choose a tag to compare

What's changed

Two enums have been renamed, since they didn't adhere the right naming scheme. If you use these enums, make sure to update your application.
CORE_HOLIDAYS_MODE_STATE is renamed to CORE_HOLIDAYS_MODE and CORE_PROGRAMMING_AVAILABLE_STATE is renamed to CORE_PROGRAMMING_AVAILABLE. If you sue

💥 Breaking Changes

🚀 Features

📦 Dependencies

Contributors to this release

@dependabot, @dependabot[bot], @fetzerch and @iMicknl

v1.11.0

19 Sep 15:13
e0ee1a7

Choose a tag to compare

What's changed

📦 Dependencies

Contributors to this release

@dependabot, @dependabot[bot] and @fetzerch

v1.10.1

06 Aug 19:31
d48f673

Choose a tag to compare

What's changed

🚀 Features

  • Retry on ClientConnectorError (e.g. cannot connect via TCP to local API) (#925) @iMicknl

📦 Dependencies

Contributors to this release

@dependabot, @dependabot[bot] and @iMicknl

v1.10.0

06 Aug 16:19
803d494

Choose a tag to compare

What's changed

From this release we will focus on Python 3.11, but olders versions up to Python 3.8 are still supported. All enums are moved to the native StrEnum in 3.11, which can have influence in how your enums behave. We didn't list this as a breaking change, since it now has the same behaviour as in older Python versions.

🚀 Features

  • Move to StrEnum with backport for older Python versions (#923) @iMicknl
  • Add Python 3.11 support to CI/CD and update all dependencies (#921) @iMicknl

📦 Dependencies

Contributors to this release

@dependabot, @dependabot[bot] and @iMicknl

v1.9.1

09 Jul 11:53
2a9beeb

Choose a tag to compare

What's changed

🚀 Features

📦 Dependencies

Contributors to this release

@dependabot, @dependabot[bot] and @iMicknl

v1.9.0

27 Jun 17:33
78f6c47

Choose a tag to compare

What's changed

  • Add APIType, enums for server names and util to generate (local) OverkizServer class (#888) @iMicknl

📦 Dependencies

Contributors to this release

@dependabot, @dependabot[bot] and @iMicknl