| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 868f28f commit 5333fc5
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.17 (2026-06-21) | ||
| 6 | + | ||
| 7 | + ### Performance Improvements | ||
| 8 | + | ||
| 9 | + - Precompute address hash instead of per-instance lru_cache | ||
| 10 | + ([#1774](https://github.com/python-zeroconf/python-zeroconf/pull/1774), | ||
| 11 | + [`868f28f`](https://github.com/python-zeroconf/python-zeroconf/commit/868f28f82eb79a01ee885819afc4309facc9168b)) | ||
| 12 | + | ||
| 13 | + ### Testing | ||
| 14 | + | ||
| 15 | + - Add benchmarks for cache mark-to-expire path (#1780) | ||
| 16 | + ([#1785](https://github.com/python-zeroconf/python-zeroconf/pull/1785), | ||
| 17 | + [`29cc405`](https://github.com/python-zeroconf/python-zeroconf/commit/29cc405045947bf121405cfbc3dbb08805a4c160)) | ||
| 18 | + | ||
| 19 | + - Add benchmarks for ipaddress object creation and hashing | ||
| 20 | + ([#1773](https://github.com/python-zeroconf/python-zeroconf/pull/1773), | ||
| 21 | + [`bd20c8e`](https://github.com/python-zeroconf/python-zeroconf/commit/bd20c8efe320230b1dc65b45b7007a2be62e0b24)) | ||
| 22 | + | ||
| 23 | + - Synchronise test_integration on browser first-query | ||
| 24 | + ([#1771](https://github.com/python-zeroconf/python-zeroconf/pull/1771), | ||
| 25 | + [`cb81e67`](https://github.com/python-zeroconf/python-zeroconf/commit/cb81e6768ca1d8988d2e9526157a6d731b329b22)) | ||
| 26 | + | ||
| 27 | + | ||
| 5 | 28 | ## v0.149.16 (2026-05-21) | |
| 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.16" | ||
| 7 | + version = "0.149.17" | ||
| 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.16" | ||
| 91 | + __version__ = "0.149.17" | ||
| 92 | 92 | __license__ = "LGPL" | |
| 93 | 93 | ||
| 94 | 94 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments