We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3da7a commit b2a7a00Copy full SHA for b2a7a00
1 file changed
README.rst
@@ -140,6 +140,21 @@ See examples directory for more.
140
Changelog
141
=========
142
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
158
159
0.32.1
160
======
0 commit comments