-
-
Notifications
You must be signed in to change notification settings - Fork 221
Comparing changes
Open a pull request
base repository: python-kasa/python-kasa
base: 0.7.4
head repository: python-kasa/python-kasa
compare: 0.7.5
- 11 commits
- 43 files changed
- 2 contributors
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d897503 - Browse repository at this point
Copy the full SHA d897503View commit details -
parse_pcap_klap: use request_uri for matching the response (#1136)
tshark 4.4.0 does not have response_for_uri, this fixes response detection by using request_uri, too.
Configuration menu - View commit details
-
Copy full SHA for 130e1b6 - Browse repository at this point
Copy the full SHA 130e1b6View commit details
Commits on Sep 30, 2024
-
parse_pcap_klap: require source host (#1137)
Adds a mandatory `--source-host` to make sure the correct handshake is captured when multiple hosts are communicating with the target device.
Configuration menu - View commit details
-
Copy full SHA for db80c38 - Browse repository at this point
Copy the full SHA db80c38View commit details
Commits on Oct 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 81e2685 - Browse repository at this point
Copy the full SHA 81e2685View commit details
Commits on Oct 2, 2024
-
Stabilise on_since value for smart devices (#1144)
Caches the `on_since` value to prevent jitter caused by the device calculations.
Configuration menu - View commit details
-
Copy full SHA for 1fcf3e4 - Browse repository at this point
Copy the full SHA 1fcf3e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1026e89 - Browse repository at this point
Copy the full SHA 1026e89View commit details -
Remove async magic patch from tests (#1146)
Not required since AsyncMock available in python 3.8 and probably better to keep magic to a minimum.
Configuration menu - View commit details
-
Copy full SHA for 8bb2cca - Browse repository at this point
Copy the full SHA 8bb2ccaView commit details
Commits on Oct 8, 2024
-
Make iot time timezone aware (#1147)
Also makes on_since for iot devices use device time. Changes the return value for device.timezone to be tzinfo instead of a dict.
Configuration menu - View commit details
-
Copy full SHA for 9641edc - Browse repository at this point
Copy the full SHA 9641edcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1686d - Browse repository at this point
Copy the full SHA 7c1686dView commit details -
Use tzinfo in time constructor instead of astime for iot devices (#1158)
Fixes using `astime` on a non tzinfo aware object which causes issues with daylight saving.
Configuration menu - View commit details
-
Copy full SHA for bd5a24b - Browse repository at this point
Copy the full SHA bd5a24bView commit details -
## [0.7.5](https://github.com/python-kasa/python-kasa/tree/0.7.5) (2024-10-08) [Full Changelog](0.7.4...0.7.5) **Release summary:** - Fix for KP303 on Firmware 1.0.6 - Fix for `on_since` value jitter - Various maintenance items **Breaking changes:** - Make iot time timezone aware [\#1147](#1147) (@sdb9696) **Fixed bugs:** - Use tzinfo in time constructor instead of astime for iot devices [\#1158](#1158) (@sdb9696) - Send empty dictionary instead of null for iot queries [\#1145](#1145) (@sdb9696) - Stabilise on\_since value for smart devices [\#1144](#1144) (@sdb9696) - parse\_pcap\_klap: require source host [\#1137](#1137) (@rytilahti) - parse\_pcap\_klap: use request\_uri for matching the response [\#1136](#1136) (@rytilahti) **Project maintenance:** - Cache zoneinfo for smart devices [\#1156](#1156) (@sdb9696) - Correctly define SmartModule.call as an async function [\#1148](#1148) (@sdb9696) - Remove async magic patch from tests [\#1146](#1146) (@sdb9696) - Move feature initialization from \_\_init\_\_ to \_initialize\_features [\#1140](#1140) (@rytilahti)
Configuration menu - View commit details
-
Copy full SHA for 885a04d - Browse repository at this point
Copy the full SHA 885a04dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.7.4...0.7.5