Skip to content

Small improvements

Compare
Choose a tag to compare
@nbuchwitz nbuchwitz released this 13 Aug 10:23
· 18 commits to master since this release

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[])