| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1d83550 commit 69bbcd1
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,29 @@ | |||
| 2 | 2 | ||
| 3 | 3 | <!-- version list --> | |
| 4 | 4 | ||
| 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 | + | ||
| 5 | 28 | ## v0.149.7 (2026-05-18) | |
| 6 | 29 | ||
| 7 | 30 | ### 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.149.7" | ||
| 7 | + version = "0.149.8" | ||
| 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.149.7" | ||
| 91 | + __version__ = "0.149.8" | ||
| 92 | 92 | __license__ = "LGPL" | |
| 93 | 93 | ||
| 94 | 94 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments