- Fixed missing dependecies resulting error `dns.query.NoDOH: Neither httpx nor requests is available.`
0.2.2
Not secure
Improvements
- Improved DoH resolving
0.2.1
Not secure
Fix bugs
- Fixed unhandled exception if host doesn't contain AAAA type
0.2.0
Not secure
{warning} Broken, do not use this version. Instead use `v0.2.1`
New features
- Added `get_all_dns_provider()`, returning all available DoH providers. - Added new DoH providers - cloudflare-security - cloudflare-family - opendns - opendns-family - adguard - adguard-family - adguard-unfiltered - quad9 - quad9-unsecured - Added `DNSOverHTTPSSession` for ready-to-use DoH requests session
Breaking changes
- Starting from v0.2.0, requests-doh rely on [dnspython](https://github.com/rthalley/dnspython) module for extending it's library usage and query to many public and private DNS.
0.1.1
Not secure
Fix bugs
- Fix ipv6 addresses is not handled properly
0.1.0
Not secure
New features
- Added DoH local caching
Fix bugs
- Fix requests for http prefix (`http://`) is hanging up