Releases: nbuchwitz/nc_dnsapi
Releases · nbuchwitz/nc_dnsapi
Version 0.1.6
What's Changed
- feat: Add support for SSHFP record type by @nbuchwitz in #8
- fix: Hint for wrong credentials by @nbuchwitz in #7
Full Changelog: v0.1.5...v0.1.6
Version 0.1.5
Features:
- (#4): Allow OPENPGPKEY and SMIMEA as record types (PR @jp-coding)
- (#1): Enhance print output of domain list (PR @coldfix)
- (#3): Fix example for DNS records (PR @tuxmaster5000)
Bugfix release
Return an empty list if no dns records exist.
Small improvements
This release ensures the backward compatibility with Python 2.7 and fixes some small bugs. All CRUD methods will now also return the current recordset.
Added methods:
- Check if a record exists in DNS:
dns_record_exists(domainname, record)
- Get a record with it's Id:
dns_record(domainname, record)
- Delete a set of records:
delete_dns_records(domain, records[])
first release
First release of nc_dnsapi