|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [0.7.5](https://github.com/python-kasa/python-kasa/tree/0.7.5) (2024-10-08) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.7.4...0.7.5) |
| 6 | + |
| 7 | +**Release summary:** |
| 8 | + |
| 9 | +- Fix for KP303 on Firmware 1.0.6 |
| 10 | +- Fix for `on_since` value jitter |
| 11 | +- Various maintenance items |
| 12 | + |
| 13 | +**Breaking changes:** |
| 14 | + |
| 15 | +- Make iot time timezone aware [\#1147](https://github.com/python-kasa/python-kasa/pull/1147) (@sdb9696) |
| 16 | + |
| 17 | +**Fixed bugs:** |
| 18 | + |
| 19 | +- Use tzinfo in time constructor instead of astime for iot devices [\#1158](https://github.com/python-kasa/python-kasa/pull/1158) (@sdb9696) |
| 20 | +- Send empty dictionary instead of null for iot queries [\#1145](https://github.com/python-kasa/python-kasa/pull/1145) (@sdb9696) |
| 21 | +- Stabilise on\_since value for smart devices [\#1144](https://github.com/python-kasa/python-kasa/pull/1144) (@sdb9696) |
| 22 | +- parse\_pcap\_klap: require source host [\#1137](https://github.com/python-kasa/python-kasa/pull/1137) (@rytilahti) |
| 23 | +- parse\_pcap\_klap: use request\_uri for matching the response [\#1136](https://github.com/python-kasa/python-kasa/pull/1136) (@rytilahti) |
| 24 | + |
| 25 | + |
| 26 | +**Project maintenance:** |
| 27 | + |
| 28 | +- Cache zoneinfo for smart devices [\#1156](https://github.com/python-kasa/python-kasa/pull/1156) (@sdb9696) |
| 29 | +- Correctly define SmartModule.call as an async function [\#1148](https://github.com/python-kasa/python-kasa/pull/1148) (@sdb9696) |
| 30 | +- Remove async magic patch from tests [\#1146](https://github.com/python-kasa/python-kasa/pull/1146) (@sdb9696) |
| 31 | +- Move feature initialization from \_\_init\_\_ to \_initialize\_features [\#1140](https://github.com/python-kasa/python-kasa/pull/1140) (@rytilahti) |
| 32 | + |
3 | 33 | ## [0.7.4](https://github.com/python-kasa/python-kasa/tree/0.7.4) (2024-09-27)
|
4 | 34 |
|
5 | 35 | [Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.7.3...0.7.4)
|
@@ -447,6 +477,10 @@ For more information on the changes please checkout our [documentation on the AP
|
447 | 477 | - Fix dump\_devinfo scrubbing for ks240 [\#765](https://github.com/python-kasa/python-kasa/pull/765) (@rytilahti)
|
448 | 478 | - Rename and deprecate exception classes [\#739](https://github.com/python-kasa/python-kasa/pull/739) (@sdb9696)
|
449 | 479 |
|
| 480 | +**Closed issues:** |
| 481 | + |
| 482 | +- Improve timezone support [\#980](https://github.com/python-kasa/python-kasa/issues/980) |
| 483 | + |
450 | 484 | ## [0.6.2.1](https://github.com/python-kasa/python-kasa/tree/0.6.2.1) (2024-02-02)
|
451 | 485 |
|
452 | 486 | [Full Changelog](https://github.com/python-kasa/python-kasa/compare/0.6.2...0.6.2.1)
|
|
0 commit comments