Skip to content

Commit 4a09346

Browse files
committed
Release 1.5.11
1 parent fbc15d9 commit 4a09346

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,23 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v1.5.11](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.5.10...v1.5.11)
8+
9+
> 16 January 2020
10+
11+
- Fix build issue #356 [`#359`](https://github.com/OpenZWave/node-openzwave-shared/pull/359)
12+
- Bugfix/issue#183 disconnect deadlock [`#329`](https://github.com/OpenZWave/node-openzwave-shared/pull/329)
13+
- Adding missing typing for removeFailedNode [`#357`](https://github.com/OpenZWave/node-openzwave-shared/pull/357)
14+
- Adding missing typeing for removeFailedNode [`9635576`](https://github.com/OpenZWave/node-openzwave-shared/commit/9635576107e4ac2b19cf2f32c392c3aa87fa2d17)
15+
- fix build [`52f7792`](https://github.com/OpenZWave/node-openzwave-shared/commit/52f7792c7de7d6fd74fc5d56aa97a1e1b6e50d29)
16+
717
#### [v1.5.10](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.5.9...v1.5.10)
818

919
> 5 November 2019
1020
1121
- Issue:291 add device metadata [`#336`](https://github.com/OpenZWave/node-openzwave-shared/pull/336)
1222
- Update openzwave-shared.d.ts [`#354`](https://github.com/OpenZWave/node-openzwave-shared/pull/354)
23+
- Release 1.5.10 [`a5fe49f`](https://github.com/OpenZWave/node-openzwave-shared/commit/a5fe49fd25b640aae0af1a97c92d9a53cdee03b2)
1324

1425
#### [v1.5.9](https://github.com/OpenZWave/node-openzwave-shared/compare/v1.5.8...v1.5.9)
1526

@@ -229,14 +240,16 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
229240
- Feature/refactor polling [`#174`](https://github.com/OpenZWave/node-openzwave-shared/pull/174)
230241
- Added type definitions, so that IDEs like WebStorm would provide code completion features on "openzwave-shared" module. [`c705ba3`](https://github.com/OpenZWave/node-openzwave-shared/commit/c705ba3a46a68fa48dd3adc6442d2e7a05064eb9)
231242
- Remove depreciation warnings [`1ba37b1`](https://github.com/OpenZWave/node-openzwave-shared/commit/1ba37b12137d6adda7f1aced1fe84f212b62c5f6)
243+
- use swap() with a temporary queue to avoid deadlocks with the main notifications queue [`1a1c033`](https://github.com/OpenZWave/node-openzwave-shared/commit/1a1c0331f7d8069ad67f6ce68cac77c3e5cd6662)
244+
- consume notifications queue in one go, then unlock to let handlers invoke more notifications [`d3c8451`](https://github.com/OpenZWave/node-openzwave-shared/commit/d3c8451f3bd453d85595d97965e5ab7a8f92fd2a)
232245
- issue #209: add setValueLabel [`dc423dd`](https://github.com/OpenZWave/node-openzwave-shared/commit/dc423ddc120c3ece273d46bbff303c0c61afe6a6)
233246
- amend docs [`f325835`](https://github.com/OpenZWave/node-openzwave-shared/commit/f3258359b169e59544a02a5534e9fcb5e47a0fa7)
234247
- Remove warnings about spelling of header filename [`eea3c26`](https://github.com/OpenZWave/node-openzwave-shared/commit/eea3c26e3b784a6c179d43f7629155ae1916d30d)
235248
- issue #205: clarify on eventIds [`bd39193`](https://github.com/OpenZWave/node-openzwave-shared/commit/bd391932dc26bce483139311237fa8c5a4c226e8)
236249
- amend README [`b27f5f0`](https://github.com/OpenZWave/node-openzwave-shared/commit/b27f5f09b7c81994bf47245a9b71fe9d648f27ad)
237250
- Fix in EnablePoll method, it instead of getting a value from index 1, used "1" as an actual value of intensity. [`cdeaf5d`](https://github.com/OpenZWave/node-openzwave-shared/commit/cdeaf5d15310bb7722e0ef62922dba5fe96958ad)
238-
- Removed mentinoning of non-existant openzwave-controller.cc [`ae2d235`](https://github.com/OpenZWave/node-openzwave-shared/commit/ae2d235e22c3307a34f3fd181aaf9e58f1212bd7)
239251
- Removed mentioning of openzwave-controller.cc in comments in openzwave.hpp, it looks like all the methods are in openzwave-driver.cc now. [`f49ae5b`](https://github.com/OpenZWave/node-openzwave-shared/commit/f49ae5b31ac5d49318c8b6d5da65a12325ff1c32)
252+
- Removed mentinoning of non-existant openzwave-controller.cc [`ae2d235`](https://github.com/OpenZWave/node-openzwave-shared/commit/ae2d235e22c3307a34f3fd181aaf9e58f1212bd7)
240253
- add Matt to contributors [`0df5ef6`](https://github.com/OpenZWave/node-openzwave-shared/commit/0df5ef62c6ec80bbe444a449e628d9c4ba478677)
241254
- fix typo [`b38e270`](https://github.com/OpenZWave/node-openzwave-shared/commit/b38e27069bad0dbcacb3ae8b4dd31e7314aa68f7)
242255
- Fixing a common coexistence issue. Look for the newest referece first. [`10111c6`](https://github.com/OpenZWave/node-openzwave-shared/commit/10111c600e182e69685525479efb60d8b04f5cbb)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openzwave-shared",
3-
"version": "1.5.10",
3+
"version": "1.5.11",
44
"description": "Node.JS bindings for OpenZWave including management and security functions",
55
"main": "./lib/openzwave-shared.js",
66
"types": "./types/openzwave-shared.d.ts",

0 commit comments

Comments
 (0)