Releases: project-chip/zap
Releases · project-chip/zap
v2023.03.30-nightly
What's Changed
- Fixing App.vue so it is asynchronous by @paulr34 in #984
- Extend all_user_cluster_generated_commands with more info by @brdandu in #985
Full Changelog: v2023.03.29-nightly...v2023.03.30-nightly
v2023.03.29-nightly
What's Changed
Full Changelog: v2023.03.27-nightly...v2023.03.29-nightly
v2023.03.27-nightly
What's Changed
- Add some more content-based matter tests. by @tecimovic in #958
- Minor cleanup. by @tecimovic in #959
- Feature/zap profiling by @jingteng25742 in #913
- Support touring with Vue.js 3. by @aspecter in #963
- Use MTR_DEPRECATED in Darwin availability helper. by @ksperling-apple in #964
- improve zap-config.h generation speed by 7x by @jingteng25742 in #965
- invalidate SQL cache per generation by @jingteng25742 in #966
- Adding to zcl_attributes_server and enabled_attributes_for_cluster_and_side helpers to replace chip_server_cluster_attributes by @brdandu in #899
- direct user to release page on Github landing page / document release management process. by @jingteng25742 in #972
- fix link by @jingteng25742 in #973
- Increase test coverage. by @tecimovic in #967
- Adding exceptions to if_basic_attribute by @brdandu in #975
- Bug/fix basic attribute exceptions/zap#898 by @brdandu in #976
- fix date format by @jingteng25742 in #979
- Ensure db mapping aliases commandName for commands and add response Names by @andy31415 in #981
New Contributors
- @ksperling-apple made their first contribution in #964
Full Changelog: v2023.02.27...v2023.03.27-nightly
v2023.02.27
What's Changed
- Add a CI step that runs codegen on matter SDK by @andy31415 in #835
- Adding a UI notificcation when commands are not available by @brdandu in #836
- Fix up a few remaining preserveAcronyms issues for Darwin. by @bzbarsky-apple in #837
- remove dedicated file for release notes by @jingteng25742 in #841
- Add logic that deals with unmatched package version. by @tecimovic in #840
- Resolve the wrong package loading in UI. by @tecimovic in #842
- Fixing the Attribute Reporting columns by @paulr34 in #847
- Bugfix/sdk uc component by @jingteng25742 in #848
- Change the hardcoded path for the root of the Matter extension. by @tecimovic in #852
- Address mixing of Matter and ZigbeePro device types. by @tecimovic in #849
- Adding alert mechanism which changes the button color when there are … by @paulr34 in #839
- Add backend for Darwin availability annotations. by @bzbarsky-apple in #857
- Fixing spelling mistake when deleting an endpoint by @paulr34 in #861
- issue_859 by @paulr34 in #860
- Update the main page by @tbrkollar in #863
- Work around clang-format bug. by @bzbarsky-apple in #864
- Remove hardcoded Darwin API rename maps. by @bzbarsky-apple in #867
- Add support for removing APIs in Darwin codegen. by @bzbarsky-apple in #868
- Expose old names directly for Darwin codegen. by @bzbarsky-apple in #869
- do not save Studio integration info inside .zap file by @jingteng25742 in #855
- Clean up the initialization rest layer. by @tecimovic in #858
- Light mode and Dark mode fix by @paulr34 in #866
- only ping studio when valid HTTP port is specified by @jingteng25742 in #873
- Feature/codecov by @jingteng25742 in #874
- Allow version stamp skipping and local pkg install. by @tecimovic in #876
- Move the weakly typed enum list out of ZAP code. by @bzbarsky-apple in #880
- Add preserveAcronyms support to objCEnumItemLabel. by @bzbarsky-apple in #879
- Removed annotation for Darwin should remove everything in the container. by @bzbarsky-apple in #882
- Add a way to detect whether structs need a "legacy" definition. by @bzbarsky-apple in #883
- Reordering of struct EmberAfAttributeMetadata members by @milanr-q in #878
- fix attribute / cluster generation issue in template by @jingteng25742 in #887
- Make sure to use the old struct name for ObjC types when using the old cluster name. by @bzbarsky-apple in #894
- Fix dimmable light test. by @aspecter in #889
- Add better documentation for the handling of struct renames in asObjectiveCClass by @bzbarsky-apple in #895
- Fix handling of manufacturerCode in various places. by @bzbarsky-apple in #888
- handle exception for httpGetInitialState() gracefully. by @jingteng25742 in #900
- Fix response determination in ClustersHelper. by @bzbarsky-apple in #901
- remove shadow from header by @tbrkollar in #881
- Fix Matter job by running zap_regen_all with the same clang-format as Matter again. by @bzbarsky-apple in #902
- Add a resolveEnvVars option to .zap package.pathRelativity by @q-thla in #891
- Add CommissionerCommands::GetCommissionerNodeId by @vivien-apple in #910
- Allowing Data types having the same name to be loaded into the DB by @brdandu in #908
- Upgrade Quasar to v2 and Vue to v3. by @aspecter in #865
- Added code to enable EventList support for Matter by @emargolis in #914
- Fix preview pane not showing any content. by @aspecter in #923
- Use a single Matter config yaml instead of per-list yamls or hardcoded lists. by @bzbarsky-apple in #922
- Fix a problem where custom XML in a .zap file would not load properly. by @tecimovic in #924
- Create token helpers for generating the token files using ZAP by @brdandu in #919
- new: support for cluster shutdown functions by @rochaferraz in #921
- Add CommissionerCommands::PairWithCode discoverOnce optional argument by @vivien-apple in #928
- Minor cleanup for zap's attribute token helpers by @brdandu in #929
- Bugfix/zapp 1036 fix zap token generated file 2 by @brdandu in #931
- Bugfix/zapp 1036 fix zap token generated file 2 by @brdandu in #933
- migrate download-artifact to Artifactory (Nexus deprecated) by @jingteng25742 in #934
- Fixing helpers/queries when dealing with mfg specific options by @brdandu in #939
- Notification documentation by @paulr34 in #932
- Fix backwards compatibility for recent zap changes by @brdandu in #944
- Syncing the rel branch of CSA fork after rebasing master into rel by @brdandu in #927
- Deal with ordering in the endpoint-config generated structs. by @tecimovic in #945
- Backwards Compatibility Fix by @brdandu in #947
- Restore matter unit tests and fix backwards compatibility. by @tecimovic in #948
- Make the zap install path absolute for CI by @andy31415 in #949
- Change deviceType to 32-bit. by @bzbarsky-apple in #951
- Fixing Token Attribute helpers by @brdandu in #953
- Fix cluster list generation. by @bzbarsky-apple in #955
- Unit test reorganization by @tecimovic in #954
- Set the order of token attributes for minimal diff upon resetting token config by @brdandu in #957
New Contributors
- @tbrkollar made their first contribution in #863
- @milanr-q made their first contribution in #878
- @q-thla made their first contribution in #891
- @emargolis made their first contribution in #914
- @rochaferraz made their first contribution in #921
Full Changelog: v2022.11.23...v2023.02.27
v2023.03.23-nightly
What's Changed
Full Changelog: v2023.03.22-nightly...v2023.03.23-nightly
v2023.03.22-nightly
What's Changed
- direct user to release page on Github landing page / document release management process. by @jingteng25742 in #972
- fix link by @jingteng25742 in #973
- Increase test coverage. by @tecimovic in #967
- Adding exceptions to if_basic_attribute by @brdandu in #975
Full Changelog: v2023.03.17-nightly...v2023.03.22-nightly
v2023.03.17-nightly
What's Changed
- improve zap-config.h generation speed by 7x by @jingteng25742 in #965
- invalidate SQL cache per generation by @jingteng25742 in #966
- Adding to zcl_attributes_server and enabled_attributes_for_cluster_and_side helpers to replace chip_server_cluster_attributes by @brdandu in #899
Full Changelog: v2023.03.06-nightly...v2023.03.17-nightly
v2023.03.06-nightly
What's Changed
- Unit test reorganization by @tecimovic in #954
- Set the order of token attributes for minimal diff upon resetting token config by @brdandu in #957
- Add some more content-based matter tests. by @tecimovic in #958
- Minor cleanup. by @tecimovic in #959
- Feature/zap profiling by @jingteng25742 in #913
- Support touring with Vue.js 3. by @aspecter in #963
- Use MTR_DEPRECATED in Darwin availability helper. by @ksperling-apple in #964
New Contributors
- @ksperling-apple made their first contribution in #964
Full Changelog: v2023.02.25-nightly...v2023.03.06-nightly
v2023.02.25-nightly
What's Changed
- Fixing helpers/queries when dealing with mfg specific options by @brdandu in #939
- Notification documentation by @paulr34 in #932
- Fix backwards compatibility for recent zap changes by @brdandu in #944
- Syncing the rel branch of CSA fork after rebasing master into rel by @brdandu in #927
- Deal with ordering in the endpoint-config generated structs. by @tecimovic in #945
- Backwards Compatibility Fix by @brdandu in #947
- Restore matter unit tests and fix backwards compatibility. by @tecimovic in #948
- Make the zap install path absolute for CI by @andy31415 in #949
- Change deviceType to 32-bit. by @bzbarsky-apple in #951
- Fixing Token Attribute helpers by @brdandu in #953
- Fix cluster list generation. by @bzbarsky-apple in #955
Full Changelog: v2023.02.16-nightly...v2023.02.25-nightly
v2023.02.16-nightly
What's Changed
- Add CommissionerCommands::PairWithCode discoverOnce optional argument by @vivien-apple in #928
- Minor cleanup for zap's attribute token helpers by @brdandu in #929
- Bugfix/zapp 1036 fix zap token generated file 2 by @brdandu in #931
- Bugfix/zapp 1036 fix zap token generated file 2 by @brdandu in #933
- migrate download-artifact to Artifactory (Nexus deprecated) by @jingteng25742 in #934
Full Changelog: v2023.02.10-nightly...v2023.02.16-nightly