Skip to content

Commit b2a7a00

Browse files
authored
Update changelog for 0.33.0 (#912)
1 parent 2d3da7a commit b2a7a00

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,21 @@ See examples directory for more.
140140
Changelog
141141
=========
142142

143+
0.33.0 (Unreleased)
144+
===================
145+
146+
This release eliminates all threading locks as all non-threadsafe operations
147+
now happen in the event loop.
148+
149+
Technically backwards incompatible:
150+
151+
* Remove duplicate unregister_all_services code (#910) @bdraco
152+
153+
Calling Zeroconf.close from same asyncio event loop zeroconf is running in
154+
will now skip unregister_all_services and log a warning as this a blocking
155+
operation and is not async safe and never has been.
156+
157+
Use AsyncZeroconf instead, or for legacy code call async_unregister_all_services before Zeroconf.close
143158

144159
0.32.1
145160
======

0 commit comments

Comments
 (0)