HAP NodeJS Versions Save

Node.js implementation of the HomeKit Accessory Protocol (HAP)

v0.12.1

2 weeks ago

Changed

  • Updated dependencies (axios and commander)

Fixed

  • Mitigate event emitter "memory leak" warnings when a significant number of HSV events occur simultaneously (#1029) (@hjdhjd)

Other Changes

  • Update Discord Webhooks to trigger only after published to npm

Homebridge Dependencies

  • @homebridge/ciao @ v1.2.0
  • @homebridge/dbus-native @ v0.6.0

v0.12.0

1 month ago

Changed

  • Create CHANGELOG.md file
  • Fix typos + add logo to README.md
  • Refresh package-lock.json (no major changes to dep versions)
  • general repo updates
  • add alpha releases
  • dependency updates
  • fix typedoc generation
  • update homebridge dependencies
  • regenerate docs

Homebridge Dependencies

  • @homebridge/ciao @ v1.2.0
  • @homebridge/dbus-native @ v0.6.0

v0.11.2

2 months ago

What's Changed

Other Changes

New Contributors

Full Changelog: https://github.com/homebridge/HAP-NodeJS/compare/v0.11.1...v0.11.2

v0.11.1

1 year ago

What's Changed

Bug Fixes 🐛

Other Changes

Full Changelog: https://github.com/homebridge/HAP-NodeJS/compare/v0.11.0...v0.11.1

v0.11.0

1 year ago

What's Changed

Bug Fixes 🐛

Other Changes

New Contributors

Full Changelog: https://github.com/homebridge/HAP-NodeJS/compare/v0.10.4...v0.11.0

v0.10.4

1 year ago

What's Changed

Full Changelog: https://github.com/homebridge/HAP-NodeJS/compare/v0.10.3...v0.10.4

v0.10.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/homebridge/HAP-NodeJS/compare/v0.10.2...v0.10.3

v0.10.2

2 years ago

Other Changes

Bug Fixes

  • Fix an issue with network interface family detection when running Node.js 18 @oznu [#947]
  • Fixed memory leak with HomeKit DataStreams @Supereg [#943]

v0.10.1

2 years ago

Changes

New Contributors

Full Changelog: https://github.com/homebridge/HAP-NodeJS/compare/v0.10.0...v0.10.1

v0.10.0

2 years ago
  • HomeKit Secure Video @Supereg [#920]
  • New advertiser: Avahi/D-Bus API @adriancable [#918]
  • Automatically use Avahi/DBus advertiser if available on platform @Supereg [#922]
  • Use bonjour advertiser as default again, warn when Avahi is used on an unsupported platform. @Supereg [#927]
  • Setup ESLint support @Supereg [#924]

Bug Fixes

  • Rework event notification queuing @Supereg [#925]