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.14 (2026-05-20)
6+
7+ ### Bug Fixes
8+
9+ - Skip NSEC records in ServiceBrowser to suppress spurious updates
10+ ([ #1762 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1762 ) ,
11+ [ ` 137a5d6 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/137a5d6c29389ffcd8abfba0925d8cbe58cb2c1b ) )
12+
13+ ### Testing
14+
15+ - Add blockbuster to detect blocking calls in asyncio tests
16+ ([ #1761 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1761 ) ,
17+ [ ` 90a5a39 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/90a5a39df7400926bc5498a86b9fe4c46eaffd44 ) )
18+
19+ - Scale aggregation timings 10x to speed up timing-dependent tests
20+ ([ #1759 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1759 ) ,
21+ [ ` 3e5ac4f ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/3e5ac4fbc5cd8d8b5ffed5cc8994782e7157cfad ) )
22+
23+ - Shave loopback timing overhead from remaining slow tests
24+ ([ #1760 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1760 ) ,
25+ [ ` 343dc7a ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/343dc7a305b47a574f58265081f172ed54f461bb ) )
26+
27+ - Widen QM follow-up window in info_asking_default test
28+ ([ #1765 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1765 ) ,
29+ [ ` 4ffba87 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/4ffba87177fcc11a0fd8ccb7d93c6996a1269a26 ) )
30+
31+
532## v0.149.13 (2026-05-20)
633
734### 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.13 "
7+ version = " 0.149.14 "
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.13 "
91+ __version__ = "0.149.14 "
9292__license__ = "LGPL"
9393
9494
You can’t perform that action at this time.
0 commit comments