Releases: iMicknl/python-overkiz-api
Releases · iMicknl/python-overkiz-api
v2.0.0rc6
What's changed
- refactor(client)!: keyword-only execute_action_group and typed gateway-selection error (#2120) @iMicknl
- docs: fill gaps in v2 migration guide (#2119) @iMicknl
- Add local token, developer mode, and local pairing endpoints (#2112) @iMicknl
- refactor(models)!: clarify States value accessors and widen accessor typing (#2108) @iMicknl
- feat(gateway): surface gateway subType 0 as None (#2111) @iMicknl
- perf(action-queue)!: lower default debounce delay from 0.5s to 0.1s (#2109) @iMicknl
- docs: document missing v2 enum and auth breaking changes (#2102) @iMicknl
- Add Rexel Energeasy Connect gateway type (19) (#2100) @iMicknl
- Add IP address, label and location states to obfuscation (#2098) @iMicknl
- Add Rexel server data definitions and regenerate enums/docs (#2094) @iMicknl
- feat(auth): Rexel authentication (OAuth2 PKCE + externally-managed tokens) (#2090) @iMicknl
💥 Breaking Changes
🚀 Features
- fix(gateway): correct Energeasy Connect mapping and add V3 variants (#2110) @iMicknl
- Add HLRR_WIFI Hitachi states and hi_kumo_europe device data (#2086) @iMicknl
- Fix RTS duration injection and add comprehensive tests (#2068) @iMicknl
- Eliminate recursive decamelize pre-pass (~43% faster structuring) (#2062) @iMicknl
🪲 Fixes
- fix(gateway): correct Energeasy Connect mapping and add V3 variants (#2110) @iMicknl
- fix(auth): raise typed ServiceUnavailableError on token endpoint 5xx (#2099) @iMicknl
- Fix OverkizCommandParam ON/OFF/UNKNOWN/BATTERY casing regression (#2093) (#2096) @iMicknl
- ci(release): sync uv.lock when bumping package version (#2095) @iMicknl
- Allow dict/list parameters in Command (#2089) (#2091) @iMicknl
- Harvest enum values from controllable definitions and fixtures, fix generation docs (#2085) @iMicknl
- Fix generate-enums workflow: live logs, drop Sources line, camelCase protocolSpecifics (#2084) @iMicknl
- Use PAT for generate-enums so it can push workflow changes (#2082) @iMicknl
- Make Gateway.connectivity non-optional (#2069) @iMicknl
- Auto-convert dicts to EventState in Event (#2061) @iMicknl
- Make Device.definition non-optional (#2060) @iMicknl
- Fix enum generation to produce _4T instead of 4_T suffixes (#2057) @iMicknl
- Deploy docs on manual workflow_dispatch trigger (#2056) @iMicknl
- Fix docs workflow not triggering on release (#2055) @iMicknl
📚 Documentation
- docs(readme): trim duplicated examples, surface docs site (#2101) @iMicknl
- Document that ExecutionMode is Cloud API only (#2088) @iMicknl
- Add documentation link to README (#2059) @iMicknl
- Remove notes.md (#2058) @iMicknl
📦 Dependencies
- Bump ty from 0.0.39 to 0.0.43 (#2118) @dependabot[bot]
- Bump boto3 from 1.43.15 to 1.43.22 (#2117) @dependabot[bot]
- Bump ruff from 0.15.14 to 0.15.15 (#2116) @dependabot[bot]
- Bump aiohttp from 3.13.5 to 3.14.0 (#2115) @dependabot[bot]
- Bump actions/upload-pages-artifact from 3 to 5 (#2073) @dependabot[bot]
- Bump actions/checkout from 4 to 6 (#2075) @dependabot[bot]
- Bump actions/deploy-pages from 4 to 5 (#2074) @dependabot[bot]
- Bump astral-sh/setup-uv from 3 to 7 (#2076) @dependabot[bot]
- Bump peter-evans/create-pull-request from 7 to 8 (#2077) @dependabot[bot]
- Bump prek from 0.4.1 to 0.4.3 (#2078) @dependabot[bot]
- Bump pytest-asyncio from 1.3.0 to 1.4.0 (#2079) @dependabot[bot]
- Bump boto3 from 1.43.14 to 1.43.15 (#2080) @dependabot[bot]
- Bump idna from 3.10 to 3.15 (#2071) @dependabot[bot]
- Bump urllib3 from 2.6.3 to 2.7.0 (#2070) @dependabot[bot]
- Bump ty from 0.0.34 to 0.0.39 (#2063) @dependabot[bot]
- Update mkdocstrings[python] requirement from >=0.24.0 to >=1.0.4 (#2067) @dependabot[bot]
- Bump ruff from 0.15.12 to 0.15.14 (#2064) @dependabot[bot]
- Bump prek from 0.3.13 to 0.4.1 (#2066) @dependabot[bot]
- Bump boto3 from 1.43.4 to 1.43.14 (#2065) @dependabot[bot]
- Bump pymdown-extensions from 10.21.2 to 10.21.3 (#2054) @dependabot[bot]
Contributors to this release
@dependabot[bot], @iMicknl and dependabot[bot]
v2.0.0rc5
What's changed
- refactor(models)!: clarify States value accessors and widen accessor typing (#2108) @iMicknl
- feat(gateway): surface gateway subType 0 as None (#2111) @iMicknl
- perf(action-queue)!: lower default debounce delay from 0.5s to 0.1s (#2109) @iMicknl
- docs: document missing v2 enum and auth breaking changes (#2102) @iMicknl
- Add Rexel Energeasy Connect gateway type (19) (#2100) @iMicknl
- Add IP address, label and location states to obfuscation (#2098) @iMicknl
- Add Rexel server data definitions and regenerate enums/docs (#2094) @iMicknl
- feat(auth): Rexel authentication (OAuth2 PKCE + externally-managed tokens) (#2090) @iMicknl
💥 Breaking Changes
🚀 Features
- fix(gateway): correct Energeasy Connect mapping and add V3 variants (#2110) @iMicknl
- Add HLRR_WIFI Hitachi states and hi_kumo_europe device data (#2086) @iMicknl
- Fix RTS duration injection and add comprehensive tests (#2068) @iMicknl
- Eliminate recursive decamelize pre-pass (~43% faster structuring) (#2062) @iMicknl
🪲 Fixes
- fix(gateway): correct Energeasy Connect mapping and add V3 variants (#2110) @iMicknl
- fix(auth): raise typed ServiceUnavailableError on token endpoint 5xx (#2099) @iMicknl
- Fix OverkizCommandParam ON/OFF/UNKNOWN/BATTERY casing regression (#2093) (#2096) @iMicknl
- ci(release): sync uv.lock when bumping package version (#2095) @iMicknl
- Allow dict/list parameters in Command (#2089) (#2091) @iMicknl
- Harvest enum values from controllable definitions and fixtures, fix generation docs (#2085) @iMicknl
- Fix generate-enums workflow: live logs, drop Sources line, camelCase protocolSpecifics (#2084) @iMicknl
- Use PAT for generate-enums so it can push workflow changes (#2082) @iMicknl
- Make Gateway.connectivity non-optional (#2069) @iMicknl
- Auto-convert dicts to EventState in Event (#2061) @iMicknl
- Make Device.definition non-optional (#2060) @iMicknl
- Fix enum generation to produce _4T instead of 4_T suffixes (#2057) @iMicknl
- Deploy docs on manual workflow_dispatch trigger (#2056) @iMicknl
- Fix docs workflow not triggering on release (#2055) @iMicknl
📚 Documentation
- docs(readme): trim duplicated examples, surface docs site (#2101) @iMicknl
- Document that ExecutionMode is Cloud API only (#2088) @iMicknl
- Add documentation link to README (#2059) @iMicknl
- Remove notes.md (#2058) @iMicknl
📦 Dependencies
- Bump actions/upload-pages-artifact from 3 to 5 (#2073) @dependabot[bot]
- Bump actions/checkout from 4 to 6 (#2075) @dependabot[bot]
- Bump actions/deploy-pages from 4 to 5 (#2074) @dependabot[bot]
- Bump astral-sh/setup-uv from 3 to 7 (#2076) @dependabot[bot]
- Bump peter-evans/create-pull-request from 7 to 8 (#2077) @dependabot[bot]
- Bump prek from 0.4.1 to 0.4.3 (#2078) @dependabot[bot]
- Bump pytest-asyncio from 1.3.0 to 1.4.0 (#2079) @dependabot[bot]
- Bump boto3 from 1.43.14 to 1.43.15 (#2080) @dependabot[bot]
- Bump idna from 3.10 to 3.15 (#2071) @dependabot[bot]
- Bump urllib3 from 2.6.3 to 2.7.0 (#2070) @dependabot[bot]
- Bump ty from 0.0.34 to 0.0.39 (#2063) @dependabot[bot]
- Update mkdocstrings[python] requirement from >=0.24.0 to >=1.0.4 (#2067) @dependabot[bot]
- Bump ruff from 0.15.12 to 0.15.14 (#2064) @dependabot[bot]
- Bump prek from 0.3.13 to 0.4.1 (#2066) @dependabot[bot]
- Bump boto3 from 1.43.4 to 1.43.14 (#2065) @dependabot[bot]
- Bump pymdown-extensions from 10.21.2 to 10.21.3 (#2054) @dependabot[bot]
Contributors to this release
@dependabot[bot], @iMicknl and dependabot[bot]
v2.0.0rc4
What's changed
- Add Rexel Energeasy Connect gateway type (19) (#2100) @iMicknl
- Add IP address, label and location states to obfuscation (#2098) @iMicknl
- Add Rexel server data definitions and regenerate enums/docs (#2094) @iMicknl
- feat(auth): Rexel authentication (OAuth2 PKCE + externally-managed tokens) (#2090) @iMicknl
💥 Breaking Changes
🚀 Features
- Add HLRR_WIFI Hitachi states and hi_kumo_europe device data (#2086) @iMicknl
- Fix RTS duration injection and add comprehensive tests (#2068) @iMicknl
- Eliminate recursive decamelize pre-pass (~43% faster structuring) (#2062) @iMicknl
🪲 Fixes
- fix(auth): raise typed ServiceUnavailableError on token endpoint 5xx (#2099) @iMicknl
- Fix OverkizCommandParam ON/OFF/UNKNOWN/BATTERY casing regression (#2093) (#2096) @iMicknl
- ci(release): sync uv.lock when bumping package version (#2095) @iMicknl
- Allow dict/list parameters in Command (#2089) (#2091) @iMicknl
- Harvest enum values from controllable definitions and fixtures, fix generation docs (#2085) @iMicknl
- Fix generate-enums workflow: live logs, drop Sources line, camelCase protocolSpecifics (#2084) @iMicknl
- Use PAT for generate-enums so it can push workflow changes (#2082) @iMicknl
- Make Gateway.connectivity non-optional (#2069) @iMicknl
- Auto-convert dicts to EventState in Event (#2061) @iMicknl
- Make Device.definition non-optional (#2060) @iMicknl
- Fix enum generation to produce _4T instead of 4_T suffixes (#2057) @iMicknl
- Deploy docs on manual workflow_dispatch trigger (#2056) @iMicknl
- Fix docs workflow not triggering on release (#2055) @iMicknl
📚 Documentation
- docs(readme): trim duplicated examples, surface docs site (#2101) @iMicknl
- Document that ExecutionMode is Cloud API only (#2088) @iMicknl
- Add documentation link to README (#2059) @iMicknl
- Remove notes.md (#2058) @iMicknl
📦 Dependencies
- Bump actions/upload-pages-artifact from 3 to 5 (#2073) @dependabot[bot]
- Bump actions/checkout from 4 to 6 (#2075) @dependabot[bot]
- Bump actions/deploy-pages from 4 to 5 (#2074) @dependabot[bot]
- Bump astral-sh/setup-uv from 3 to 7 (#2076) @dependabot[bot]
- Bump peter-evans/create-pull-request from 7 to 8 (#2077) @dependabot[bot]
- Bump prek from 0.4.1 to 0.4.3 (#2078) @dependabot[bot]
- Bump pytest-asyncio from 1.3.0 to 1.4.0 (#2079) @dependabot[bot]
- Bump boto3 from 1.43.14 to 1.43.15 (#2080) @dependabot[bot]
- Bump idna from 3.10 to 3.15 (#2071) @dependabot[bot]
- Bump urllib3 from 2.6.3 to 2.7.0 (#2070) @dependabot[bot]
- Bump ty from 0.0.34 to 0.0.39 (#2063) @dependabot[bot]
- Update mkdocstrings[python] requirement from >=0.24.0 to >=1.0.4 (#2067) @dependabot[bot]
- Bump ruff from 0.15.12 to 0.15.14 (#2064) @dependabot[bot]
- Bump prek from 0.3.13 to 0.4.1 (#2066) @dependabot[bot]
- Bump boto3 from 1.43.4 to 1.43.14 (#2065) @dependabot[bot]
- Bump pymdown-extensions from 10.21.2 to 10.21.3 (#2054) @dependabot[bot]
Contributors to this release
@dependabot[bot], @iMicknl and dependabot[bot]
v2.0.0rc3
What's changed
🚀 Features
- Add HLRR_WIFI Hitachi states and hi_kumo_europe device data (#2086) @iMicknl
- Fix RTS duration injection and add comprehensive tests (#2068) @iMicknl
- Eliminate recursive decamelize pre-pass (~43% faster structuring) (#2062) @iMicknl
🪲 Fixes
- Allow dict/list parameters in Command (#2089) (#2091) @iMicknl
- Harvest enum values from controllable definitions and fixtures, fix generation docs (#2085) @iMicknl
- Fix generate-enums workflow: live logs, drop Sources line, camelCase protocolSpecifics (#2084) @iMicknl
- Use PAT for generate-enums so it can push workflow changes (#2082) @iMicknl
- Make Gateway.connectivity non-optional (#2069) @iMicknl
- Auto-convert dicts to EventState in Event (#2061) @iMicknl
- Make Device.definition non-optional (#2060) @iMicknl
- Fix enum generation to produce _4T instead of 4_T suffixes (#2057) @iMicknl
- Deploy docs on manual workflow_dispatch trigger (#2056) @iMicknl
- Fix docs workflow not triggering on release (#2055) @iMicknl
📚 Documentation
- Document that ExecutionMode is Cloud API only (#2088) @iMicknl
- Add documentation link to README (#2059) @iMicknl
- Remove notes.md (#2058) @iMicknl
📦 Dependencies
- Bump actions/upload-pages-artifact from 3 to 5 (#2073) @dependabot[bot]
- Bump actions/checkout from 4 to 6 (#2075) @dependabot[bot]
- Bump actions/deploy-pages from 4 to 5 (#2074) @dependabot[bot]
- Bump astral-sh/setup-uv from 3 to 7 (#2076) @dependabot[bot]
- Bump peter-evans/create-pull-request from 7 to 8 (#2077) @dependabot[bot]
- Bump prek from 0.4.1 to 0.4.3 (#2078) @dependabot[bot]
- Bump pytest-asyncio from 1.3.0 to 1.4.0 (#2079) @dependabot[bot]
- Bump boto3 from 1.43.14 to 1.43.15 (#2080) @dependabot[bot]
- Bump idna from 3.10 to 3.15 (#2071) @dependabot[bot]
- Bump urllib3 from 2.6.3 to 2.7.0 (#2070) @dependabot[bot]
- Bump ty from 0.0.34 to 0.0.39 (#2063) @dependabot[bot]
- Update mkdocstrings[python] requirement from >=0.24.0 to >=1.0.4 (#2067) @dependabot[bot]
- Bump ruff from 0.15.12 to 0.15.14 (#2064) @dependabot[bot]
- Bump prek from 0.3.13 to 0.4.1 (#2066) @dependabot[bot]
- Bump boto3 from 1.43.4 to 1.43.14 (#2065) @dependabot[bot]
- Bump pymdown-extensions from 10.21.2 to 10.21.3 (#2054) @dependabot[bot]
Contributors to this release
@dependabot[bot], @iMicknl and dependabot[bot]
v2.0.0rc2
What's changed
🚀 Features
- Fix RTS duration injection and add comprehensive tests (#2068) @iMicknl
- Eliminate recursive decamelize pre-pass (~43% faster structuring) (#2062) @iMicknl
🪲 Fixes
- Auto-convert dicts to EventState in Event (#2061) @iMicknl
- Make Device.definition non-optional (#2060) @iMicknl
- Fix enum generation to produce _4T instead of 4_T suffixes (#2057) @iMicknl
- Deploy docs on manual workflow_dispatch trigger (#2056) @iMicknl
- Fix docs workflow not triggering on release (#2055) @iMicknl
📚 Documentation
📦 Dependencies
- Bump ty from 0.0.34 to 0.0.39 (#2063) @dependabot[bot]
- Update mkdocstrings[python] requirement from >=0.24.0 to >=1.0.4 (#2067) @dependabot[bot]
- Bump ruff from 0.15.12 to 0.15.14 (#2064) @dependabot[bot]
- Bump prek from 0.3.13 to 0.4.1 (#2066) @dependabot[bot]
- Bump boto3 from 1.43.4 to 1.43.14 (#2065) @dependabot[bot]
- Bump pymdown-extensions from 10.21.2 to 10.21.3 (#2054) @dependabot[bot]
Contributors to this release
@dependabot[bot], @iMicknl and dependabot[bot]
v2.0.0rc1
What's changed
This is a pre-release version of pyOverkiz 2.0, which has many breaking changes and improved documentation.
Breaking changes
- Minimum Python version is now Python 3.12 (#1871)
client.get_scenarios()replaced byclient.get_action_groups()(#1864)Scenario()model replaced byActionGroup(), wherecreation_timeandmetadataare now optional fields (#1864)client.execute_command()andclient.execute_commands()replaced byclient.execute_action_group()(#1862)OverkizServerclass renamed toServerConfigwith additionalserverandapi_type(cloud/local) property (#1867)generate_local_serverrenamed tocreate_local_server_config(#1867)client.api_typeremoved and now available viaServerConfig(e.g.client.server_config.api_type) (#1867)- The
OverkizClientconstructor now requires passing aServerConfigviaserver(#1867) - The
OverkizClientconstructor now requires passing aCredentialsclass viacredentials, e.g.UsernamePasswordCredentials(USERNAME, PASSWORD)(#1867) - The Device class no longer includes the
idproperty;protocol,gateway_id,device_address, andsubsystem_idmoved todevice.identifier.{}(#1930) Device.data_propertiesremoved (was a non-existent value) (#1930)- Various
UIClassandUIWidgetenums renamed to proper UPPER_SNAKE_CASE (#1925) - All custom exception classes renamed from
*Exceptionto*Error(PEP 8);NotSuchTokenExceptionfixed toNoSuchTokenError(#1987) CommandModerenamed toExecutionMode,cancel_command()tocancel_execution(),execute_scenario()toexecute_persisted_action_group(),execute_scheduled_scenario()toschedule_persisted_action_group()(#1997)Execution.stateis nowExecutionStateinstead ofstr;ActionGroup.idandActionGroup.oidare nowstr | None;get_current_executionreturnsExecution | None(#2007)get_diagnostic_data()return shape changed from flat setup dict to{"setup": ..., "action_groups": ...}(#2016)get_action_groups()returnslist[PersistedActionGroup]instead oflist[ActionGroup];ActionGroupno longer hasoid,creation_time, orlast_update_timefields (#2017)ServerConfig.typerenamed toServerConfig.api_type(#1995)Gateway.connectivitytype changed toConnectivity | None(was non-optional) (#1994)Gateway.idandPlace.idchanged from mutable fields to read-only properties (#1994)States.__getitem__now raisesKeyErrorinstead of returningNone— useStates.get()for old behavior (#1994)CommandDefinitions.__getitem__now raisesKeyErrorinstead of returningNone— useCommandDefinitions.get()for old behavior (#1994)Execution.action_grouptype changed fromlist[Action]toActionGroup | None(#1994)OverkizClient.check_responseremoved and replaced with module-levelpyoverkiz.response_handler.check_response(#1977)pyhumpsdependency removed and replaced with internal_casemodule (#1988)boto3andwarrant-litemoved from required to optional[nexity]extra (#2020)event_listener_idis now a read-only property (#2025)SUPPORTED_SERVERSis now immutable viaMappingProxyType(#2025)obfuscate_sensitive_datareturns a new dict instead of mutating (#2025)get_device_definitionreturnsDefinitionmodel instead of raw dict (#2025)deviceurlparameter renamed todevice_urlfor consistency (#2025)Locationmodel usesNoneinstead of empty string defaults (#2025)- Raises
OverkizErrorinstead ofValueErrorfor API data issues (#2025)
Fixes
client.get_current_executions()now properly typed;Execution()model previously returned list type foraction_groupwhere it should be dict (#1864)Device.data_propertiesremoved (non-existent value) (#1930)Setup.idis nowNonefor Local API, as it doesn't support this (#1974)get_current_executionno longer crashes on empty responses (cloud returns{}, local returns[]ornull) (#2007)- Fixed boolean parsing in Cloud API;
"false"is no longer mapped toTrue(#2015) - Fixed overly broad
INVALID_FIELD_VALUEerror mapping — now requires "Unable to determine action group setup" substring (14f13ae) - Removed redundant
_refresh_token_if_expired()calls infetch_eventsandunregister_event_listenersince_post()already handles this (14f13ae) - Fixed
obfuscate_stringregex to properly handle Unicode characters (e.g. accented letters) (#2037) - Fixed
command_to_enum_name()to treat digits as word boundaries (e.g.discover1WayController→DISCOVER_1_WAY_CONTROLLER) (#2032)
Features
client.execute_action_group()supports multiple execution modes (high priority, internal, geolocated) (#1862)client.execute_action_group()supports multiple device actions in same request (#1862)OverkizClientconstructor supports passing aServerenum directly, e.g.OverkizClient(server=Server.SOMFY_EUROPE, ...)(#1867)OverkizClientnow has an optionalActionQueuefor batching device executions (#1866)- Device class has helper methods for retrieving state value, commands, and definition (#1930)
- Device class has
identifierproperty with protocol, gateway_id, device_address, subsystem_id, base_device_url (#1930) - Device class includes additional fields (data_properties, ui_profiles, ui_classifiers, attributes) under
device.definition(#1930) UIClass,UIWidget, andUIProfileare auto-generated from server definitions (#1925)- Enums with
Unknownvalue inherit fromUnknownEnumMixinto reduce repetition (#1925) - SDK functions to retrieve device info: controllable types, devices, ui_classes, ui_classifiers, ui_profile, ui_widgets (#1925)
- Option to disable PII masking in
get_diagnostic_data(enabled by default) (#1975) boto3is now lazy-imported in Nexity Auth Strategy (#1990)start_time,execution_type,execution_sub_typefields added toExecutionmodel (#2007)NoSuchDeviceErrorandNoSuchActionGroupErrorexception types added (#2007)OverkizClientSettingsfor RTS default duration and future extensibility (#2018)structure_responsehelper consolidates response deserialization (PEP 695 type param syntax) (#2024)- Firmware management methods (
get_firmware_versions,check_firmware_update,start_firmware_update) andUnsupportedOperationErrorexception (ef66c7a) - Additional sensitive states redacted:
internal:CurrentInfraConfigState,core:LocalIPv4AddressState,core:IPAddress,core:MacAddress,core:SerialNumber,core:DeviceSerialNumberState(#2037) lru_cacheadded tocamelize_keyfor performance parity with_decamelize_key(14f13ae)create_local_server_confignow accepts aserverparameter (#2025)
Internal / DX
- Migrated from
pyhumpsto internal_casemodule — 8.4x faster decamelize, 94% smaller (#1988) - Migrated to
cattrsfor centralized model structuring — models are now pure@define(kw_only=True)data classes (#1994) boto3andwarrant-liteare now optional[nexity]dependencies (#2020)- Added
backoffmax_timeandjitterto all retry decorators (#1993) - Replaced magic HTTP status codes with
HTTPStatusconstants (b034971) - Migrated pre-commit to
prek(Rust-based) (#1887) - Developer documentation on GitHub Pages: imicknl.github.io/python-overkiz-api (#1908)
- Migration guide for upgrading from v1 to v2 (ef2277f)
- Enabled ruff rules: PT (#2000), N (#1987), ERA (#1998 batch), FURB/PERF/RSE/RET/PIE (#2001), PYI (#2003), PTH (#2004), A (#2005), PL (#2025), W, LOG, DTZ, FLY, ISC, PGH, SLF, SLOT, TID, INP, ICN, G, BLE, TRY, Q (#1998)
- Version bumped to
2.0.0rc1(#2043)
v1.20.6
v1.20.5
v1.20.4
What's changed
🚀 Features
📦 Dependencies
- Bump ty from 0.0.35 to 0.0.38 (#2039) @dependabot[bot]
- Bump ruff from 0.15.12 to 0.15.13 (#2040) @dependabot[bot]
- Bump boto3 from 1.43.6 to 1.43.11 (#2041) @dependabot[bot]
- Bump idna from 3.10 to 3.15 (#2038) @dependabot[bot]
- Bump ty from 0.0.34 to 0.0.35 (#2035) @dependabot[bot]
- Bump boto3 from 1.43.4 to 1.43.6 (#2034) @dependabot[bot]
- Bump urllib3 from 2.6.3 to 2.7.0 (#2033) @dependabot[bot]
Contributors to this release
@dependabot[bot], @iMicknl and dependabot[bot]
v1.20.3
What's changed
🚀 Features
- Add UNKNOWN command parameter to OverkizCommandParam enum (#2030) @iMicknl
- Add new UI widget enums for sliding gate opener and remote controller (#2029) @iMicknl
📦 Dependencies
- Bump boto3 from 1.42.97 to 1.43.4 (#2026) @dependabot[bot]
- Bump ty from 0.0.33 to 0.0.34 (#2027) @dependabot[bot]
- Bump ruff from 0.15.11 to 0.15.12 (#2023) @dependabot[bot]
- Bump boto3 from 1.42.93 to 1.42.97 (#2022) @dependabot[bot]
- Bump ty from 0.0.32 to 0.0.33 (#2021) @dependabot[bot]
- Bump ruff from 0.15.10 to 0.15.11 (#2008) @dependabot[bot]
- Bump pre-commit from 4.5.1 to 4.6.0 (#2010) @dependabot[bot]
- Bump boto3 from 1.42.89 to 1.42.93 (#2011) @dependabot[bot]
- Bump ty from 0.0.30 to 0.0.32 (#2012) @dependabot[bot]
Contributors to this release
@dependabot[bot], @iMicknl and dependabot[bot]