Skip to content

Commit

Permalink
chore: release v0.8.0-alpha.0
Browse files Browse the repository at this point in the history
* (Apollon77) Add experimental flag options.subscriptionsUseSameConnection for HTTP Client to use the same connection for subscriptions and for all other calls to only have one connection from controller to the device.
  • Loading branch information
Apollon77 committed May 10, 2022
1 parent 3a3958c commit 6a9e4e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,7 @@ Please feel free to open an [issue](https://github.com/Apollon77/hap-controller-
For Issues please consider to directly provide debug loggins (see above).

## Changelog

### __WORK IN PROGRESS__
### 0.8.0-alpha.0 (2022-05-10)
* (Apollon77) Add experimental flag options.subscriptionsUseSameConnection for HTTP Client to use the same connection for subscriptions and for all other calls to only have one connection from controller to the device.

### 0.7.4 (2022-05-06)
Expand Down
4 changes: 2 additions & 2 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
@@ -1,6 +1,6 @@
{
"name": "hap-controller",
"version": "0.7.4",
"version": "0.8.0-alpha.0",
"description": "Library to implement a HAP (HomeKit) controller",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 6a9e4e0

Please sign in to comment.