Implemented enhancements:
- Add dnspython 2 support
ExceptionCachingResolver: Cache authority and additional sections (dcadbb)HostsCache: Add preloaded hosts (e.g./etc/hosts) cache (fc9ec2)
Fixed bugs:
- ExceptionCachingResolver: Do not cache
NoMetaqueries(5f571e) - Fix patched
socket.gethostbynameto resolve names in/etc/hosts(issue 11)
Other:
- Update tests to handle changes in Google DNS behaviour
- Many more tests
- Testing against many U.S. DNS servers
0.2.0 (2020-03-09)
- Support Python 3.4
- Enhanced tests
0.1.0 (2020-03-08)
- Initial release