Skip to content

Releases: dgreif/ring

v6.0.0

17 Jan 04:47
Compare
Choose a tag to compare

chore

  • homebridge: remove v3 conversion step to update homebridge plugin name (c6c6057)
  • update dependencies (3e9ce7e)

Features

  • ring-device-data-cli for discovering new device types and data structures (de3c23a)
  • api: updated history/event methods for locations and cameras (e415605)

BREAKING CHANGES

  • homebridge: Conversion step to change from homebridge-ring-alarm to homebridge-ring has been removed. If you are updating from v2, please first upgrade to version 5.13.1 before upgrading to version 6+
  • api: api.getHistory has been removed in favor of location.getCameraEvents
  • api: location.getEvents has been replaced with location.getCameraEvents
  • api: camera.getHistory has been replaced with camera.getEvents
  • api: camera.getRecording has been renamed to camera.getRecordingUrl and takes a second optional param { transcoded: true } instead of true. This allows for additional options if we decide to add any down the road
  • Node.js 10+ now required

v5.13.1

15 Jan 23:21
Compare
Choose a tag to compare

Bug Fixes

  • handle delayed and expired dings when starting live video (b6c4460), closes #211 #157 #106
  • handle live stream for battery cameras (8c74a23)

v5.13.0

11 Jan 02:22
Compare
Choose a tag to compare

Bug Fixes

  • automatically subscribe cameras to motion and dings (7bf4260), closes #210
  • get or create active ding via new live_view endpoint (4fb837e)

v5.13.0-alpha.0

05 Jan 22:53
Compare
Choose a tag to compare
v5.13.0-alpha.0 Pre-release
Pre-release

Features

  • configurable external port range (a5255f8)

v5.12.1

02 Jan 14:39
Compare
Choose a tag to compare

Bug Fixes

  • use default gateway when opening live stream port (be2cfe1), closes #191

v5.12.0

20 Dec 23:44
Compare
Choose a tag to compare

Features

  • api: option to get transcoded recordings (10a85da), closes #204

v5.11.0

20 Dec 21:44
Compare
Choose a tag to compare

Bug Fixes

  • homebridge: use occupancy sensor for freeze sensors (c488820)

v5.11.0-alpha.1

18 Dec 14:48
Compare
Choose a tag to compare
v5.11.0-alpha.1 Pre-release
Pre-release

Features

  • homebridge: log hidden accessories (ae841fb)

v5.11.0-alpha.0

13 Dec 14:33
Compare
Choose a tag to compare
v5.11.0-alpha.0 Pre-release
Pre-release

Features

  • homebridge: flood/freeze and freeze sensors (5ae4367)

v5.10.0

30 Nov 20:52
Compare
Choose a tag to compare

Bug Fixes

  • remove overlapping service check except during debug (b7390dc), closes #175 #190

Features