Skip to content

Releases: learningequality/python-zeroconf-py2compat

0.19.17

08 Aug 21:27
7a2eb15
Compare
Choose a tag to compare

What's Changed

  • Remove android specific code path for getting all addresses. by @rtibbles in #16

Full Changelog: 0.19.16...0.19.17

0.19.16

09 Feb 23:30
d14c447
Compare
Choose a tag to compare
  • Fix issue preventing TXT record updates from ServiceBrowser

0.19.15

14 Dec 18:26
23b840a
Compare
Choose a tag to compare
  • Track all requested broadcast interfaces in addition to those successfully attached

0.19.13

30 Sep 15:49
adeb0a6
Compare
Choose a tag to compare
  • Converts some usage of assert that should likely persist if python -O is used
  • Breaks out interface attachment from Zeroconf.init into its own method _add_interfaces
  • Adds corresponding behavior for removing interfaces, along the lines of how _add_interfaces functions but in reverse
  • Exposes new public method Zeroconf.update_interfaces which triggers add or removal of interfaces
  • Prevents stack trace reporting of errors that occur because the network is unreachable, errno.ENETUNREACH
  • Updates Zeroconf.send to accept an interface on which filter the interfaces it sends the messages on, such that adding and removing interfaces can attempt to send add/remove messages when the interface is removed

0.19.12

09 Sep 15:42
19245f4
Compare
Choose a tag to compare

Catch import errors for ifaddr on Android

0.19.11

03 Sep 23:10
f00ada8
Compare
Choose a tag to compare

Drop ifcfg for ifaddr to prevent issues on non-English Windows machines.