Skip to content

Releases: dgreif/ring

[email protected]

15 Aug 16:53
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

15 Aug 16:12
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

06 Aug 21:29
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

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 the createAnswer method.
  • 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]

06 Aug 21:29
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Major Changes

  • 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.

Patch Changes

[email protected]

29 Jul 01:26
6d3a166
Compare
Choose a tag to compare

Patch Changes

[email protected]

29 Jul 01:26
6d3a166
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 May 23:46
41a9e15
Compare
Choose a tag to compare

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 ding id. Note, this is technically a breaking change because the id was previously a number instead of a string, but the last few digits were truncated due to number rounding. We are releasing this as a patch because the number version was unusable for fetching additional information about the ding.

[email protected]

27 May 23:46
41a9e15
Compare
Choose a tag to compare

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.

  • Updated dependencies [f3e66fd, af7f44e]:

[email protected]

21 May 22:54
96a073b
Compare
Choose a tag to compare

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]

21 May 22:54
96a073b
Compare
Choose a tag to compare

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]: