Skip to content

v1.3.2

Latest
Compare
Choose a tag to compare
@mkormendy mkormendy released this 02 Apr 08:56
· 6 commits to master since this release

First off, apologies to anyone who thought this project was dead. Now, back on track with another update that fixes some very overdue changes that help with upgrading to the latest versions of NodeJS (v20 🎉) and various other node dependencies and security fixes.

Supported/Tested Versions:

NodeJS: v19+
Homebridge: v1.7.0

Bugs and Issues:

If you're having issues with the plugin and things are not working as expected, please report an issue here.

Changelog:

  • Updates README with Discussions Forum link and cleans up links to Konnected.io unmanaged repo (5eb8577)
  • Update bug-report.md (6b28857)
  • Updates README Wiki links (b848626)
  • Updates VS Code ESLint settings, console output, and TypeScript compiler options. (c007a1c)
  • Updates node_module dependencies and resolves Dependabot alerts. (691af9b)
  • Improves code to "next" ES module-based standards. (e6d47e0)
  • Cleanup of logging and renaming of symbol for semantics. (e1c42aa)
  • Ensure URL spec format for urls. (9230111)
  • Corrects requirement for async/await in promise for fetch request. (5de1284)
  • Resolves #40 in response to breaking changes with Node 19+ http agent keep-alive defaults which caused implications with the node-fetch module used. (30dbac9)