Skip to content

homebridge-ring@12.0.0

Compare
Choose a tag to compare
@dgreif dgreif released this 20 Aug 20:07
· 18 commits to main since this release

Breaking Changes

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

  • Fixed streaming for all camera models by switching to a new streaming API from Ring
  • Fixed 2-way audio and improve 2-way audio quality
  • Refactored the Homebridge UI to use vanilla JS, shrinking the npm package size
  • Updated dependencies

A huge thank you to @tsightler who did all the discovery and refactor work for streaming and 2-way audio!