You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
v0.23.0
Breaking Changes
Stable device IDs — Physical Matter devices now use hash-based IDs derived from hardware UniqueID (e.g. dev_a3f7c1b2) instead of dev_{node_id}_{endpoint_id}. Existing cache keys (names, occupancy history) are auto-migrated on first run. External systems referencing old-format IDs will need to update — alias-based references are unaffected.
New Features
--fabric option — Set the Matter fabric label at startup: matter-srv --fabric "Home Lab"
Improvements
Codebase refactor — Extracted shared helpers to reduce code duplication across all source files: