Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 1.06 KB

Change Log

0.3.0

Full Changelog

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.gethostbyname to 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)

Full Changelog

  • Support Python 3.4
  • Enhanced tests

0.1.0 (2020-03-08)

  • Initial release