Skip to content

Commit 13c558c

Browse files
authored
Update changelog (#811)
1 parent d4c8f0d commit 13c558c

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.rst

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

143+
0.32.0 Beta 4
144+
=============
145+
146+
* Simplify wait_event_or_timeout (#810) @bdraco
147+
148+
This function always did the same thing on timeout and
149+
wait complete so we can use the same callback. This
150+
solves the CI failing due to the test coverage flapping
151+
back and forth as the timeout would rarely happen.
152+
153+
* Make DNSHinfo and DNSAddress use the same match order as DNSPointer and DNSText (#808) @bdraco
154+
155+
We want to check the data that is most likely to be unique first
156+
so we can reject the __eq__ as soon as possible.
157+
158+
* Qualify IPv6 link-local addresses with scope_id (#343) @ibygrave
159+
160+
When a service is advertised on an IPv6 address where
161+
the scope is link local, i.e. fe80::/64 (see RFC 4007)
162+
the resolved IPv6 address must be extended with the
163+
scope_id that identifies through the "%" symbol the
164+
local interface to be used when routing to that address.
165+
A new API `parsed_scoped_addresses()` is provided to
166+
return qualified addresses to avoid breaking compatibility
167+
on the existing parsed_addresses().
143168

144169
0.32.0 Beta 3
145170
=============

0 commit comments

Comments
 (0)