Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Matter SDK wheels 2024.6.1 #760

Merged
merged 1 commit into from
Jun 17, 2024
Merged

Conversation

agners
Copy link
Collaborator

@agners agners commented Jun 17, 2024

Matter SDK/CHIP wheels 2024.6.1 release notes.

This update improves the implementation of the commissioning API's considerably, using thread-safe Python provided futures (see project-chip/connectedhomeip#33891). In practice it should not make a difference, as the API is still not reentrant. But it will be easier to transition to an asyncio based API.

Another notable change is that with this update mDNS discovery is disabled immediately after discovering the device in question when using the on-network commissioning mode. The on-network commissioning mode is used by the Android companion app only.

This prevents spurious error logs like this: Unknown filter type; all matches will fail.

Note: On Android, the half-card commissioning uses the on-network commissioning mode. However, the in-app commissioning flow uses the IP address which doesn't do a mDNS discovery).

@agners agners added the maintenance Code (quality) improvement or small enhancement which not a new feature label Jun 17, 2024
@marcelveldt marcelveldt merged commit 8b74327 into main Jun 17, 2024
4 checks passed
@marcelveldt marcelveldt deleted the bump-sdk-wheels-to-2024.6.1 branch June 17, 2024 12:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Code (quality) improvement or small enhancement which not a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants