Skip to content

Commit 6db1f91

Browse files
author
semantic-release
committed
0.149.4
Automatically generated by python-semantic-release
1 parent 0deb56b commit 6db1f91

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.4 (2026-05-17)
6+
7+
### Bug Fixes
8+
9+
- **core**: Release sockets when close runs before engine setup completes
10+
([#1706](https://github.com/python-zeroconf/python-zeroconf/pull/1706),
11+
[`0deb56b`](https://github.com/python-zeroconf/python-zeroconf/commit/0deb56b78fe6cd701a43ce34dccd4b69d6dd6d36))
12+
13+
### Testing
14+
15+
- Drop pending multicast responses before TOCTOU assertion
16+
([#1701](https://github.com/python-zeroconf/python-zeroconf/pull/1701),
17+
[`d2058d9`](https://github.com/python-zeroconf/python-zeroconf/commit/d2058d95882c70fb2eb786d373a630314e656c15))
18+
19+
- Speed up slow loopback tests (closes #1697)
20+
([#1699](https://github.com/python-zeroconf/python-zeroconf/pull/1699),
21+
[`dd341a3`](https://github.com/python-zeroconf/python-zeroconf/commit/dd341a378e904cbf9b9a09e5c2ac8ff7c9944cd0))
22+
23+
- Speed up slow loopback tests (closes #1700)
24+
([#1703](https://github.com/python-zeroconf/python-zeroconf/pull/1703),
25+
[`d03ea36`](https://github.com/python-zeroconf/python-zeroconf/commit/d03ea364dea5866e0301ff11f6b78714ecf991e8))
26+
27+
- Speed up test_async_wait_unblocks_on_update
28+
([#1702](https://github.com/python-zeroconf/python-zeroconf/pull/1702),
29+
[`653c385`](https://github.com/python-zeroconf/python-zeroconf/commit/653c38559c468672cf907d808d432dec0fb06968))
30+
31+
- Widen scheduling buffer in flaky get_info suppression test
32+
([#1698](https://github.com/python-zeroconf/python-zeroconf/pull/1698),
33+
[`9b4db62`](https://github.com/python-zeroconf/python-zeroconf/commit/9b4db625e121c2d590ed8fe2f4d187d5e3bb9a73))
34+
35+
536
## v0.149.3 (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.3"
7+
version = "0.149.4"
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.3"
91+
__version__ = "0.149.4"
9292
__license__ = "LGPL"
9393

9494

0 commit comments

Comments
 (0)