szmarczak / http2-wrapper

Use HTTP/2 the same way like HTTP/1
MIT License
239 stars 18 forks source link

Node.js 15 breaking homebridge-ring #65

Closed MeatAssassin closed 3 years ago

MeatAssassin commented 3 years ago

After installing the update release today, homebridge-ring stopped working per https://github.com/dgreif/ring/issues/577

I saw that Node.js 15 was required which made things even worse. Homebridge and homebridge-ring only support even numbered Node.js releases. It might be better to only require that latest Latest Version which is 14.16.0 . Version 15 is kind of only for early adopters. The odd numbered releases tend to introduce new features that break other plugins.

Thanks for looking into this....

Todd

MeatAssassin commented 3 years ago

More references : https://github.com/dgreif/ring/issues/507

MeatAssassin commented 3 years ago

https://github.com/homebridge/homebridge/wiki/How-To-Update-Node.js

szmarczak commented 3 years ago

Re-released the beta version as 1.0.3. The problems should be gone now. Do let me know.