Releases: ultradns/ultradns-sdk-go
Releases · ultradns/ultradns-sdk-go
v1.3.7
v1.3.6
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.