Releases: iMicknl/python-overkiz-api
Releases · iMicknl/python-overkiz-api
v1.5.1
What's changed
🚀 Features
- Add Ubiwizz server (#591) @iMicknl
- Add support for Hexaom Hexaconnect server (#592) @iMicknl
- Add Brandt Smart Control server (#593) @iMicknl
- Add Somfy TaHoma Beecon to gateway enums (#587) @iMicknl
📦 Dependencies
- Bump boto3 from 1.24.65 to 1.24.66 (#594) @dependabot
- Bump pytest from 7.1.2 to 7.1.3 (#595) @dependabot
- Bump black from 22.6.0 to 22.8.0 (#588) @dependabot
- Bump boto3 from 1.24.63 to 1.24.65 (#590) @dependabot
- Bump boto3 from 1.24.50 to 1.24.63 (#586) @dependabot
Contributors to this release
@dependabot, @dependabot[bot] and @iMicknl
v1.5.0
What's changed
Many dependency updates, one small breaking change where the StateType
will change from StateType = Union[str, int, float, bool, Dict[Any, Any], List[Any], None]
to StateType = Union[str, int, float, bool, Dict[str, Any], List[Any], None]
.
💥 Breaking Changes
🚀 Features
📦 Dependencies
- Bump boto3 from 1.24.47 to 1.24.50 (#572) @dependabot
- Bump flake8 from 4.0.1 to 5.0.4 (#568) @dependabot
- Bump pyupgrade from 2.34.0 to 2.37.3 (#558) @dependabot
- Bump mypy from 0.961 to 0.971 (#552) @dependabot
- Bump attrs from 21.4.0 to 22.1.0 (#561) @dependabot
- Bump pytest-asyncio from 0.18.3 to 0.19.0 (#547) @dependabot
- Bump pre-commit from 2.19.0 to 2.20.0 (#540) @dependabot
- Bump tox from 3.25.0 to 3.25.1 (#531) @dependabot
- Bump black from 22.3.0 to 22.6.0 (#527) @dependabot
- Bump pyhumps from 3.7.1 to 3.7.2 (#525) @dependabot
- Bump boto3 from 1.24.16 to 1.24.47 (#567) @dependabot
- Bump boto3 from 1.24.13 to 1.24.16 (#524) @dependabot
Contributors to this release
@dependabot, @dependabot[bot], @iMicknl and @tetienne
v1.4.2
What's changed
🚀 Features
📦 Dependencies
- Bump boto3 from 1.24.8 to 1.24.13 (#520) @dependabot
- Bump pyupgrade from 2.32.1 to 2.34.0 (#505) @dependabot
- Bump mypy from 0.960 to 0.961 (#506) @dependabot
- Bump actions/setup-python from 3 to 4 (#512) @dependabot
- Bump boto3 from 1.23.10 to 1.24.8 (#515) @dependabot
Contributors to this release
@dependabot, @dependabot[bot] and @iMicknl
v1.4.1
What's changed
📦 Dependencies
- Bump boto3 from 1.23.9 to 1.23.10 (#501) @dependabot
- Bump boto3 from 1.23.8 to 1.23.9 (#500) @dependabot
- Bump boto3 from 1.23.2 to 1.23.8 (#498) @dependabot
- Bump mypy from 0.950 to 0.960 (#499) @dependabot
- Bump pyhumps from 3.5.3 to 3.7.1 (#486) @dependabot
- Bump boto3 from 1.22.10 to 1.23.2 (#491) @dependabot
- Bump pylint from 2.13.8 to 2.13.9 (#489) @dependabot
- Bump pylint from 2.13.7 to 2.13.8 (#475) @dependabot
- Bump pre-commit from 2.18.1 to 2.19.0 (#480) @dependabot
- Bump pyupgrade from 2.32.0 to 2.32.1 (#478) @dependabot
- Bump boto3 from 1.22.4 to 1.22.10 (#482) @dependabot
- Bump tox from 3.24.5 to 3.25.0 (#454) @dependabot
- Bump boto3 from 1.21.46 to 1.22.4 (#473) @dependabot
- Bump pylint from 2.13.5 to 2.13.7 (#462) @dependabot
- Bump mypy from 0.942 to 0.950 (#470) @dependabot
- Bump pytest from 7.1.1 to 7.1.2 (#464) @dependabot
- Bump boto3 from 1.21.40 to 1.21.46 (#465) @dependabot
- Bump boto3 from 1.21.38 to 1.21.40 (#457) @dependabot
- Bump boto3 from 1.21.37 to 1.21.38 (#455) @dependabot
Contributors to this release
@dependabot, @dependabot[bot], @iMicknl and @tetienne
v1.4.0
What's changed
🚀 Features
- Add Unknown User exception and inherit from BaseOverkizException (#451) @iMicknl
- Add local support for Somfy Developer Mode (#441) @iMicknl
- Add local support to state models (#276) @iMicknl
- Add token endpoints for local API (#446) @iMicknl
- Add FailureType 20003 enum (#438) @iMicknl
🪲 Fixes
📦 Dependencies
- Bump boto3 from 1.21.36 to 1.21.37 (#449) @dependabot
- Bump pyupgrade from 2.31.1 to 2.32.0 (#450) @dependabot
- Bump boto3 from 1.21.35 to 1.21.36 (#447) @dependabot
- Bump pre-commit from 2.17.0 to 2.18.1 (#440) @dependabot
- Bump pylint from 2.13.4 to 2.13.5 (#445) @dependabot
- Bump boto3 from 1.21.34 to 1.21.35 (#444) @dependabot
- Bump boto3 from 1.21.31 to 1.21.34 (#443) @dependabot
Contributors to this release
@dependabot, @dependabot[bot] and @iMicknl
v1.3.14
What's changed
🚀 Features
🪲 Fixes
📦 Dependencies
- Bump boto3 from 1.21.30 to 1.21.31 (#436) @dependabot
- Bump boto3 from 1.21.29 to 1.21.30 (#433) @dependabot
- Bump pylint from 2.13.3 to 2.13.4 (#432) @dependabot
- Bump pylint from 2.13.2 to 2.13.3 (#430) @dependabot
- Bump boto3 from 1.21.28 to 1.21.29 (#431) @dependabot
Contributors to this release
@dependabot, @dependabot[bot] and @iMicknl
v1.3.13
What's changed
🚀 Features
📦 Dependencies
- Bump black from 22.1.0 to 22.3.0 (#428) @dependabot
- Bump boto3 from 1.21.27 to 1.21.28 (#427) @dependabot
Contributors to this release
@dependabot, @dependabot[bot] and @iMicknl
v1.3.12
What's changed
📦 Dependencies
- Bump pylint from 2.13.0 to 2.13.2 (#425) @dependabot
- Bump boto3 from 1.21.26 to 1.21.27 (#426) @dependabot
- Bump pytest-asyncio from 0.18.2 to 0.18.3 (#424) @dependabot
- Bump mypy from 0.941 to 0.942 (#422) @dependabot
- Bump boto3 from 1.21.23 to 1.21.26 (#421) @dependabot
- Bump pylint from 2.12.2 to 2.13.0 (#423) @dependabot
- Bump boto3 from 1.21.22 to 1.21.23 (#418) @dependabot
- Bump mypy from 0.940 to 0.941 (#412) @dependabot
- Bump boto3 from 1.21.21 to 1.21.22 (#417) @dependabot
- Bump pytest from 7.1.0 to 7.1.1 (#416) @dependabot
- Bump boto3 from 1.21.18 to 1.21.21 (#415) @dependabot
- Bump mypy from 0.931 to 0.940 (#407) @dependabot
- Bump pyupgrade from 2.31.0 to 2.31.1 (#409) @dependabot
- Bump boto3 from 1.21.16 to 1.21.18 (#408) @dependabot
- Bump pytest from 7.0.1 to 7.1.0 (#406) @dependabot
- Bump boto3 from 1.21.15 to 1.21.16 (#404) @dependabot
- Bump boto3 from 1.21.13 to 1.21.15 (#402) @dependabot
- Bump boto3 from 1.21.12 to 1.21.13 (#400) @dependabot
- Bump pytest-asyncio from 0.18.1 to 0.18.2 (#399) @dependabot
- Bump boto3 from 1.21.10 to 1.21.12 (#398) @dependabot
- Bump boto3 from 1.21.9 to 1.21.10 (#395) @dependabot
- Bump actions/checkout from 2 to 3 (#396) @dependabot
Contributors to this release
@daveixis, @dependabot and @dependabot[bot]
v1.3.10
What's changed
📦 Dependencies
- Bump boto3 from 1.21.8 to 1.21.9 (#392) @dependabot
- Bump actions/setup-python from 2 to 3 (#393) @dependabot
- Bump boto3 from 1.21.7 to 1.21.8 (#391) @dependabot
Contributors to this release
@dependabot, @dependabot[bot] and @iMicknl
v1.3.9
What's changed
💥 Breaking Changes
🪲 Fixes
Enhancements
📦 Dependencies
- Bump boto3 from 1.21.4 to 1.21.7 (#389) @dependabot
Contributors to this release
@dependabot, @dependabot[bot], @iMicknl and @tetienne