Skip to content

Releases: python-zeroconf/python-zeroconf

0.148.0

05 Oct 00:21

Choose a tag to compare

v0.148.0 (2025-10-05)

This release is published under the LGPL-2.1-or-later License.

Features


Detailed Changes: 0.147.3...0.148.0

1.0.0

04 Oct 20:49

Choose a tag to compare

Upgrades python-semantic-release to 10.x which triggers a major release. There are no breaking changes. This release was YANKED as the major version bump was not intended.

v1.0.0 (2025-10-04)

This release is published under the LGPL-2.1-or-later License.


Detailed Changes: 0.147.3...1.0.0

0.147.3

04 Oct 20:37

Choose a tag to compare

v0.147.3 (2025-10-04)

This release is published under the LGPL-2.1-or-later License.

Bug Fixes


Detailed Changes: 0.147.2...0.147.3

0.147.2

05 Sep 20:33

Choose a tag to compare

v0.147.2 (2025-09-05)

Bug Fixes


Detailed Changes: 0.147.1...0.147.2

0.147.1

05 Sep 19:54

Choose a tag to compare

v0.147.1 (2025-09-05)

Bug Fixes

  • Increase check time and add random wait to avoid service collisions (#1611, 8c382ee)

Co-authored-by: J. Nick Koston nick@koston.org


Detailed Changes: 0.147.0...0.147.1

0.147.0

03 May 16:24

Choose a tag to compare

v0.147.0 (2025-05-03)

Features


Detailed Changes: 0.146.5...0.147.0

0.146.5

14 Apr 21:22

Choose a tag to compare

v0.146.5 (2025-04-14)

Bug Fixes

Co-authored-by: J. Nick Koston nick@koston.org


Detailed Changes: 0.146.4...0.146.5

0.146.4

14 Apr 09:47

Choose a tag to compare

v0.146.4 (2025-04-14)

Bug Fixes


Detailed Changes: 0.146.3...0.146.4

0.146.3

02 Apr 17:53

Choose a tag to compare

v0.146.3 (2025-04-02)

Bug Fixes

  • Correctly override question type flag for requests (#1558, bd643a2)
  • fix: correctly override question type flag for requests

Currently even when setting the explicit question type flag, the implementation ignores it for subsequent queries. This commit ensures that all queries respect the explicit question type flag.

  • chore(tests): add test for explicit question type flag

Add unit test to validate that the explicit question type flag is set correctly in outgoing requests.


Detailed Changes: 0.146.2...0.146.3

0.146.2

01 Apr 19:22

Choose a tag to compare

v0.146.2 (2025-04-01)

Bug Fixes

  • Create listener socket with specific IP version (#1557, b757ddf)
  • fix: create listener socket with specific IP version

Create listener sockets when using unicast with specific IP version as well, just like in new_respond_socket().

  • chore(tests): add unit test for socket creation with unicast addressing

Detailed Changes: 0.146.1...0.146.2