Skip to content

Commit

Permalink
chore: release v10.4.0
Browse files Browse the repository at this point in the history
### Features
* Support OTW firmware updates of 500 and 700+ series controllers (#5321, #5326)
* Parallel firmware updates and soft/hard reset during ongoing firmware updates is now prevented (#5220)
* Added a readonly `rfRegion` property to the `Controller` class (#5288)
* Added support for requesting region-specific firmware updates from the update service (#5296)
* Allow configuring the number of kept logfiles (#5294)
* Added support for the `Inclusion Controller CC` which allows secondary controllers in the network to include devices on behalf of Z-Wave JS (#4851)
* Added support for scanning QR codes that only contain the DSK, as well as pre-filling the DSK before the inclusion process (#5309)

### Bugfixes
* Known Wake Up CC version no longer gets overwritten with 1 (#5261)
* Surrounding whitespace in S2 or SmartStart QR codes now gets ignored (#5295)
* Always use S2 for endpoint communication if the node uses S2 (#5310)
* Distinguish between protocol and SDK version on 500 series (#5323)

### Config file changes
* Add metadata for Sensative strips (#5223)
* Add Ring Retrofit Alarm Kit (#5299)
* Correct value size for some Nortek/GoControl device params (#5297)
* Correct low temp threshold for Aeotec aërQ (#5286)
* Add fingerprint for Fibaro FGWP102 (#5280)
* Add metadata to Aeotec aërQ (#5224)
* Allow higher minimum dim level for Inovelli LZW31-SN, FW 1.57+ (#5181)
* Add Zooz 800 series controllers (#5324)

### Changes under the hood
* Removed a workaround for broken caching in the `got` library (#5090)
  • Loading branch information
AlCalzone committed Jan 16, 2023
1 parent 6261709 commit 5fc7c4f
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@
<!--
Add placeholder for next release with `wip` snippet
-->
## __WORK IN PROGRESS__
## 10.4.0 (2023-01-16)
### Features
* Support OTW firmware updates of 500 and 700+ series controllers (#5321, #5326)
* Parallel firmware updates and soft/hard reset during ongoing firmware updates is now prevented (#5220)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/repo",
"version": "10.3.1",
"version": "10.4.0",
"private": true,
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/cc/package.json
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/cc",
"version": "10.3.1",
"version": "10.4.0",
"description": "zwave-js: Command Classes",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/config",
"version": "10.3.1",
"version": "10.4.0",
"description": "zwave-js: configuration files",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/core",
"version": "10.3.0",
"version": "10.4.0",
"description": "zwave-js: core components",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/host/package.json
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/host",
"version": "10.3.1",
"version": "10.4.0",
"description": "zwave-js: Host abstractions",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/maintenance/package.json
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/maintenance",
"version": "10.3.0",
"version": "10.4.0",
"description": "zwave-js: maintenance scripts",
"private": true,
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/nvmedit/package.json
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/nvmedit",
"version": "10.3.0",
"version": "10.4.0",
"description": "zwave-js: library to edit NVM backups",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/serial/package.json
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/serial",
"version": "10.3.1",
"version": "10.4.0",
"description": "zwave-js: Serialport driver",
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/shared",
"version": "10.3.0",
"version": "10.4.0",
"description": "zwave-js: shared utilities",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/testing",
"version": "10.3.1",
"version": "10.4.0",
"description": "zwave-js: testing utilities",
"keywords": [],
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/package.json
@@ -1,6 +1,6 @@
{
"name": "@zwave-js/transformers",
"version": "10.2.0",
"version": "10.4.0",
"description": "zwave-js: compile-time transformers",
"private": true,
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/zwave-js/package.json
@@ -1,6 +1,6 @@
{
"name": "zwave-js",
"version": "10.3.1",
"version": "10.4.0",
"description": "Z-Wave driver written entirely in JavaScript/TypeScript",
"keywords": [],
"publishConfig": {
Expand Down

0 comments on commit 5fc7c4f

Please sign in to comment.