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.17 (2026-06-21)
6+
7+ ### Performance Improvements
8+
9+ - Precompute address hash instead of per-instance lru_cache
10+ ([ #1774 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1774 ) ,
11+ [ ` 868f28f ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/868f28f82eb79a01ee885819afc4309facc9168b ) )
12+
13+ ### Testing
14+
15+ - Add benchmarks for cache mark-to-expire path (#1780 )
16+ ([ #1785 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1785 ) ,
17+ [ ` 29cc405 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/29cc405045947bf121405cfbc3dbb08805a4c160 ) )
18+
19+ - Add benchmarks for ipaddress object creation and hashing
20+ ([ #1773 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1773 ) ,
21+ [ ` bd20c8e ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/bd20c8efe320230b1dc65b45b7007a2be62e0b24 ) )
22+
23+ - Synchronise test_integration on browser first-query
24+ ([ #1771 ] ( https://github.com/python-zeroconf/python-zeroconf/pull/1771 ) ,
25+ [ ` cb81e67 ` ] ( https://github.com/python-zeroconf/python-zeroconf/commit/cb81e6768ca1d8988d2e9526157a6d731b329b22 ) )
26+
27+
528## v0.149.16 (2026-05-21)
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.16 "
7+ version = " 0.149.17 "
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.16 "
91+ __version__ = "0.149.17 "
9292__license__ = "LGPL"
9393
9494
You can’t perform that action at this time.
0 commit comments