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
11 changes: 11 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@ See examples directory for more.
Changelog
=========

0.38.5
======

* Fix ServiceBrowsers not getting ServiceStateChange.Removed callbacks on PTR record expire (#1064) @bdraco

ServiceBrowsers were only getting a `ServiceStateChange.Removed` callback
when the record was sent with a TTL of 0. ServiceBrowsers now correctly
get a `ServiceStateChange.Removed` callback when the record expires as well.
* Fix missing minimum version of python 3.7 (#1060) @stevencrader


0.38.4
======

Expand Down