Skip to content

Commit e32f52d

Browse files
author
semantic-release
committed
0.149.7
Automatically generated by python-semantic-release
1 parent 0ad3f37 commit e32f52d

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<!-- version list -->
44

5+
## v0.149.7 (2026-05-18)
6+
7+
### Bug Fixes
8+
9+
- Bound DNSCache record count to prevent unbounded LAN-driven growth
10+
([#1718](https://github.com/python-zeroconf/python-zeroconf/pull/1718),
11+
[`0ad3f37`](https://github.com/python-zeroconf/python-zeroconf/commit/0ad3f37b5b852b8f614d322283d148efb2cef6e4))
12+
13+
### Testing
14+
15+
- Shave ServiceBrowser first-query delay on loopback
16+
([#1720](https://github.com/python-zeroconf/python-zeroconf/pull/1720),
17+
[`0ff3c6b`](https://github.com/python-zeroconf/python-zeroconf/commit/0ff3c6b9dd40e01263ce88803139c3ba68349682))
18+
19+
520
## v0.149.6 (2026-05-18)
621

722
### 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.6"
7+
version = "0.149.7"
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.6"
91+
__version__ = "0.149.7"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)