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.4 (2026-05-17)
6+
7+ ### Bug Fixes
8+
9+ - ** core** : Release sockets when close runs before engine setup completes
10+ ([ #1706 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1706 ) ,
11+ [ ` 0deb56b ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/0deb56b78fe6cd701a43ce34dccd4b69d6dd6d36 ) )
12+
13+ ### Testing
14+
15+ - Drop pending multicast responses before TOCTOU assertion
16+ ([ #1701 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1701 ) ,
17+ [ ` d2058d9 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/d2058d95882c70fb2eb786d373a630314e656c15 ) )
18+
19+ - Speed up slow loopback tests (closes #1697 )
20+ ([ #1699 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1699 ) ,
21+ [ ` dd341a3 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/dd341a378e904cbf9b9a09e5c2ac8ff7c9944cd0 ) )
22+
23+ - Speed up slow loopback tests (closes #1700 )
24+ ([ #1703 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1703 ) ,
25+ [ ` d03ea36 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/d03ea364dea5866e0301ff11f6b78714ecf991e8 ) )
26+
27+ - Speed up test_async_wait_unblocks_on_update
28+ ([ #1702 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1702 ) ,
29+ [ ` 653c385 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/653c38559c468672cf907d808d432dec0fb06968 ) )
30+
31+ - Widen scheduling buffer in flaky get_info suppression test
32+ ([ #1698 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1698 ) ,
33+ [ ` 9b4db62 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/9b4db625e121c2d590ed8fe2f4d187d5e3bb9a73 ) )
34+
35+
536## v0.149.3 (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.3 "
7+ version = " 0.149.4 "
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.3 "
91+ __version__ = "0.149.4 "
9292__license__ = "LGPL"
9393
9494
You can’t perform that action at this time.
0 commit comments