Skip to content

Commit

Permalink
chore: release v3.0.5
Browse files Browse the repository at this point in the history
Updated `zwave-js` to `10.5.4`. This includes the following changes:
* Fixed a memory leak caused by a dependency
* Fixed an issue where multiple re-interview tasks for sleeping nodes could be queued and would be executed in parallel
* Fixed an issue where firmware updates could use a too large fragment size after upgrading to v10, causing the update to fail
* Several improvements related to `Security S2`
* New and updated configuration files, see [Z-Wave JS releases](https://github.com/zwave-js/node-zwave-js/releases) for details
  • Loading branch information
AlCalzone committed Jan 28, 2023
1 parent bad4c6b commit d3704ad
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 38 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
# Older changes
## 3.0.0 (2022-08-25)
Updated `zwave-js` to `10.0.0`. This includes a ton of changes, including:
* Dropped support for Node.js 12
* Several improvements to secure communication, especially with Security S2
* Changed how nodes are sent to sleep, preventing the queue from stalling when the node is already sleeping
* Changed how `Supervision CC Reports` are sent out, preventing the queue from stalling
* Obfuscated more sensitive data in logfiles
* Fixed a bug where commands that should be discarded would still store their values
* Improved the handling of incoming commands which are received out of order
* Made it possible to disable SmartStart provisioning entries. When excluding a node, its provisioning entry will now be disabled instead of removed.
* New and updated configuration files, see [Z-Wave JS releases](https://github.com/zwave-js/node-zwave-js/releases) for details

## 2.6.0 (2022-05-10)
Updated `zwave-js` to `9.2.2`. Notable changes include:
* The `doorStatus/latchStatus/boltStatus` states are no longer created if unsupported by the door lock
Expand Down
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Easy usage in ioBroker was kept in mind during the whole development. For exampl
Placeholder for next versions:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 3.0.5 (2023-01-28)
Updated `zwave-js` to `10.5.4`. This includes the following changes:
* Fixed a memory leak caused by a dependency
* Fixed an issue where multiple re-interview tasks for sleeping nodes could be queued and would be executed in parallel
Expand All @@ -63,18 +63,6 @@ Fixed some more communication issues. If a device isn't working properly after u
### 3.0.1 (2022-08-27)
* Fixed crashes related to missing or incorrectly loaded dependencies

### 3.0.0 (2022-08-25)
Updated `zwave-js` to `10.0.0`. This includes a ton of changes, including:
* Dropped support for Node.js 12
* Several improvements to secure communication, especially with Security S2
* Changed how nodes are sent to sleep, preventing the queue from stalling when the node is already sleeping
* Changed how `Supervision CC Reports` are sent out, preventing the queue from stalling
* Obfuscated more sensitive data in logfiles
* Fixed a bug where commands that should be discarded would still store their values
* Improved the handling of incoming commands which are received out of order
* Made it possible to disable SmartStart provisioning entries. When excluding a node, its provisioning entry will now be disabled instead of removed.
* New and updated configuration files, see [Z-Wave JS releases](https://github.com/zwave-js/node-zwave-js/releases) for details

## License

MIT License
Expand Down
Loading

0 comments on commit d3704ad

Please sign in to comment.