Skip to content

Commit 16c257c

Browse files
author
semantic-release
committed
0.146.3
Automatically generated by python-semantic-release
1 parent bd643a2 commit 16c257c

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# CHANGELOG
22

33

4+
## v0.146.3 (2025-04-02)
5+
6+
### Bug Fixes
7+
8+
- Correctly override question type flag for requests
9+
([#1558](https://github.com/python-zeroconf/python-zeroconf/pull/1558),
10+
[`bd643a2`](https://github.com/python-zeroconf/python-zeroconf/commit/bd643a227bc4d6a949d558850ad1431bc2940d74))
11+
12+
* fix: correctly override question type flag for requests
13+
14+
Currently even when setting the explicit question type flag, the implementation ignores it for
15+
subsequent queries. This commit ensures that all queries respect the explicit question type flag.
16+
17+
* chore(tests): add test for explicit question type flag
18+
19+
Add unit test to validate that the explicit question type flag is set correctly in outgoing
20+
requests.
21+
22+
423
## v0.146.2 (2025-04-01)
524

625
### Bug Fixes

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zeroconf"
3-
version = "0.146.2"
3+
version = "0.146.3"
44
description = "A pure python implementation of multicast DNS service discovery"
55
authors = ["Paul Scott-Murphy", "William McBrine", "Jakub Stasiak", "J. Nick Koston"]
66
license = "LGPL-2.1-or-later"

src/zeroconf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888

8989
__author__ = "Paul Scott-Murphy, William McBrine"
9090
__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
91-
__version__ = "0.146.2"
91+
__version__ = "0.146.3"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)