14
0
Commit Graph

9 Commits

Author SHA256 Message Date
bde8917676 - 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
2022-09-17 07:30:02 +00:00
Antoine Belvire
5f5cc14fd3 Accepting request 984602 from home:yarunachalam:branches:devel:languages:python
- update to 0.38.7: 
  * Performance improvements for parsing incoming packet data (#1076) @bdraco

OBS-URL: https://build.opensuse.org/request/show/984602
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=62
2022-06-25 15:51:56 +00:00
f8deecf013 - update to 0.38.6:
* Performance improvements for fetching ServiceInfo
  * Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire
  * Fix missing minimum version of python 3.7
  * Fix IP Address updates when hostname is uppercase

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=59
2022-06-04 12:15:15 +00:00
e3307e320c - update to 0.38.3:
* Make decode errors more helpful in finding the source of the bad data

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=58
2022-02-04 22:30:09 +00:00
18c76bee2e - update to 0.38.1:
* Dropped Python 3.6 support
  * Handle Service types that end with another service type
  * Improve performance of query scheduler
  * Avoid linear type searches in ServiceBrowsers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=57
2022-01-03 10:30:56 +00:00
aae081512b - update to 0.37.0:
* Adding a listener that does not inherit from RecordUpdateListener now logs
    an error
  * The NotRunningException exception is now thrown when Zeroconf is not
    running (#1033) @bdraco
  * Before this change the consumer would get a timeout or an EventLoopBlocked
    exception when calling ServiceInfo.*request when the instance had already been shutdown
    or had failed to startup.
  * The EventLoopBlocked exception is now thrown when a coroutine times out

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=56
2021-11-29 11:11:24 +00:00
7b1bd22923 - update to 0.36.12:
* scope_id is now stripped from IPv6 addresses if given
  * Optimized decoding labels from incoming packets
  * Prevent service lookups from deadlocking if time abruptly moves backwards

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=55
2021-11-06 18:22:51 +00:00
5147a9bdfd - update to 0.36.9:
* Ensure ServiceInfo orders newest addresses first

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=54
2021-10-26 20:31:37 +00:00
0af8a6766f - update to 0.36.8
* Fixed ServiceBrowser infinite loop when zeroconf is closed before it is canceled 
  * Improved performance of responding to queries
  * Improved log message when receiving an invalid or corrupt packet
  * Improved performance of sending outgoing packets
  * Reduced memory usage for incoming and outgoing packets
  * Improved performance of constructing outgoing packets
  * Deferred parsing of incoming packets when it can be avoided
  * Improved performance of parsing incoming packets

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zeroconf?expand=0&rev=52
2021-10-16 19:51:57 +00:00