- Get rid of `__del__` methods - Use ResourceWarning instead of logging warning record.
----
0.7.1
Not secure
==================
- Do not unquote client request urls. - Allow multiple waiters on transport drain. - Do not return client connection to pool in case of exceptions. - Rename SocketConnector to TCPConnector and UnixSocketConnector to UnixConnector.
----
0.7.0
Not secure
==================
- Connection flow control. - HTTP client session/connection pool refactoring. - Better handling for bad server requests.