File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -140,6 +140,27 @@ See examples directory for more.
140140Changelog
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+
1431640.34.3
144165======
145166
You can’t perform that action at this time.
0 commit comments