Skip to content

Commit 662e8d4

Browse files
Version Packages (#1551)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b315de0 commit 662e8d4

15 files changed

+57
-61
lines changed

.changeset/afraid-waves-rhyme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/blue-months-divide.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/dirty-bikes-laugh.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/dry-moles-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/eighty-hounds-divide.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/fluffy-bees-bathe.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/fresh-bobcats-move.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/polite-turtles-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/proud-ligers-joke.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/swift-parts-teach.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"dotenv": "16.5.0",
1212
"eslint-config-shared": "*",
13-
"ring-client-api": "13.2.1",
13+
"ring-client-api": "14.0.0",
1414
"tsconfig": "*"
1515
}
1616
}

packages/homebridge-ring/CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# homebridge-ring
22

3+
## 14.0.0
4+
5+
### Major Changes
6+
7+
- [`8a980f7`](https://github.com/dgreif/ring/commit/8a980f7e8ce736378582f5b4447ebc7f60b44226) Thanks [@dgreif](https://github.com/dgreif)! - Removed bridged cameras. If you already had `unbridgeCameras: true` in your config, this change will not affect you. For those who were still using bridged cameras, you will need to manually add each camera to HomeKit after upgrading. This change allows us to stop requiring special builds of ffmpeg and should make video streaming more reliable. Unbridge cameras are also avoid blocking the whole bridge while waiting for requests (e.g. Snapshot), which leads to a better overall experience. After updating, you can delete the `unbridgeCameras` option from your config.
8+
9+
- [`0884bcb`](https://github.com/dgreif/ring/commit/0884bcb921c2a7de8f194f578f5c2972c9d523bb) Thanks [@dgreif](https://github.com/dgreif)! - Drop Node 18 support since it has reached end of life
10+
11+
- [#1550](https://github.com/dgreif/ring/pull/1550) [`5bd6bf7`](https://github.com/dgreif/ring/commit/5bd6bf7d6caeb2a8fb6bb9e0b2df260dec434b4f) Thanks [@dgreif](https://github.com/dgreif)! - Converted project to ESM. This should not impact homebridge-ring, but will require any other projects using ring-client-api to also use ESM in order to use the latest version.
12+
13+
### Minor Changes
14+
15+
- [`725fafd`](https://github.com/dgreif/ring/commit/725fafd639b3a05b3d3bbf03e0c1b2a40e53ea5d) Thanks [@dgreif](https://github.com/dgreif)! - Avoid snapshots while recording for doorbell_graham_cracker. This should allow notifications to work on these devices in homebridge.
16+
17+
- [`6bfcc7a`](https://github.com/dgreif/ring/commit/6bfcc7aaa07df244c208157683601e1d4e72369b) Thanks [@tsightler](https://github.com/tsightler)! - Simplified handling of Opus audio packets, which should lead to better audio when streaming
18+
19+
- [`cbc7147`](https://github.com/dgreif/ring/commit/cbc7147616f7603ba0b8c923b98efffcf3ab3730) Thanks [@hkoci](https://github.com/hkoci)! - Add support for Battery Video Doorbell Pro and Battery Video Doorbell Plus
20+
21+
### Patch Changes
22+
23+
- [`8bcafca`](https://github.com/dgreif/ring/commit/8bcafcad92a8326a35c65b5e4a25f028f11b9af3) Thanks [@dgreif](https://github.com/dgreif)! - Use undici for all websocket connections. This fixes https://github.com/dgreif/ring/issues/1605 where websockets were failing to connect for alarms and light hubs. It also allows us to drop the socket.io client, which was a very outdated dependency.
24+
25+
- [`62fde87`](https://github.com/dgreif/ring/commit/62fde872d796de165869fc2319303257a17f2c1e) Thanks [@dgreif](https://github.com/dgreif)! - Update Dependencies
26+
27+
- [`10c1639`](https://github.com/dgreif/ring/commit/10c1639b093f5be9bf2b007b8bdc6a65f645a50f) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies
28+
29+
- Updated dependencies [[`725fafd`](https://github.com/dgreif/ring/commit/725fafd639b3a05b3d3bbf03e0c1b2a40e53ea5d), [`0884bcb`](https://github.com/dgreif/ring/commit/0884bcb921c2a7de8f194f578f5c2972c9d523bb), [`8bcafca`](https://github.com/dgreif/ring/commit/8bcafcad92a8326a35c65b5e4a25f028f11b9af3), [`cbc7147`](https://github.com/dgreif/ring/commit/cbc7147616f7603ba0b8c923b98efffcf3ab3730), [`5bd6bf7`](https://github.com/dgreif/ring/commit/5bd6bf7d6caeb2a8fb6bb9e0b2df260dec434b4f), [`433169f`](https://github.com/dgreif/ring/commit/433169f3b356f91fdc3446a994b026fb268a3102), [`62fde87`](https://github.com/dgreif/ring/commit/62fde872d796de165869fc2319303257a17f2c1e), [`10c1639`](https://github.com/dgreif/ring/commit/10c1639b093f5be9bf2b007b8bdc6a65f645a50f)]:
30+
31+
332
## 13.2.1
433

534
### Patch Changes

packages/homebridge-ring/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "homebridge-ring",
33
"displayName": "Ring",
4-
"version": "13.2.1",
4+
"version": "14.0.0",
55
"description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting",
66
"type": "module",
77
"main": "lib/index.js",
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@homebridge/camera-utils": "^3.0.0",
1717
"@homebridge/plugin-ui-utils": "^2.0.2",
18-
"ring-client-api": "13.2.1",
18+
"ring-client-api": "14.0.0",
1919
"werift": "0.22.1"
2020
},
2121
"devDependencies": {

packages/ring-client-api/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# ring-client-api
22

3+
## 14.0.0
4+
5+
### Major Changes
6+
7+
- [`0884bcb`](https://github.com/dgreif/ring/commit/0884bcb921c2a7de8f194f578f5c2972c9d523bb) Thanks [@dgreif](https://github.com/dgreif)! - Drop Node 18 support since it has reached end of life
8+
9+
- [#1550](https://github.com/dgreif/ring/pull/1550) [`5bd6bf7`](https://github.com/dgreif/ring/commit/5bd6bf7d6caeb2a8fb6bb9e0b2df260dec434b4f) Thanks [@dgreif](https://github.com/dgreif)! - Converted project to ESM. This should not impact homebridge-ring, but will require any other projects using ring-client-api to also use ESM in order to use the latest version.
10+
11+
### Minor Changes
12+
13+
- [`725fafd`](https://github.com/dgreif/ring/commit/725fafd639b3a05b3d3bbf03e0c1b2a40e53ea5d) Thanks [@dgreif](https://github.com/dgreif)! - Avoid snapshots while recording for doorbell_graham_cracker. This should allow notifications to work on these devices in homebridge.
14+
15+
- [`cbc7147`](https://github.com/dgreif/ring/commit/cbc7147616f7603ba0b8c923b98efffcf3ab3730) Thanks [@hkoci](https://github.com/hkoci)! - Add support for Battery Video Doorbell Pro and Battery Video Doorbell Plus
16+
17+
### Patch Changes
18+
19+
- [`8bcafca`](https://github.com/dgreif/ring/commit/8bcafcad92a8326a35c65b5e4a25f028f11b9af3) Thanks [@dgreif](https://github.com/dgreif)! - Use undici for all websocket connections. This fixes https://github.com/dgreif/ring/issues/1605 where websockets were failing to connect for alarms and light hubs. It also allows us to drop the socket.io client, which was a very outdated dependency.
20+
21+
- [`433169f`](https://github.com/dgreif/ring/commit/433169f3b356f91fdc3446a994b026fb268a3102) Thanks [@dgreif](https://github.com/dgreif)! - Only allow erasable typescript syntax. This will have a minor impact on anyone using `ring-client-api` with TypeScript as the types for enums have been replaced with objects and union types.
22+
23+
- [`62fde87`](https://github.com/dgreif/ring/commit/62fde872d796de165869fc2319303257a17f2c1e) Thanks [@dgreif](https://github.com/dgreif)! - Update Dependencies
24+
25+
- [`10c1639`](https://github.com/dgreif/ring/commit/10c1639b093f5be9bf2b007b8bdc6a65f645a50f) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies
26+
327
## 13.2.1
428

529
### Patch Changes

packages/ring-client-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ring-client-api",
3-
"version": "13.2.1",
3+
"version": "14.0.0",
44
"description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting",
55
"main": "lib/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)