Skip to content

Commit dd40437

Browse files
authored
Update changelog for 0.35.0 (#957)
1 parent c772936 commit dd40437

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.rst

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

143+
0.35.0
144+
======
145+
146+
* Reduced chance of accidental synchronization of ServiceInfo requests (#955) @bdraco
147+
* Sort aggregated responses to increase chance of name compression (#954) @bdraco
148+
149+
Technically backwards incompatible:
150+
151+
* Send unicast replies on the same socket the query was received (#952) @bdraco
152+
153+
When replying to a QU question, we do not know if the sending host is reachable
154+
from all of the sending sockets. We now avoid this problem by replying via
155+
the receiving socket. This was the existing behavior when `InterfaceChoice.Default`
156+
is set.
157+
158+
This change extends the unicast relay behavior to used with `InterfaceChoice.Default`
159+
to apply when `InterfaceChoice.All` or interfaces are explicitly passed when
160+
instantiating a `Zeroconf` instance.
161+
162+
Fixes #951
163+
143164
0.34.3
144165
======
145166

0 commit comments

Comments
 (0)