File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v0.149.5 (2026-05-18)
6+
7+ ### Bug Fixes
8+
9+ - Bound DNS compression-pointer chain depth in DNSIncoming
10+ ([ #1719 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1719 ) ,
11+ [ ` f9e2359 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/f9e23592137f30fdf7ef710dba065da31c79b1cf ) )
12+
13+ ### Testing
14+
15+ - Cap helper get_service_info timeout in suppression test (~ 3.0s → ~ 1.85s)
16+ ([ #1708 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1708 ) ,
17+ [ ` ee3c7d7 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/ee3c7d74ff45327a3a6d520b86a691e21e2bc219 ) )
18+
19+ - Drop ZeroconfServiceTypes.find() timeouts from 500ms to 200ms on loopback
20+ ([ #1710 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1710 ) ,
21+ [ ` 64d143d ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/64d143d2ee7874ee1d9cef0dd2799c008b4aa791 ) )
22+
23+ - Eliminate test_get_info_single race by injecting from the send mock
24+ ([ #1716 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1716 ) ,
25+ [ ` 963d3d7 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/963d3d70e1cde056967eba0d8747ddcd247ae707 ) )
26+
27+ - Fix race in test_register_and_lookup_type_by_uppercase_name
28+ ([ #1712 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1712 ) ,
29+ [ ` 91aa21d ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/91aa21d52a0873f5fc12d43675b1b521dfe20519 ) )
30+
31+ - Speed up service-info request tests with quick_request_timing fixture
32+ ([ #1709 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1709 ) ,
33+ [ ` 4bae30a ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/4bae30a2ed0910ee7c4f1d0f92f2c400a7b10f31 ) )
34+
35+
536## v0.149.4 (2026-05-17)
637
738### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[project ]
66name = " zeroconf"
7- version = " 0.149.4 "
7+ version = " 0.149.5 "
88license = " LGPL-2.1-or-later"
99description = " A pure python implementation of multicast DNS service discovery"
1010readme = " README.rst"
Original file line number Diff line number Diff line change 8888
8989__author__ = "Paul Scott-Murphy, William McBrine"
9090__maintainer__ = "Jakub Stasiak <jakub@stasiak.at>"
91- __version__ = "0.149.4 "
91+ __version__ = "0.149.5 "
9292__license__ = "LGPL"
9393
9494
You can’t perform that action at this time.
0 commit comments