zwave-js / zwave-js-server

Apache License 2.0
143 stars 18 forks source link

Bump zwave-js from 13.2.0 to 13.3.1 #1286

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps zwave-js from 13.2.0 to 13.3.1.

Release notes

Sourced from zwave-js's releases.

Release v13.3.1

Bugfixes

  • Fixed the identification of the primary controller role on some older controllers (#7174)
  • Fixed an issue where passing a custom log transport to updateOptions would cause a call stack overflow (#7173)
  • Implement deserialization for more WindowCoveringCC commands to be used in mocks (#7159)

Config file changes

  • Add Philio Technology Smart Keypad (#7168, #7175)
  • Add LED indication parameter for Inovelli NZW31 dimmer (#7172)

Changes under the hood

  • Fixed a build issue on Windows systems
  • Make mock-server.js executable (#7160, #7161)

Release v13.3.0

Features

  • Add support for EU Long Range (#6751)
  • Support learn mode to become a secondary controller (#7135)
  • Add method to query supported RF regions and their info (#7118)
  • Support Firmware Update Meta Data CC v8 (#7079)
  • Implement 32-bit addressed NVM operations (#7114)
  • Add methods to reset SPAN of one or all nodes (#7105)

Bugfixes

  • Fix missing values in endpoint dump (#7101)

Config file changes

  • Add new fingerprint for TZ45 thermostat (#7127)
  • Add alarm mapping for Schlage lock CKPD FE599 (#7122)
  • Add fingerprint for Climax Technology SDCO-1 (#7102)
  • Add Shelly Wave Pro 3 and Wave Pro Shutter (#7103)
  • Remove endpoint workaround for Zooz ZEN30, FW 3.20+ (#7115)

Changes under the hood

  • Document soft-reset issue in VMs (#7119)
  • Update documentation for troubleshooting and Zniffer, clean up migration guides (#7107)
  • Update FunctionType definitions (#7106)
  • CI now checks that all device config files have a .json extension (#7099)
Changelog

Sourced from zwave-js's changelog.

13.3.1 (2024-09-17)

Bugfixes

  • Fixed the identification of the primary controller role on some older controllers (#7174)
  • Fixed an issue where passing a custom log transport to updateOptions would cause a call stack overflow (#7173)
  • Implement deserialization for more WindowCoveringCC commands to be used in mocks (#7159)

Config file changes

  • Add Philio Technology Smart Keypad (#7168, #7175)
  • Add LED indication parameter for Inovelli NZW31 dimmer (#7172)

Changes under the hood

  • Fixed a build issue on Windows systems
  • Make mock-server.js executable (#7160, #7161)

13.3.0 (2024-09-12)

Features

  • Add support for EU Long Range (#6751)
  • Support learn mode to become a secondary controller (#7135)
  • Add method to query supported RF regions and their info (#7118)
  • Support Firmware Update Meta Data CC v8 (#7079)
  • Implement 32-bit addressed NVM operations (#7114)
  • Add methods to reset SPAN of one or all nodes (#7105)

Bugfixes

  • Fix missing values in endpoint dump (#7101)

Config file changes

  • Add new fingerprint for TZ45 thermostat (#7127)
  • Add alarm mapping for Schlage lock CKPD FE599 (#7122)
  • Add fingerprint for Climax Technology SDCO-1 (#7102)
  • Add Shelly Wave Pro 3 and Wave Pro Shutter (#7103)
  • Remove endpoint workaround for Zooz ZEN30, FW 3.20+ (#7115)

Changes under the hood

  • Document soft-reset issue in VMs (#7119)
  • Update documentation for troubleshooting and Zniffer, clean up migration guides (#7107)
  • Update FunctionType definitions (#7106)
  • CI now checks that all device config files have a .json extension (#7099)
Commits
  • c21f137 chore: release v13.3.1
  • b3afe7c chore: update changelog
  • 687d6c2 fix: identification of primary controller role on older controllers (#7174)
  • abd681d fix(config): rename auto report templates for Philio devices (#7175)
  • 61d187b fix: do not deep-clone old log config in updateOptions (#7173)
  • 4d3c928 feat(config): add LED indication parameter for Inovelli NZW31 dimmer (#7172)
  • 44e1646 feat(config): add Philio Technology Smart Keypad (#7168)
  • a9c62ad docs: update specs submodule
  • 7cd902c fix: exclude glob in turborepo config
  • 4cb396c fix: really make mock-server.js executable (#7161)
  • Additional commits viewable in compare view


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 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)