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.8 (2026-05-19)
6+
7+ ### Bug Fixes
8+
9+ - Bound NSEC bitmap length against record end
10+ ([ #1731 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1731 ) ,
11+ [ ` 1d83550 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/1d83550c58ed0ea69b611a907cd4bdfcb2eef535 ) )
12+
13+ ### Testing
14+
15+ - Give IPv6-only loopback find() its own timeout
16+ ([ #1721 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1721 ) ,
17+ [ ` fcd1ffb ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/fcd1ffb4af9b3b26bc0ecae30641251a4c9a4ba6 ) )
18+
19+ - Widen LOOPBACK_FIND_TIMEOUT under PyPy
20+ ([ #1742 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1742 ) ,
21+ [ ` 6924606 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/69246065085fa25f9baf20abbf0eaddcb4a4d88c ) )
22+
23+ - Widen safety margin in test_response_aggregation_timings_multiple
24+ ([ #1737 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1737 ) ,
25+ [ ` 228af17 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/228af178657a70dd2e76420a8187345de6ede46f ) )
26+
27+
528## v0.149.7 (2026-05-18)
629
730### 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.7 "
7+ version = " 0.149.8 "
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.7 "
91+ __version__ = "0.149.8 "
9292__license__ = "LGPL"
9393
9494
You can’t perform that action at this time.
0 commit comments