Releases: python-zeroconf/python-zeroconf
0.148.0
1.0.0
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
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
0.147.1
v0.147.1 (2025-09-05)
Bug Fixes
Co-authored-by: J. Nick Koston nick@koston.org
Detailed Changes: 0.147.0...0.147.1
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