File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,6 +138,23 @@ See examples directory for more.
138138Changelog
139139=========
140140
141+ 0.37.0
142+ ======
143+
144+ Technically backwards incompatible:
145+
146+ * Adding a listener that does not inherit from RecordUpdateListener now logs an error (#1034) @bdraco
147+ * The NotRunningException exception is now thrown when Zeroconf is not running (#1033) @bdraco
148+
149+ Before this change the consumer would get a timeout or an EventLoopBlocked
150+ exception when calling `ServiceInfo.*request ` when the instance had already been shutdown
151+ or had failed to startup.
152+
153+ * The EventLoopBlocked exception is now thrown when a coroutine times out (#1032) @bdraco
154+
155+ Previously `concurrent.futures.TimeoutError ` would have been raised
156+ instead. This is never expected to happen during normal operation.
157+
1411580.36.13
142159=======
143160
You can’t perform that action at this time.
0 commit comments