Skip to content

Releases: python-zeroconf/python-zeroconf

0.147.0

03 May 16:24
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

0.146.1

05 Mar 03:18
Compare
Choose a tag to compare

v0.146.1 (2025-03-05)

Bug Fixes

  • Use trusted publishing for uploading wheels (#1541, fa65cc8)

Detailed Changes: 0.146.0...0.146.1

0.146.0

05 Mar 01:47
Compare
Choose a tag to compare

v0.146.0 (2025-03-05)

Features

feat: reduce size of binaries


Detailed Changes: 0.145.1...0.146.0

0.145.1

18 Feb 04:45
Compare
Choose a tag to compare

v0.145.1 (2025-02-18)

Bug Fixes

  • Hold a strong reference to the AsyncEngine setup task (#1533, d4e6f25)

Detailed Changes: 0.145.0...0.145.1

0.145.0

15 Feb 23:00
Compare
Choose a tag to compare

v0.145.0 (2025-02-15)

Features


Detailed Changes: 0.144.3...0.145.0

0.144.3

14 Feb 19:28
Compare
Choose a tag to compare

v0.144.3 (2025-02-14)

Bug Fixes


Detailed Changes: 0.144.2...0.144.3