Releases: python-zeroconf/python-zeroconf
Releases · python-zeroconf/python-zeroconf
0.147.0
0.146.5
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
0.146.3
v0.146.3 (2025-04-02)
Bug Fixes
- 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
v0.146.2 (2025-04-01)
Bug Fixes
- 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