Skip to content

v9.0.0-beta.0

Pre-release
Pre-release

Choose a tag to compare

@dgreif dgreif released this 30 May 22:59
· 704 commits to main since this release

Bug Fixes

  • remove night mode from alarm and location modes (63ff8a0)

Features

  • add support for z-wave thermostats via ring alarm (#331) (3daa1f1)
  • more reliable live streams regardless of nat type (09a78c9)
  • use random srtp key/value for all live streams (082567a)

Performance Improvements

  • remove characteristic GETs unless required to fetch updates (d159c32)

BREAKING CHANGES

  • Night mode is no longer an option for Ring Alarm and Location Modes. Any automations that made use of Night mode will need to use Home mode instead.
  • UPnP and NAT-PMP hole punching has been removed in favor of RTP latching. This should lead to a successful live stream, regardless of network configuration, network settings, and NAT type
  • ffmpeg is now required for live streams. See https://github.com/dgreif/ring/wiki/FFmpeg for details