Homebridge Ciao Versions Save

RFC 6762 and RFC 6763 compliant mdns service discovery library written in Typescript

v1.2.0

1 month ago

Changed

  • added CHANGELOG.md
  • update README with hb logo and formatting
  • update dependencies
  • spelling and grammar in code comments
  • add alpha releases
  • updated eslint rule
  • update to match renamed latest branch
  • regenerate docs
  • update doc links in README

v1.1.8

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/homebridge/ciao/compare/v1.1.7...v1.1.8

v1.1.6

1 year ago

What's Changed

  • Minor dependency upgrade
  • Fixed an issue with documentation pages showing 404 errors

Full Changelog: https://github.com/homebridge/ciao/compare/v1.1.5...v1.1.6

v1.1.5

1 year ago

What's Changed

Full Changelog: https://github.com/homebridge/ciao/compare/v1.1.4...v1.1.5

v1.1.4

2 years ago

Bug Fixes

  • Fix an issue with network interface family detection when running Node.js 18 @oznu [#25]

v1.1.3

2 years ago

Other Changes

  • Bump path-parse from 1.0.6 to 1.0.7 @dependabot [#16]
  • Bump lodash from 4.17.20 to 4.17.21 @dependabot [#12]
  • Bump hosted-git-info from 2.8.8 to 2.8.9 @dependabot [#13]
  • Bump ws from 7.4.2 to 7.5.3 @dependabot [#15]

v1.1.2

3 years ago

Bug Fixes

  • Fixed a bug where ciao wouldn't respond to queries coming from a different subnet

v1.1.1

3 years ago

Bug Fixes

  • Response packets are now properly marked as authoritative
  • SRV record ttl is now properly set to 120 seconds (instead of previously 4500 seconds)
  • Fixed an issue where sending continuous truncated queries could lead to a memory leak

v1.1.0

3 years ago

Bug Fixes

  • Improved compatibility ubiquiti vlan setups
  • Improved handling of internal event handlers
  • General bug fixes and performance improvements

Features

  • Add support to individually define interfaces per service (See docs)
  • Adding ability to exclude ipv6 addresses (See docs and docs)

v1.0.12

3 years ago

Changes

  • Updated the debug message shown when receiving a malformed dns packet to also include the packet base64 encoded