Skip to content

Commit 9470bd6

Browse files
author
semantic-release
committed
0.149.14
Automatically generated by python-semantic-release
1 parent 137a5d6 commit 9470bd6

3 files changed

Lines changed: 29 additions & 2 deletions

File tree

CHANGELOG.md

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

33
<!-- version list -->
44

5+
## v0.149.14 (2026-05-20)
6+
7+
### Bug Fixes
8+
9+
- Skip NSEC records in ServiceBrowser to suppress spurious updates
10+
([#1762](https://github.com/python-zeroconf/python-zeroconf/pull/1762),
11+
[`137a5d6`](https://github.com/python-zeroconf/python-zeroconf/commit/137a5d6c29389ffcd8abfba0925d8cbe58cb2c1b))
12+
13+
### Testing
14+
15+
- Add blockbuster to detect blocking calls in asyncio tests
16+
([#1761](https://github.com/python-zeroconf/python-zeroconf/pull/1761),
17+
[`90a5a39`](https://github.com/python-zeroconf/python-zeroconf/commit/90a5a39df7400926bc5498a86b9fe4c46eaffd44))
18+
19+
- Scale aggregation timings 10x to speed up timing-dependent tests
20+
([#1759](https://github.com/python-zeroconf/python-zeroconf/pull/1759),
21+
[`3e5ac4f`](https://github.com/python-zeroconf/python-zeroconf/commit/3e5ac4fbc5cd8d8b5ffed5cc8994782e7157cfad))
22+
23+
- Shave loopback timing overhead from remaining slow tests
24+
([#1760](https://github.com/python-zeroconf/python-zeroconf/pull/1760),
25+
[`343dc7a`](https://github.com/python-zeroconf/python-zeroconf/commit/343dc7a305b47a574f58265081f172ed54f461bb))
26+
27+
- Widen QM follow-up window in info_asking_default test
28+
([#1765](https://github.com/python-zeroconf/python-zeroconf/pull/1765),
29+
[`4ffba87`](https://github.com/python-zeroconf/python-zeroconf/commit/4ffba87177fcc11a0fd8ccb7d93c6996a1269a26))
30+
31+
532
## v0.149.13 (2026-05-20)
633

734
### 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.13"
7+
version = "0.149.14"
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.13"
91+
__version__ = "0.149.14"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)