- `ZoneFileProvider` assumes zone files don't exist when used as a target. This avoids the need to `--force` root NS changes when re-writing files. - Fix list_zones behavior with file_extension=''
0.0.5
- ZoneFileProvider, full support writing zone files out to disk - ZoneFileSource.list_zones added to support dynamic zone config
0.0.4
- Use socket.gethostaddr instead of dns.resolver.resolve to look up host - Add timeout for zone transfers and updates
0.0.3
- Host can be a DNS name or an IP address - ZoneFileSource will error if file is not found - Support for TLSA records
0.0.2
- Add port parameter to AXFR source and RFC2136 provider. - Add key_algorithm parameter for TSIG - Error when RFC2136 provider is unable to perform an update