Releases: home-assistant-libs/python-matter-server
Releases · home-assistant-libs/python-matter-server
5.4.1
What’s Changed
- #521 - Fix getting the wifi ssid as networkname (@marcelveldt)
⬆️ Dependencies and CI
2 changes
- #525 - Bump cryptography from 42.0.1 to 42.0.2 (@dependabot)
- #524 - Bump release-drafter/release-drafter from 5.25.0 to 6.0.0 (@dependabot)
5.4.0
What’s Changed
- #518 - Speedup diagnostics (@marcelveldt)
- #520 - Use our own global models for CommissionableNodeData and Commissionin… (@marcelveldt)
5.3.1
What’s Changed
- #516 - Fix model for CommissioningParameters in client (@marcelveldt)
- #517 - Add interview node command to client (@marcelveldt)
5.3.0
What’s Changed
- #515 - Guard node resolving with a lock (@marcelveldt)
- #514 - Improvements and bugfixes for persistent storage of node data (@marcelveldt)
- #508 - Add diagnostics for matter nodes (@marcelveldt)
⬆️ Dependencies and CI
- #511 - Bump cryptography from 41.0.7 to 42.0.1 (@dependabot)
5.2.1
What’s Changed
- #503 - Fix Node removal (@marcelveldt)
- #504 - Use f-string to build IPv6 link-loacl address with scope id (@agners)
- #500 - Print result of device removal (@agners)
- #497 - Update typo in the readme (@markushx)
- #501 - Scope link-local IPv6 addresses received from WebSocket (@agners)
- #498 - Cancel pending interviews when removing a node (@agners)
- #499 - Log ChipStackError as well (@agners)
- #489 - Add pagination for vendors query (@wozz)
- #490 - Fix json serialization for discovery api (@wozz)
- #488 - Add retries to all commissioning paths (@marcelveldt)
- #487 - Use lock to avoid concurrent save tasks (@agners)
⬆️ Dependencies and CI
- #494 - Bump flake8 from 6.1.0 to 7.0.0 (@dependabot)
5.2.0
What’s Changed
- #500 - Print result of device removal (@agners)
- #497 - Update typo in the readme (@markushx)
- #501 - Scope link-local IPv6 addresses received from WebSocket (@agners)
- #498 - Cancel pending interviews when removing a node (@agners)
- #499 - Log ChipStackError as well (@agners)
- #489 - Add pagination for vendors query (@wozz)
- #490 - Fix json serialization for discovery api (@wozz)
- #488 - Add retries to all commissioning paths (@marcelveldt)
- #487 - Use lock to avoid concurrent save tasks (@agners)
⬆️ Dependencies and CI
- #494 - Bump flake8 from 6.1.0 to 7.0.0 (@dependabot)
5.1.4
What’s Changed
- #486 - Remove (pointless) resolve lock (@marcelveldt)
⬆️ Dependencies and CI
- #485 - Bump pytest from 7.4.3 to 7.4.4 (@dependabot)
5.1.3
What’s Changed
- #483 - Immediately store last used node id (@marcelveldt)
5.1.2
What’s Changed
- #481 - Restore single subscription to a node instead of dual (@marcelveldt)
- #480 - Disable chip.Attribute logger (@marcelveldt)
- #477 - Update README (@RaneyDazed)
- #475 - Require schema version 6 if commission_on_network is used with ip (@marcelveldt)
⬆️ Dependencies and CI
2 changes
- #478 - Bump black from 23.12.0 to 23.12.1 (@dependabot)
- #479 - Bump mypy from 1.7.1 to 1.8.0 (@dependabot)
5.1.1
What’s Changed
- #474 - Fix some bugs in resolve node function (@marcelveldt)