Skip to content

Commit 5333fc5

Browse files
author
semantic-release
committed
0.149.17
Automatically generated by python-semantic-release
1 parent 868f28f commit 5333fc5

3 files changed

Lines changed: 25 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,29 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44

55
[project]
66
name = "zeroconf"
7-
version = "0.149.16"
7+
version = "0.149.17"
88
license = "LGPL-2.1-or-later"
99
description = "A pure python implementation of multicast DNS service discovery"
1010
readme = "README.rst"

src/zeroconf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
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

0 commit comments

Comments
 (0)