* Close underlying transport when a TURN allocation is deleted. * Shutdown mDNS stack when it is no longer referenced. * Rewrite asynchronous tests as coroutines.
0.7.6
-----
* Ensure `dnspython` version is at least 2.0.0. * Avoid 400 error when using TURN with concurrent sends. * Avoid error if a connection is lost before the local candidate is set.
0.7.5
-----
* Emit an event when the ICE connection is closed.
0.7.4
-----
* Perform mDNS resolution using an A query, as Firefox does not respond to ANY queries. * Use full module name to name loggers.
0.7.3
-----
* Defer mDNS lock initialisation to avoid mismatched event-loops, fixes errors seen with uvloop. * Correctly gather STUN candidates when there are multiple components.