- Do not default to AF_UNIX under windows. Thanks to jmarcet. https://github.com/jsbronder/asyncio-dgram/pull/12
2.1.1
- Fixed type-hint for DatagramStream's drained parameter. Thanks to spumer for the report. https://github.com/jsbronder/asyncio-dgram/issues/11
2.1.0
- Type hints added - DatagramStream.send() renamed to DatagramStream._send(). This should be backward compatible as both DatagramServer and DatagramClient were overloading it.
2.0.0
- TransportClosed exception raised from send/recv if the other end hung up. https://github.com/jsbronder/asyncio-dgram/issues/9