Skip to content

v0.9

Latest

Choose a tag to compare

@christgau christgau released this 01 Jun 21:10
· 4 commits to master since this release
v0.9
e9325b5

Version 0.9

  • Add command line argument to set source port for multicast message for better firewall interoperabi
  • Add initial support for SunOS (#223), without dynamic address/interface monitoring. Thanks to Carst
  • Add Socket-activated systemd service (#218). Thanks to Alessandro Astone.
  • Devices are now recorded based on their URI provided in the endpoint reference address, which is no
  • make /etc/default/wsdd optional for systemd (see #212)
  • Remove support for Python 3.7 and 3.8 in Github workflows.
  • Clean conection turn-down for Python pre-3.13. Thanks to Alessandro Astone
  • Handle TimeoutError in metadata exchange.
  • Proper handling of endpoint addresses as URIs, not UUIDs, see #226.