Skip to content

Commit

Permalink
Bump zwave-js to 12.2.0 and introduce semantic versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 committed Oct 17, 2023
1 parent 62cf92d commit b36c72c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion zwave_js/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ codenotary:
base_image: [email protected]
args:
ZWAVEJS_SERVER_VERSION: 1.32.1
ZWAVEJS_VERSION: 12.1.1
ZWAVEJS_VERSION: 12.2.0
2 changes: 1 addition & 1 deletion zwave_js/config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b36c72c

Please sign in to comment.