10BC0 Comparing 0.7.2...0.7.3 · python-kasa/python-kasa · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-kasa/python-kasa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.7.2
Choose a base ref
...
head repository: python-kasa/python-kasa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.7.3
Choose a head ref
  • 6 commits
  • 21 files changed
  • 2 contributors

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    b0d0c4b View commit details
    Browse the repository at this point in the history
  2. Fix tests due to yarl URL str output change (#1112)

    Latest versions of yarl>=1.9.5 omit the port 80 when calling str(url) which broke tests.
    sdb9696 authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    1773f98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a967d5c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    2a89e58 View commit details
    Browse the repository at this point in the history
  2. Do not regenerate aes key pair (#1114)

    And read it from `device_config` if provided.
    
    This is required as key generation can eat up cpu when a device is not fully available and the library is retrying.
    sdb9696 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fcf8f07 View commit details
    Browse the repository at this point in the history
  3. Prepare 0.7.3 (#1116)

    ## [0.7.3](https://github.com/python-kasa/python-kasa/tree/0.7.3) (2024-09-10)
    
    [Full Changelog](0.7.2...0.7.3)
    
    **Release summary:**
    
    - Migrate from `poetry` to `uv` for package/project management.
    - Various minor code improvements
    
    **Project maintenance:**
    
    - Do not regenerate aes key pair [\#1114](#1114) (@sdb9696)
    - Fix tests due to yarl URL str output change [\#1112](#1112) (@sdb9696)
    - Add missing type hints to alarm module [\#1111](#1111) (@rytilahti)
    - Add KH100 EU fixtures [\#1109](#1109) (@rytilahti)
    - Migrate from poetry to uv for dependency and package management [\#986](#986) (@sdb9696)
    sdb9696 authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5df6c76 View commit details
    Browse the repository at this point in the history
Loading
0