Skip to content

Commit 65b22cb

Browse files
author
semantic-release
committed
0.149.5
Automatically generated by python-semantic-release
1 parent f9e2359 commit 65b22cb

3 files changed

Lines changed: 33 additions & 2 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.149.5 (2026-05-18)
6+
7+
### Bug Fixes
8+
9+
- Bound DNS compression-pointer chain depth in DNSIncoming
10+
([#1719](https://github.com/python-zeroconf/python-zeroconf/pull/1719),
11+
[`f9e2359`](https://github.com/python-zeroconf/python-zeroconf/commit/f9e23592137f30fdf7ef710dba065da31c79b1cf))
12+
13+
### Testing
14+
15+
- Cap helper get_service_info timeout in suppression test (~3.0s → ~1.85s)
16+
([#1708](https://github.com/python-zeroconf/python-zeroconf/pull/1708),
17+
[`ee3c7d7`](https://github.com/python-zeroconf/python-zeroconf/commit/ee3c7d74ff45327a3a6d520b86a691e21e2bc219))
18+
19+
- Drop ZeroconfServiceTypes.find() timeouts from 500ms to 200ms on loopback
20+
([#1710](https://github.com/python-zeroconf/python-zeroconf/pull/1710),
21+
[`64d143d`](https://github.com/python-zeroconf/python-zeroconf/commit/64d143d2ee7874ee1d9cef0dd2799c008b4aa791))
22+
23+
- Eliminate test_get_info_single race by injecting from the send mock
24+
([#1716](https://github.com/python-zeroconf/python-zeroconf/pull/1716),
25+
[`963d3d7`](https://github.com/python-zeroconf/python-zeroconf/commit/963d3d70e1cde056967eba0d8747ddcd247ae707))
26+
27+
- Fix race in test_register_and_lookup_type_by_uppercase_name
28+
([#1712](https://github.com/python-zeroconf/python-zeroconf/pull/1712),
29+
[`91aa21d`](https://github.com/python-zeroconf/python-zeroconf/commit/91aa21d52a0873f5fc12d43675b1b521dfe20519))
30+
31+
- Speed up service-info request tests with quick_request_timing fixture
32+
([#1709](https://github.com/python-zeroconf/python-zeroconf/pull/1709),
33+
[`4bae30a`](https://github.com/python-zeroconf/python-zeroconf/commit/4bae30a2ed0910ee7c4f1d0f92f2c400a7b10f31))
34+
35+
536
## v0.149.4 (2026-05-17)
637

738
### 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.4"
7+
version = "0.149.5"
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.4"
91+
__version__ = "0.149.5"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)