You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [0.7.2](https://github.com/python-kasa/python-kasa/tree/0.7.2) (2024-08-30)
[Full Changelog](0.7.1...0.7.2)
**Release summary:**
- **Breaking** change to disable including the check for the latest firmware for tapo devices and newer kasa devices in the standard update cycle. To check for the latest firmware call `check_latest_firmware` on the firmware module or run the `check_latest_firmware` feature.
- Minor bugfixes and improvements.
**Breaking changes:**
- Disable automatic updating of latest firmware [\#1103](#1103) (@sdb9696)
**Implemented enhancements:**
- Improve performance of dict merge code [\#1097](#1097) (@bdraco)
**Fixed bugs:**
- Fix logging in iotdevice when a module is module not supported [\#1100](#1100) (@bdraco)
**Documentation updates:**
- Fix incorrect docs link in contributing.md [\#1099](#1099) (@sdb9696)
**Project maintenance:**
- Add flake8-pytest-style \(PT\) for ruff [\#1105](#1105) (@rytilahti)
- Add flake8-logging \(LOG\) and flake8-logging-format \(G\) for ruff [\#1104](#1104) (@rytilahti)
- Add missing typing\_extensions dependency [\#1101](#1101) (@sdb9696)
- Remove top level await xdoctest fixture [\#1098](#1098) (@sdb9696)
- Enable python 3.13, allow pre-releases for CI [\#1086](#1086) (@rytilahti)
-
8000
**Breaking** change to disable including the check for the latest firmware for tapo devices and newer kasa devices in the standard update cycle. To check for the latest firmware call `check_latest_firmware` on the firmware module or run the `check_latest_firmware` feature.
10
+
- Minor bugfixes and improvements.
11
+
12
+
**Breaking changes:**
13
+
14
+
- Disable automatic updating of latest firmware [\#1103](https://github.com/python-kasa/python-kasa/pull/1103) (@sdb9696)
15
+
16
+
**Implemented enhancements:**
17
+
18
+
- Improve performance of dict merge code [\#1097](https://github.com/python-kasa/python-kasa/pull/1097) (@bdraco)
19
+
20
+
**Fixed bugs:**
21
+
22
+
- Fix logging in iotdevice when a module is module not supported [\#1100](https://github.com/python-kasa/python-kasa/pull/1100) (@bdraco)
23
+
24
+
**Documentation updates:**
25
+
26
+
- Fix incorrect docs link in contributing.md [\#1099](https://github.com/python-kasa/python-kasa/pull/1099) (@sdb9696)
27
+
28
+
**Project maintenance:**
29
+
30
+
- Add flake8-pytest-style \(PT\) for ruff [\#1105](https://github.com/python-kasa/python-kasa/pull/1105) (@rytilahti)
31
+
- Add flake8-logging \(LOG\) and flake8-logging-format \(G\) for ruff [\#1104](https://github.com/python-kasa/python-kasa/pull/1104) (@rytilahti)
- Error connecting to L920-5 Smart LED Strip [\#1040](https://github.com/python-kasa/python-kasa/issues/1040)
54
+
- Handle module errors more robustly and add query params to light preset and transition [\#1036](https://github.com/python-kasa/python-kasa/pull/1036) (@sdb9696)
- Fix light preset module when list contains lighting effects [\#1048](https://github.com/python-kasa/python-kasa/pull/1048) (@sdb9696)
27
-
- Handle module errors more robustly and add query params to light preset and transition [\#1036](https://github.com/python-kasa/python-kasa/pull/1036) (@sdb9696)
28
62
- Fix credential hash to return None on empty credentials [\#1029](https://github.com/python-kasa/python-kasa/pull/1029) (@sdb9696)
29
63
30
64
**Added support for devices:**
@@ -34,6 +68,9 @@
34
68
**Project maintenance:**
35
69
36
70
- Bump project version to 0.7.0.5 [\#1087](https://github.com/python-kasa/python-kasa/pull/1087) (@sdb9696)
0 commit comments