Skip to content

Releases: nbuchwitz/nc_dnsapi

Version 0.1.6

16 Mar 16:21
f0f99c9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.5...v0.1.6

Version 0.1.5

16 Apr 15:58
3c5238e
Compare
Choose a tag to compare

Features:

Bugfix release

13 Aug 15:43
Compare
Choose a tag to compare

Return an empty list if no dns records exist.

Small improvements

13 Aug 10:23
Compare
Choose a tag to compare

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

10 Aug 12:00
Compare
Choose a tag to compare

First release of nc_dnsapi