14
0

- update to 0.39.1:

* Switch to using async_timeout for timeouts 
  * Significantly reduces the number of asyncio tasks that are created when
  * using ServiceInfo or AsyncServiceInfo
  * Performance improvements for constructing outgoing packet data

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=65
This commit is contained in:
2022-09-17 07:30:02 +00:00
committed by Git OBS Bridge
parent 4a6c6d0939
commit bde8917676
6 changed files with 17 additions and 9 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Sep 17 07:29:19 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.39.1:
* Switch to using async_timeout for timeouts
* Significantly reduces the number of asyncio tasks that are created when
* using ServiceInfo or AsyncServiceInfo
* Performance improvements for constructing outgoing packet data
-------------------------------------------------------------------
Sat Jun 25 15:21:12 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>