Skip to content

Releases: ultradns/ultradns-sdk-go

v1.3.7

15 Oct 16:29
108f0c4
Compare
Choose a tag to compare

BUG FIXES:

  • Resource Rrset:
    • Added "TTL" field in DirPoolProfile to make it compatible with DirPoolDTO.

v1.3.6

16 Jun 20:29
e620526
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Resource Zone:
    • Zone DTO now includes Zone Services that enables reading (GET) of zones.
    • Special Characters are now allowed when reading (GET) resources.
    • Integration and Unit testcases have been added.
  • Resource Rrset:
    • Now supports the use of "limits" and "offset" for pagination.
    • Client Name is now used as an identifier during create (POST) calls.
    • Added interfaces in RRSet service as to make it mockable in unit tests.
    • Added additional unit testcases to comply with coding conventions.
  • Resource Udnssdk:
    • Integration tests for zone service can now be enabled.

BUG FIXES:

  • Resource Rrset
    • Additional special characters are now supported when creating (POST) and reading (GET) other resources.
    • In the SBPoolProfile, the weight parameter will not be set by default when left empty.
  • Resource Udnssdk
    • API version dependency has been removed allowing for compatibility with latest API.