Skip to content

Releases: codingjoe/ssdp

1.3.0

04 Jul 16:15
9dc472b
Compare
Choose a tag to compare

What's Changed

  • Add SSDPResponse::sendto method by @tibotix in #96
  • Add missing carriage return to SSDPResponse string and bytes @tibotix in #96

New Contributors

Full Changelog: 1.2.0...1.3.0

1.2.0

11 Jun 13:26
04d3ce2
Compare
Choose a tag to compare

What's Changed

  • Add official Python 3.11 support by @codingjoe in #91
  • Add SSDP CLI with discovery command by @codingjoe in #94
  • Refactor package structure into more modules
  • Deprecate old import paths
  • Add Pygments lexer plugin
  • Improve documentation
  • Add CLI including a discovery command
  • Add IPv6 support

Full Changelog: 1.1.1...1.2.0

1.1.1

11 Sep 13:30
Compare
Choose a tag to compare

What's Changed

  • Add Python 3.10 support
  • Change minimum Python version 3.8
  • Update CI suite by @codingjoe in #66
  • Update packaging by @codingjoe in #67

Full Changelog: 1.1.0...1.1.1

1.1.0

17 Jul 11:27
Compare
Choose a tag to compare
  • Add Python 3.9 support
  • Discontinue Python 3.5 support
  • Add second \r\n to the end of broadcast messages (#15)

1.0.1

13 Jan 16:33
Compare
Choose a tag to compare
  • Fix missing packge data

1.0.0

13 Jan 16:24
Compare
Choose a tag to compare
Switch travis-ci python version from 3.7-dev to nightly