Sunoo / homebridge-dafang-mqtt-republish

Exposes Dafang Hacks Features as HomeKit Accessories
BSD 2-Clause "Simplified" License
13 stars 0 forks source link

Bump homebridge from 1.1.6 to 1.1.7 #128

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps homebridge from 1.1.6 to 1.1.7.

Release notes

Sourced from homebridge's releases.

v1.1.7 (2020-12-16)

Bug Fixes

  • mDNS: Minor fixes and improvements, highlighting:
    • Advertisements are now properly removed on shutdown
    • Service Enumeration PTR record is now sent as expected
Changelog

Sourced from homebridge's changelog.

Change Log

All notable changes to this project will be documented in this file. This project uses Semantic Versioning.

v1.2.4 (2020-12-05)

Bug Fixes

  • Updated the mdns library ciao to v1.1.0 introducing further stability improvements.

v1.2.3 (2020-09-21)

Bug Fixes

  • Updated the mdns library ciao to the latest version
    • Includes general bug fixes and stability improvements
    • Improved compatibility with machines running avahi
    • Fixed handling of updated ip addresses
    • Fixes for Darwin system running in a VM

v1.2.2 (2020-09-16)

Bug Fixes

  • Added a warning when a plugin takes too long to load and prevents homebridge from starting.
  • Update hap-nodejs to v0.8.2 resolving some advertising issues on some uncommon platforms

For Developers

  • Updated the typing of the accessory context to be any again to allow less strict typing. Though we encourage you to write your own Type Definition for better type safety!

v1.2.1 (2020-09-15)

Bug Fixes

  • Fixed a bug related to mdns discovery where on some machines (FreeBSD and some containerized installs) the accessory is not correctly advertised on the local network

v1.2.0 (2020-09-14)

Notable Changes

  • Updated HAP-Nodejs to v0.8.0 (see HAP-NodeJS release notes).
    This includes the rewritten bonjour/mdns library ciao, which improves Accessory discovery on the local network (#2619).
  • Add ability to type an accessory context using generics (2664)
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)