Changes: - Added DNS Resolver Support - `SystemResolver` via `getaddrinfo` - `AsyncResolver` via `aiodns` - `HttpsResolver` via `DNS over HTTPS` - UNIX Domain Support (via `HttpClient.resolver.override`) - Switched package management to Poetry - Improved Testing - Updated dependency
0.1.3
Changes: - Switch version management to setuptools_scm - Add `py.typed` for type detection - Updated dependency
0.1.2
Changes: - make sure coroutines have been register to the event loop before acquiring the read lock.
0.1.1
This release fixes a bug that will cause close coroutine to hang forever.