Skip to content
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

Bump @project-chip/matter.js from 0.10.0-alpha.0-20240827-5e428cb3 to 0.12.3 #108

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 10, 2025

Bumps @project-chip/matter.js from 0.10.0-alpha.0-20240827-5e428cb3 to 0.12.3.

Release notes

Sourced from @​project-chip/matter.js's releases.

Release v0.12.3

Official release, check CHANGELOG.md for details

Release v0.12.3-alpha.0-20250205-ad3416ca3

Nightly release

Release v0.12.3-alpha.0-20250203-34ba45cae

Nightly release

Release v0.12.2

Official release, check CHANGELOG.md for details

Release v0.12.2-alpha.0-20250201-eb5d40a2f

Nightly release

Release v0.12.2-alpha.0-20250130-d012e3082

Nightly release

Release v0.12.2-alpha.0-20250128-09631d531

Nightly release

Release v0.12.1

Official release, check CHANGELOG.md for details

Release v0.12.1-alpha.0-20250125-51ff4dbed

Nightly release

Release v0.12.0

Official release, check CHANGELOG.md for details

Release v0.12.0-alpha.0-20250123-d77c02993

Nightly release

Release v0.12.0-alpha.0-20250121-0ab1b29a1

Nightly release

Release v0.12.0-alpha.0-20250118-678537a5f

Nightly release

Release v0.12.0-alpha.0-20250116-1917244e0

Nightly release

Release v0.12.0-alpha.0-20250113-1c80c6d58

Nightly release

Release v0.12.0-alpha.0-20250113-e619723a5

Nightly release

Release v0.12.0-alpha.0-20250112-2972cf298

Nightly release

... (truncated)

Changelog

Sourced from @​project-chip/matter.js's changelog.

0.12.3 (2025-02-05)

  • @​matter/protocol

    • Fix: Reduced some over-exact certificate validation to unblock Aqara commissioning
    • Fix: Prevented issues where closing subscriptions could block the session closing or establishing new subscriptions
    • Fix: Prevented to establish new exchanges while shutting down Exchange Manager
  • @​project-chip/matter.js

    • Cleanup: Deprecated some methods fof the CommissioningController and pairedNode to better define the best practice interfaces to use

0.12.2 (2025-02-01)

  • @​matter/node

    • Enhancement: Added support to check all device types of an endpoint against ACL definition and not only primary one
    • Enhancement: Optimized data handling for subscriptions by reading them endpoint wise to optimize memory usage and to reuse the used context
    • Adjustment: Refactored ACL logic to just get relevant endpoint information instead a whole EndpointInterface
  • @​matter/nodejs

    • Fix: Added Workaround for IP family confusion in Node.js 18.0.0 till 18.3.0
  • @​matter/protocol

    • Enhancement: Optimized sending of DataReports to stream the read data to the encoder when needed to reduce memory usage
    • Adjustment: Moved the handling to set the fabric label during commissioning to after commissioningComplete to work around a Tasmota-Matter bug

0.12.1 (2025-01-25)

  • @​matter/protocol

    • Adjustment: For subscriptions we now trigger event listeners before attribute listeners
    • Fix: Added force closing of exchanges on shutdown of the node
  • @​project-chip/matter.js

    • Fix: Allows more cases when checking if a device is battery powered to address real world devices

0.12.0 (2025-01-23)

  • @​matter/general

    • Enhancement: Limits MDNS expires just to te relevant operational records when removing a fabric
  • @​matter/model

    • Feature: The constraint evaluator now supports simple mathematical expressions
    • Feature: The constraint evaluator now supports limits on the number of Unicode codepoints in a string
    • Feature: Default values may now be a reference to another field
  • @​matter/node

    • Feature: Constraint and conformance expressions may now reference values by name in any owner of a constrained value
    • Enhancement: Each new PASE session now automatically arms the failsafe timer for 60s as required by specs
    • Enhancement: Optimizes Node shutdown logic to close sessions and subscriptions before shutting down the network
    • Fix: Fixes withBehaviors() method on endpoints
  • @​matter/nodejs

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@project-chip/matter.js](https://github.com/project-chip/matter.js) from 0.10.0-alpha.0-20240827-5e428cb3 to 0.12.3.
- [Release notes](https://github.com/project-chip/matter.js/releases)
- [Changelog](https://github.com/project-chip/matter.js/blob/main/CHANGELOG.md)
- [Commits](project-chip/matter.js@v0.10.0-alpha.0-20240827-5e428cb3...v0.12.3)

---
updated-dependencies:
- dependency-name: "@project-chip/matter.js"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants