Skip to content

Releases: selectel/domains-go

v1.1.0

06 Jun 10:28
6b87a8d
Compare
Choose a tag to compare

What's Changed

  • Add method to toggle zone protection from deletion

Full Changelog: v1.0.3...v1.1.0

v1.0.3

23 Apr 14:12
7f4f523
Compare
Choose a tag to compare

What's Changed

  • Split DNSClient interface into two: DNSManager and DNSClient
  • Drop unused struct rrsetManagedByForm

Full Changelog: v1.0.2...v1.0.3

v1.0.2

26 Jan 09:27
5d317a9
Compare
Choose a tag to compare

What's Changed

  • DNSv2. Rename uuid to id in rrset and zone. Rename zone to zone_id in rrset. by @dchudik in #30
  • Fix method UpdateZoneState. URL was incorrect. by @dchudik in #31

Full Changelog: v1.0.0...v1.0.2

v1.0.1

25 Jan 15:44
5d317a9
Compare
Choose a tag to compare

What's Changed

  • DNSv2. Rename uuid to id in rrset and zone. Rename zone to zone_id in rrset. by @dchudik in #30
  • Fix method UpdateZoneState. URL was incorrect. by @dchudik in #31

Full Changelog: v1.0.0...v1.0.1

v1.0.0

23 Jan 10:23
143c8b6
Compare
Choose a tag to compare

What's Changed

  • Added client for new version DNS v2 API. by @dchudik in #29

New Contributors

Full Changelog: v0.5.0...v1.0.0

v0.4.0

11 Oct 14:35
641cfc2
Compare
Choose a tag to compare

Add support for DNS record types:

  • ALIAS
  • SSHFP
  • CAA

v0.3.0

12 Nov 11:55
Compare
Choose a tag to compare

Extended error message with returned status code.

Fixed gotest.sh to be able to exit from script with actual status code.

v0.2.0

12 May 11:33
Compare
Choose a tag to compare

Add NewDomainsClientV1WithDefaultEndpoint function that allows to initialise HTTP client with default Selectel Domains API V1 endpoint.

v0.1.0

08 May 13:46
e4516cc
Compare
Choose a tag to compare

Added support for managing domains and records for Selectel Domains API V1.