Skip to content

4.0.0

Latest

Choose a tag to compare

@remcohaszing remcohaszing released this 28 Jun 09:32
4.0.0
1545322

What's Changed

  • 736ddcb Improve ipv6 detection in #40
  • 736ddcb Expose create_socket #40
  • 6468e35 Add CLI option to force the use of IPv4
  • 325f082 Deprecate send_magic_packet in favor of wake in #42
  • 892f722 Use modern typing features
  • a9d47e8 Use standard pyproject.toml project metadata
  • ea9bf68 Remove support for Python 3.9 and lower

Breaking changes

  • This project now requires Python 3.10 or greater.
  • For Python <3.13, this project now has a dependency on typing_extensions
  • The address family is now detected based on getaddrinfo instead of based on the host address. You should no longer need to specify it.
  • send_magic_packet is deprecated in favour or wake.
  • The -i / --ip CLI argument was renamed to -o / --host

Full Changelog: 3.3.0...4.0.0