We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ee205 commit ae3635bCopy full SHA for ae3635b
1 file changed
README.rst
@@ -141,6 +141,17 @@ See examples directory for more.
141
Changelog
142
=========
143
144
+0.38.5
145
+======
146
+
147
+* Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire (#1064) @bdraco
148
149
+ ServiceBrowsers were only getting a `ServiceStateChange.Removed` callback
150
+ when the record was sent with a TTL of 0. ServiceBrowsers now correctly
151
+ get a `ServiceStateChange.Removed` callback when the record expires as well.
152
+* Fix missing minimum version of python 3.7 (#1060) @stevencrader
153
154
155
0.38.4
156
======
157
0 commit comments