Releases: dgreif/ring
[email protected]
[email protected]
[email protected]
Major Changes
-
fa6d3b9
Thanks @dgreif! - Video streaming has been condensed to use a single API, rather than a separate setup between Ring Cloud and Ring Edge streaming. This should allow all cameras to stream, including those using HEVC which were unable to be put into Legacy Mode.Huge shoutout to @tsightler for figuring out this new API and getting the client updated!
Breaking Changes:
- The
StreamingConnectionBase
class has been removed, with all of the methods and properties moved to the `WebrtcConnection`` class. - Implementations of the
BasicPeerConnection
class no longer need to implement thecreateAnswer
method.
- The
-
9e4f04a
Thanks @dgreif! - Drop Node 16 support. Node 18 is the current LTS, so please upgrade to Node 18 or Node 20. Note, Node 16 may still work after this update, but will likely break without warning in future updates.
[email protected]
[email protected]
[email protected]
Patch Changes
-
Updated dependencies [
b39157e
]:
[email protected]
Patch Changes
-
f3e66fd
Thanks @dgreif! - Subscribe to ding/motion events every time the user session is refreshed. This currently happens every 12 hours. This is an attempt to fix motion/ding notifications after restarting, but I am unable to reproduce the issue and verify this change fixes it. -
#1222
af7f44e
Thanks @djm181! - Update push notifications to include a full and accurate dingid
. Note, this is technically a breaking change because theid
was previously anumber
instead of astring
, but the last few digits were truncated due to number rounding. We are releasing this as a patch because thenumber
version was unusable for fetching additional information about the ding.
[email protected]
Patch Changes
-
f3e66fd
Thanks @dgreif! - Subscribe to ding/motion events every time the user session is refreshed. This currently happens every 12 hours. This is an attempt to fix motion/ding notifications after restarting, but I am unable to reproduce the issue and verify this change fixes it. -
b9881a7
Thanks @dgreif! - Prevent a duplicate device named "Device name not found" from being created when logging into homebridge with the homebridge ui.
[email protected]
Patch Changes
8ef4c15
Thanks @dgreif! - Recreate the session every 12 hours. This is intended to fix an ongoing issue with Push Notifications for users outside the US. We believe Ring is deleting session data after ~24 hours for Data Residency reasons, and that recreating the session periodically should allow notifications to work indefinitely. Note, this has not been verified to fix the issue yet. See #1218 for more details.
[email protected]
Patch Changes
-
8ef4c15
Thanks @dgreif! - Recreate the session every 12 hours. This is intended to fix an ongoing issue with Push Notifications for users outside the US. We believe Ring is deleting session data after ~24 hours for Data Residency reasons, and that recreating the session periodically should allow notifications to work indefinitely. Note, this has not been verified to fix the issue yet. See #1218 for more details. -
f2e59aa
Thanks @dgreif! - Update location id placeholder in the homebridge ui to reflect the expected format. Closes #1177 -
Updated dependencies [
8ef4c15
]: