Skip to content

Releases: kitten/dnssd-advertise

v1.1.6

Choose a tag to compare

@github-actions github-actions released this 11 Jun 07:10
Immutable release. Only release title and notes can be modified.
ce8b0ae

Patch Changes

  • Use live network bindings to diff network interface changes
    Submitted by @kitten (See #33)

v1.1.5

Choose a tag to compare

@github-actions github-actions released this 11 Jun 06:49
Immutable release. Only release title and notes can be modified.
60c458b

Patch Changes

  • Reopen NIC if it settled into a failure state, if its network bindings changed (e.g. WiFi disconnects and then reconnects)
    Submitted by @kitten (See #31)
  • Prevent call stack exhaustion and prevent unintended infinite reprobing loops
    Submitted by @mdo-vertuoza (See #29)
  • Bail faster on setup failures
    Submitted by @kitten (See #32)

v1.1.4

Choose a tag to compare

@github-actions github-actions released this 23 Mar 23:14
Immutable release. Only release title and notes can be modified.
a647bb5

Patch Changes

  • Prevent probing/advertise loops by entering closed state and transitioning to end state properly
    Submitted by @kitten (See #26)

v1.1.3

Choose a tag to compare

@github-actions github-actions released this 06 Feb 14:21
Immutable release. Only release title and notes can be modified.
93ea99b

Patch Changes

  • ⚠️ Fix self-referential enum value, which Babel's transformer doesn't handle
    Submitted by @kitten (See #23)

v1.1.2

Choose a tag to compare

@github-actions github-actions released this 29 Jan 23:58
Immutable release. Only release title and notes can be modified.
a695654

Patch Changes

  • Update rollup config for reduced output and exclude sources from sourcemaps
    Submitted by @kitten (See #21)

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 21 Jan 23:56
aa2e93d

Patch Changes

  • Sort IPv6 addresses to put link-local address last
    Submitted by @kitten (See #19)

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jan 23:34
2158c4b

Minor Changes

  • Add stack option to allow IPv4/IPv6-only single stack use
    Submitted by @kitten (See #17)

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 14 Jan 14:37
58827a4

Patch Changes

  • Filter incoming messages by remote address manually to check for IPv6 zone match or subnet address on Linux. SO_BINDTODEVICE isn't accessible to us for Linux, which means that we have to manually filter incoming messages per socket
    Submitted by @kitten (See #15)

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 14 Jan 12:01
54bdc06

Patch Changes

  • Set default TTL to 120s
    Submitted by @kitten (See #13)

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 13 Jan 21:47
326b07f

Patch Changes

  • Apply loops limit of 15 to probing
    Submitted by @kitten (See #11)