Skip to content

Commit 69bbcd1

Browse files
author
semantic-release
committed
0.149.8
Automatically generated by python-semantic-release
1 parent 1d83550 commit 69bbcd1

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.8 (2026-05-19)
6+
7+
### Bug Fixes
8+
9+
- Bound NSEC bitmap length against record end
10+
([#1731](https://github.com/python-zeroconf/python-zeroconf/pull/1731),
11+
[`1d83550`](https://github.com/python-zeroconf/python-zeroconf/commit/1d83550c58ed0ea69b611a907cd4bdfcb2eef535))
12+
13+
### Testing
14+
15+
- Give IPv6-only loopback find() its own timeout
16+
([#1721](https://github.com/python-zeroconf/python-zeroconf/pull/1721),
17+
[`fcd1ffb`](https://github.com/python-zeroconf/python-zeroconf/commit/fcd1ffb4af9b3b26bc0ecae30641251a4c9a4ba6))
18+
19+
- Widen LOOPBACK_FIND_TIMEOUT under PyPy
20+
([#1742](https://github.com/python-zeroconf/python-zeroconf/pull/1742),
21+
[`6924606`](https://github.com/python-zeroconf/python-zeroconf/commit/69246065085fa25f9baf20abbf0eaddcb4a4d88c))
22+
23+
- Widen safety margin in test_response_aggregation_timings_multiple
24+
([#1737](https://github.com/python-zeroconf/python-zeroconf/pull/1737),
25+
[`228af17`](https://github.com/python-zeroconf/python-zeroconf/commit/228af178657a70dd2e76420a8187345de6ede46f))
26+
27+
528
## v0.149.7 (2026-05-18)
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.7"
7+
version = "0.149.8"
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.7"
91+
__version__ = "0.149.8"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)