Releases: dgreif/ring
[email protected]
Minor Changes
-
abd5e98Thanks @dgreif! - Updated build target from ES2021 to ES2022. ES2022 is fully supported by Node 18, which is the current minimum supported version.
Patch Changes
[email protected]
Minor Changes
-
abd5e98Thanks @dgreif! - Updated build target from ES2021 to ES2022. ES2022 is fully supported by Node 18, which is the current minimum supported version.
Patch Changes
-
2afef6fThanks @dgreif! - Useprovenancewhen publishing to npm -
1fe3043Thanks @tsightler! - Improve fetch error messages -
f97c496Thanks @dgreif! - Use beta version of @homebridge/camera-utils, which includes an updated version of ffmpeg -
Updated dependencies [
cef247b,b73687b,d0baee3,2afef6f,2df3073,306f76d,abd5e98,1fe3043,f97c496]:
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
-
cf08a3eThanks @dgreif! - Update push-receiver, which should lead to more reliable push notification handling -
1552181Thanks @dgreif! - Set panic button names in such a way that they are properly reflected in the Home app. Note, this only impacts users who have theshowPanicButtonsoption enabled. These users will likely see a new warning about "Configured Name" not being a supported characteristic of "Switch", which can be ignored. -
Updated dependencies [
cf08a3e]:
[email protected]
Major Changes
cc2f0b7Thanks @tsightler! - Updated to new push notification interface. This will change the shape of push notifications for projects which manually consume push notifications, but should not impact homebridge-ring users. If your push notifications for cameras (motion events, dings, etc) do not work after updating, please reboot and try again, then see https://github.com/dgreif/ring/wiki/Notification-Troubleshooting if issues continue.
Minor Changes
36461a1Thanks @dgreif! - Switched to using the native version offetchfrom Node.js. This allows us to removegotas a dependency. This will break any users on Node 16 or older, though those versions have not been officially supported for some time.
Patch Changes
[email protected]
Major Changes
cc2f0b7Thanks @tsightler! - Updated to new push notification interface. This will change the shape of push notifications for projects which manually consume push notifications, but should not impact homebridge-ring users. If your push notifications for cameras (motion events, dings, etc) do not work after updating, please reboot and try again, then see https://github.com/dgreif/ring/wiki/Notification-Troubleshooting if issues continue.
Minor Changes
36461a1Thanks @dgreif! - Switched to using the native version offetchfrom Node.js. This allows us to removegotas a dependency. This will break any users on Node 16 or older, though those versions have not been officially supported for some time.
Patch Changes
-
f0766c1Thanks @donavanbecker! - Fixes for HAP-NodeJS v1.0.0, which should pave the way for the upcoming Homebridge 2.0.0 release. -
c8aab5aThanks @dgreif! - Add deprecation warning for bridged cameras. Only unbridged cameras will be supported in the next major release.