Skip to content

Commit

Permalink
Update changelog for 0.33.0 release (#919)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Jul 19, 2021
1 parent 919b096 commit 96be961
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,17 @@ Changelog
This release eliminates all threading locks as all non-threadsafe operations
now happen in the event loop.

* Let connection_lost close the underlying socket (#918) @bdraco

The socket was closed during shutdown before asyncio's connection_lost
handler had a chance to close it which resulted in a traceback on
windows.

Fixed #917

Technically backwards incompatible:

* Remove duplicate unregister_all_services code (#910) @bdraco
* Removed duplicate unregister_all_services code (#910) @bdraco

Calling Zeroconf.close from same asyncio event loop zeroconf is running in
will now skip unregister_all_services and log a warning as this a blocking
Expand Down

0 comments on commit 96be961

Please sign in to comment.