Skip to content

Commit

Permalink
Fixed a crash occurring for any encrypted communication when running …
Browse files Browse the repository at this point in the history
…NodeJs 17 on linux based machines (#3046)
  • Loading branch information
Supereg committed Dec 29, 2021
1 parent 40beaab commit a9388a5
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 11 deletions.
31 changes: 28 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,33 @@
# Change Log

## 1.3.9 (2021-12-29)

### Bug Fixes

- Fixed a crash occurring for any encrypted communication when running NodeJs 17 on linux based machines [#3046](https://github.com/homebridge/homebridge/issues/3046)


## 1.3.8 (2021-10-22)

### Featured Changes

- PluginManager would abort plugin loading if one plugin encounters a loading error [#3017](https://github.com/homebridge/homebridge/issues/3017)

### Other Changes

- Move to centrally managed Issue form templates and GitHub Action workflows [#3011](https://github.com/homebridge/homebridge/issues/3011)


## 1.3.6 (2021-11-10)

### Notable changes

* Added support for ESM modules and async plugin initializers [#2915](https://github.com/homebridge/homebridge/issues/2915)
* Upgraded HAP-NodeJS to [v0.9.7](https://github.com/homebridge/HAP-NodeJS/releases/tag/v0.9.7) providing bug fixes [#3008](https://github.com/homebridge/homebridge/issues/3008)

## v1.3.5 (2021-10-08)

## Notable changes
### Notable changes

This version adds new services and characteristics introduced with iOS 15.

Expand All @@ -11,7 +36,7 @@ This version adds new services and characteristics introduced with iOS 15.
* The following services were newly added: `Assistant`, `SiriEndpoint`
* The following services received new optional characteristics: `Siri` and `SmartSpeaker`

## Bug Fixes
### Bug Fixes

This release upgrades various dependencies with bug fixes and security fixes.

Expand All @@ -20,7 +45,7 @@ Only users who use the `bonjour` mdns advertiser are impacted by this vulnerabil

## v1.3.4 (2021-03-16)

## Bug Fixes
### Bug Fixes

* Fixed a characteristic warning for Cameras or Video Doorbells, which might be emitted on startup under certain conditions.
_This warning had no impact on the functionality of Cameras_.
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"chalk": "^4.1.2",
"commander": "5.1.0",
"fs-extra": "^10.0.0",
"hap-nodejs": "0.9.7",
"hap-nodejs": "0.9.8",
"qrcode-terminal": "^0.12.0",
"semver": "^7.3.5",
"source-map-support": "^0.5.20"
Expand Down

0 comments on commit a9388a5

Please sign in to comment.