-
Notifications
You must be signed in to change notification settings - Fork 1.4k
docs: Added scope of the Matter 1.5 release #25735
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
docs: Added scope of the Matter 1.5 release #25735
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates documentation to include the scope and features of the Matter 1.5 release. The changes detail new device types, transport improvements, and the introduction of a Code-Driven approach for Matter Data Model configuration.
- Added comprehensive list of new device types supported in Matter 1.5 (cameras, closures, energy meters, etc.)
- Documented TCP transport support and Code-Driven configuration approach
- Updated Matter version overview table with feature highlights for version 1.5.0
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst | Added detailed changelog entries for Matter 1.5 including new device types, TCP transport support, and Code-Driven approach |
| doc/nrf/protocols/matter/overview/dev_model.rst | Updated Matter version table with overview of Matter 1.5 features and improvements |
Comments suppressed due to low confidence (1)
doc/nrf/protocols/matter/overview/dev_model.rst:1
- Replace 'what enables' with 'which enables' for grammatically correct usage.
.. _ug_matter_overview_dev_model:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
4dd3ba1 to
d0226da
Compare
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: a82e056981a2ebec9d3ed850130f17ceb3629ce5 more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
Outdated
Show resolved
Hide resolved
d0226da to
a82e056
Compare
Updated documentation to include Matter 1.5 release scope. Signed-off-by: Kamil Kasperczyk <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
Comments suppressed due to low confidence (3)
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst:1
- Inconsistent capitalization: 'Closure', 'Closure Panel', and 'Closure Controller' should use lowercase for the second word to match other device types. Should be 'Closure', 'Closure panel', and 'Closure controller'.
.. _ncs_release_notes_changelog:
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst:1
- Inconsistent capitalization: These device types should use sentence case. Should be 'Meter reference point', 'Electrical energy tariff', 'Electrical meter', and 'Electrical utility meter'.
.. _ncs_release_notes_changelog:
doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst:1
- Inconsistent capitalization: These device types should use sentence case to match the pattern of other entries. Should be 'Floodlight camera', 'Video doorbell', 'Snapshot camera', 'Chime', and 'Camera controller'.
.. _ncs_release_notes_changelog:
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-25735/nrf/protocols/matter/overview/dev_model.html |
Updated documentation to include Matter 1.5 release scope.