14
0

- 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
This commit is contained in:
2021-11-29 11:11:24 +00:00
committed by Git OBS Bridge
parent 7b1bd22923
commit aae081512b
6 changed files with 22 additions and 9 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Nov 29 11:04:03 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------
Sat Nov 6 18:15:23 UTC 2021 - Dirk Müller <dmueller@suse.com>