Skip to content

Commit fbfdb77

Browse files
committed
Update changelog for 0.37.0
1 parent ee071a1 commit fbfdb77

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

README.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,23 @@ See examples directory for more.
138138
Changelog
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+
141158
0.36.13
142159
=======
143160

0 commit comments

Comments
 (0)