Skip to content

Commit 82f80c3

Browse files
authored
Update changelog (#827)
1 parent 6298ef9 commit 82f80c3

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.rst

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

143+
0.32.0 Beta 6
144+
=============
145+
146+
This beta addresses two potential areas where zeroconf can be overwhelmed and
147+
deny service to legitimate queriers.
148+
149+
* BREAKING CHANGE: Drop oversize packets before processing them (#826) @bdraco
150+
151+
Oversized packets can quickly overwhelm the system and deny
152+
service to legitimate queriers. In practice this is usually
153+
due to broken mDNS implementations rather than malicious
154+
actors.
155+
156+
* BREAKING CHANGE: Guard against excessive ServiceBrowser queries from PTR records significantly lower than recommended (#824) @bdraco
157+
158+
We now enforce a minimum TTL for PTR records to avoid
159+
ServiceBrowsers generating excessive queries refresh queries.
160+
Apple uses a 15s minimum TTL, however we do not have the same
161+
level of rate limit and safe guards so we use 1/4 of the recommended value.
162+
143163
0.32.0 Beta 5
144164
=============
145165

0 commit comments

Comments
 (0)