From b36c72cc5e8d96f0e34a2e514c1d117e265e274a Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:51:28 -0400 Subject: [PATCH] Bump zwave-js to 12.2.0 and introduce semantic versioning --- zwave_js/CHANGELOG.md | 12 +++++++++++- zwave_js/build.yaml | 2 +- zwave_js/config.yaml | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/zwave_js/CHANGELOG.md b/zwave_js/CHANGELOG.md index 748e0bf7af5..44ee5d6d6d2 100644 --- a/zwave_js/CHANGELOG.md +++ b/zwave_js/CHANGELOG.md @@ -1,10 +1,20 @@ # Changelog -## 0.1.99 +## 1.0.0 ### Features - Add-on: Add `safe_mode` configuration option to put Z-Wave network in safe mode. This can be help with troubleshooting network issues and getting access to logs that you otherwise wouldn't be able to. This is an advanced configuration option that should not be adjusted in most cases and is therefore hidden from the default view. +- Add-on: Introduce semantic versioning. Due to a bug in early versions of the Z-Wave JS integration, release versions had to be less than `2.x` in order to stay backwards compatible. This made it impossible to use semantic versioning. With semantic versioning, major version changes to the addon will now reflect major changes, such as a major version release of Z-Wave JS, or a significant change to the add-on structure. This should help users better understand the potential impact of an upgrade. + +### Bug fixes + +- Z-Wave JS: Includes several more fixes and workarounds for the problematic interaction between some controller firmware bugs and the automatic controller recovery introduced in the `v12` release + +### Config file changes + +- Add NEO Cool Cam Repeater +- Increase report timeout for Aeotec Multisensor 6 to 2s ## 0.1.98 diff --git a/zwave_js/build.yaml b/zwave_js/build.yaml index f0634a65bbd..6ae0bf269e4 100644 --- a/zwave_js/build.yaml +++ b/zwave_js/build.yaml @@ -10,4 +10,4 @@ codenotary: base_image: notary@home-assistant.io args: ZWAVEJS_SERVER_VERSION: 1.32.1 - ZWAVEJS_VERSION: 12.1.1 + ZWAVEJS_VERSION: 12.2.0 diff --git a/zwave_js/config.yaml b/zwave_js/config.yaml index 27bc1b9b2e2..b49e47f31f2 100644 --- a/zwave_js/config.yaml +++ b/zwave_js/config.yaml @@ -1,5 +1,5 @@ --- -version: 0.1.99 +version: 1.0.0 slug: zwave_js name: Z-Wave JS description: Control a Z-Wave network with Home Assistant Z-Wave JS