| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1216f59 commit f5056e6
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,21 @@ | |||
| 2 | 2 | ||
| 3 | 3 | <!-- version list --> | |
| 4 | 4 | ||
| 5 | + ## v0.150.3 (2026-08-28) | ||
| 6 | + | ||
| 7 | + ### Bug Fixes | ||
| 8 | + | ||
| 9 | + - Require a TXT record before a service is considered complete | ||
| 10 | + ([#1821](https://github.com/python-zeroconf/python-zeroconf/pull/1821), | ||
| 11 | + [`32d963b`](https://github.com/python-zeroconf/python-zeroconf/commit/32d963bd4a401c098ff518d3b1e78b091f1f9c9c)) | ||
| 12 | + | ||
| 13 | + ### Performance Improvements | ||
| 14 | + | ||
| 15 | + - **registry**: Use insertion-ordered dicts for O(1) removal | ||
| 16 | + ([#1786](https://github.com/python-zeroconf/python-zeroconf/pull/1786), | ||
| 17 | + [`1216f59`](https://github.com/python-zeroconf/python-zeroconf/commit/1216f59b1113d01d3241904f11e6d05dde654c6d)) | ||
| 18 | + | ||
| 19 | + | ||
| 5 | 20 | ## v0.150.2 (2026-08-28) | |
| 6 | 21 | ||
| 7 | 22 | ### Bug Fixes | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |||
| 4 | 4 | ||
| 5 | 5 | [project] | |
| 6 | 6 | name = "zeroconf" | |
| 7 | - version = "0.150.2" | ||
| 7 | + version = "0.150.3" | ||
| 8 | 8 | license = "LGPL-2.1-or-later" | |
| 9 | 9 | description = "A pure python implementation of multicast DNS service discovery" | |
| 10 | 10 | readme = "README.rst" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,7 +88,7 @@ | |||
| 88 | 88 | ||
| 89 | 89 | __author__ = "Paul Scott-Murphy, William McBrine" | |
| 90 | 90 | __maintainer__ = "Jakub Stasiak <jakub@stasiak.at>" | |
| 91 | - __version__ = "0.150.2" | ||
| 91 | + __version__ = "0.150.3" | ||
| 92 | 92 | __license__ = "LGPL" | |
| 93 | 93 | ||
| 94 | 94 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments