Release notes for Matter add-on v1.0.0
This page tracks changes and updates as compared to the latest official release. For more information refer to the following section. For the list of potential issues, see the ncs_matter_known_issues page.
Changelog
This release provides Matter samples and documentation migrated from the nRF Connect SDK Matter.
Added:
The Matter protocol documentation migrated from the nRF Connect SDK Matter user guide.
The Matter samples and applications migrated from the nRF Connect SDK.
The Matter configuration options migrated from the nRF Connect SDK.
The Matter software maturity levels migrated from the nRF Connect SDK.
The NFC Commissioning Manager implementation. See Commissioning with NFC for more details.
Kconfig options to customize the Thread Network Diagnostics cluster attribute list. The
ExtAddressandRloc16attributes are optional in the Matter 1.6 specification, but the default Matter SDK implementation still exposes them in the cluster attribute list. Use theCONFIG_DISABLE_THREAD_DIAGNOSTIC_EXTADDRorCONFIG_DISABLE_THREAD_DIAGNOSTIC_RLOC16Kconfig options in your project configuration to omit them from the cluster attribute list.The nRF Matter for Mobile section in the Matter tools page. You can use the app as a Matter controller for testing Samples.
Integration of Matter add-on with the nRF Connect SDK v3.4.0.
Removed the
Initfunction from theNrf::Matter::IdentifyClusterclass. To add the Identify Matter cluster to your application, declare a newNrf::Matter::IdentifyClusterobject in yourAppTask.cppfile and fill all required constructor arguments.