Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,23 @@ See examples directory for more.
Changelog
=========

0.37.0
======

Technically backwards incompatible:

* Adding a listener that does not inherit from RecordUpdateListener now logs an error (#1034) @bdraco
* 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 (#1032) @bdraco

Previously `concurrent.futures.TimeoutError` would have been raised
instead. This is never expected to happen during normal operation.

0.36.13
=======

Expand Down