home-assistant-libs / python-matter-server

Python server to interact with Matter
Apache License 2.0
466 stars 71 forks source link

Update to Matter SDK wheels 2024.9.0 #890

Closed agners closed 2 weeks ago

agners commented 2 weeks ago

The 2024.9.0 wheels come with an improved attribute cache handling: The Attribute cache only gets updated when actually uesd. This will save Attribute cache updates in Subscriptions typically, and moves Attribute cache updates for reads out of the SDK thread.