-
Notifications
You must be signed in to change notification settings - Fork 31
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 release branch to Matter v1.3 #53
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bump main branch to latest master of connectedhomeip
Bumps [connectedhomeip](https://github.com/project-chip/connectedhomeip) from `3d47e35` to `e52724f`. - [Release notes](https://github.com/project-chip/connectedhomeip/releases) - [Commits](project-chip/connectedhomeip@3d47e35...e52724f) --- updated-dependencies: - dependency-name: connectedhomeip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…/main/connectedhomeip-e52724f Bump connectedhomeip from `3d47e35` to `e52724f`
Bumps [connectedhomeip](https://github.com/project-chip/connectedhomeip) from `e52724f` to `f7a9b59`. - [Release notes](https://github.com/project-chip/connectedhomeip/releases) - [Commits](project-chip/connectedhomeip@e52724f...f7a9b59) --- updated-dependencies: - dependency-name: connectedhomeip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 1 to 2. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v1...v2) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…/main/connectedhomeip-f7a9b59 Bump connectedhomeip from `e52724f` to `f7a9b59`
…ions/softprops/action-gh-release-2 Bump softprops/action-gh-release from 1 to 2
Bumps [connectedhomeip](https://github.com/project-chip/connectedhomeip) from `f7a9b59` to `a97bad9`. - [Release notes](https://github.com/project-chip/connectedhomeip/releases) - [Commits](project-chip/connectedhomeip@f7a9b59...a97bad9) --- updated-dependencies: - dependency-name: connectedhomeip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…/main/connectedhomeip-a97bad9 Bump connectedhomeip from `f7a9b59` to `a97bad9`
Bumps [connectedhomeip](https://github.com/project-chip/connectedhomeip) from `a97bad9` to `12d8487`. - [Release notes](https://github.com/project-chip/connectedhomeip/releases) - [Commits](project-chip/connectedhomeip@a97bad9...12d8487) --- updated-dependencies: - dependency-name: connectedhomeip dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
…/main/connectedhomeip-12d8487 Bump connectedhomeip from `a97bad9` to `12d8487`
The checkout scripts will take care of submodule updates within the connectedhomeip repsitory.
Don't fetch the Matter SDK recursively
Bumps [connectedhomeip](https://github.com/project-chip/connectedhomeip) from `12d8487` to `5bb5c9e`. - [Commits](project-chip/connectedhomeip@12d8487...5bb5c9e) Commit `5bb5c9e` happens to be the divergence point and the current commit of the v1.3-branch.
…ommit Bump connectedhomeip from `12d8487` to `5bb5c9e`
Upload wheels from the connectedhomeip directory which is now where the Matter SDK lives. This makes sure that wheel builds for macOS are available as well.
Upload all wheels from correct path
The call GetConnectedDeviceSync may block for an extended period of time, especially when the CASE session needs to get reestablished. This adds an implementation of GetConnectedDeviceSync which uses asyncio to keep the asyncio event loop running.
…nnected-device-for-main Add patch which implements async GetConnectedDevice
marcelveldt
approved these changes
Apr 18, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Matter v1.3 got officially tagged as v1.3.0.0 on the very commit we currently use on master (as bumped in #47). This allows to make the first v1.3 release of the CHIP wheels.