Releases: mimuret/golang-iij-dpf
Releases · mimuret/golang-iij-dpf
v0.9.1
v0.9.0
v0.8.0: Ver0.8.0 (#11)
* fix txt record rdata * add cc_notice_account * add lb_domains * ignore conver generated files
v0.7.1
v0.7.0: Ver0.7.0 (#8)
* add func GetZoneIdFromServiceCode, GetZoneFromServiceCode * fix: Add omitempty on Recode.TTL for DefaultTTL. * add support TTL default value * add NullablePositiveInt64 * change common_configs tsig type from int64 to types.NullablePositiveInt64
v0.6.2
v0.6.1: replace from *Id to ID (#6)
* replace from *Id to ID * update go.mod * update miekg/dns * update watch func * add testcase for DeepCopy* * add testcase for schema.go * update client.go * add test
v0.6.0 (#5)
* add support other version * add SetPathParams into TestSpec,TestListSpec * add support test schema * change schemaset.Parse return type from api.Object to apis.Spec * change api.OutputFrame.Spec to .Resource * add golangci-lint * fix testclient test * Change api.Client interface, Add context.Context paramater * Add zones record Type SVCB and HTTPS. * Change API apiutils.GetZone* GetRecord* * add GetGroup test * add golangci-lint * update linter issues
v0.5.0 (#4)
* add WaitJob args context * rename RecordRDATAs to RecordRDATASlice * change test platform to ginkgo and gomega