Skip to content

Tags: project-chip/zap

Tags

v2024.07.10-nightly

Toggle v2024.07.10-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix clusterExtension handling of events and access. (#1355)

clusterExtension handling was ignoring (1) events and (2) access modifiers (so
anything using those in a clusterExtension would cause incorrect permissions to
be applied, leading to security bugs).

This fixes both issues.

v2024.06.14-nightly

Toggle v2024.06.14-nightly's commit message
Pre-release build from master branch

v2024.06.10-nightly

Toggle v2024.06.10-nightly's commit message
Pre-release build from master branch

v2024.06.04

Toggle v2024.06.04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
When importing endpoint types the custom clusters were missing their …

…package ids. Adding them here makes sure that their correct state is picked up during the import (#1334)

JIRA: ZAPP-1432

v2024.05.24

Toggle v2024.05.24's commit message
ZAP official release v2024.05.24

v2024.05.24-nightly

Toggle v2024.05.24-nightly's commit message
Pre-release build from master branch

v2024.05.23

Toggle v2024.05.23's commit message
ZAP official release v2024.05.23

v2024.05.23-nightly

Toggle v2024.05.23-nightly's commit message
Pre-release build from master branch

v2024.05.08

Toggle v2024.05.08's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changing user_endpoints back to non async since that is breaking the …

…backwards compatibility with after and iteratorAccumulator (#1321)

- After helper waits for the promises to finish. However turning the user_endpoints to async led to accumulator not populate before the iteratorAccumulator tried to access it.
- Turned user-endpoints helper back to no asnyc
- Added test so that this is covered when we actually fix this issue with accumulators
- JIRA: ZAPP-1376

v2024.05.07-nightly

Toggle v2024.05.07-nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Check for undefined meta info when zcl meta file is not present (#1320)