Skip to content

Releases: namecheap/go-namecheap-sdk

v2.3.0

07 May 14:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

08 Mar 00:12
ecef081
Compare
Choose a tag to compare

What's Changed

  • added support for "domains.ns.getInfo" api method by @brookatlas in #39
  • fixed all CI workflow errors and warnings
  • upgraded CI "go" version to v1.22

New Contributors

Full Changelog: v2.1.0...v2.2.0

v2.1.0

29 Nov 16:28
9ee560d
Compare
Choose a tag to compare
  • added namecheap.domains.getInfo API support
  • fixed work with FreeDNS domains for namecheap.domains.dns.getList

v2.0.2

28 Jul 14:08
cb903e2
Compare
Choose a tag to compare

v2.0.2 contains a mandatory improvement related to API retry when minutely API limits are exceeded #28

v2.0.1

14 Jul 13:00
60fc0c4
Compare
Choose a tag to compare

The v2.0.1 update mostly contains minor bug fixes and sources improvements.

Changes:

  • allowed email type GMAIL for DomainsDNS.SetHosts #26
  • allocated possible record type values, email type values as a public constants #27

v2.0.0

07 Jul 12:25
Compare
Choose a tag to compare

This is a new release of Namecheap SDK.

BREAKING CHANGES: the v2 release is not compatible with any of v1!

This is the completely refactored v1 with much-improved output format regarding official Namecheap API documentation.

Mandatory changes:

  • added smart validation for namecheap.domains.dns.setHosts API command. Details on #25
  • the structure of methods aligned regarding the original hierarchy
  • improved domain argument parsing that is fixing the issue from v1 #13

v1.3.0

04 Jun 14:01
7c94e8f
Compare
Choose a tag to compare

Package migration

v1.2.0

11 Feb 00:34
Compare
Choose a tag to compare

ADDITIONS

  • Add NS record
  • Add debug log to new request

IMPROVEMENTS

  • Remove dependency on terraform sdk
  • Update travis config to use golang 1.15

v1.1.0

20 Nov 00:35
Compare
Choose a tag to compare

ADDITIONS

  • Added support for domains resolution

IMPROVEMENTS

BUILD

  • Upgrade to Go 1.13