Releases: centralnicgroup-opensource/rtldev-middleware-go-sdk
Releases · centralnicgroup-opensource/rtldev-middleware-go-sdk
v4.0.6
4.0.6 (2024-07-25)
Performance Improvements
- idntranslator.go: extend transitional processing TLDs array with '.art' TLD (27ad3d2)
v4.0.5
4.0.5 (2024-07-08)
Bug Fixes
- deps: bump golang.org/x/net from 0.26.0 to 0.27.0 (70a54f1)
v4.0.4
4.0.4 (2024-06-05)
Bug Fixes
- deps: bump golang.org/x/net from 0.25.0 to 0.26.0 (a730f62)
- deps: bump golang.org/x/text from 0.15.0 to 0.16.0 (573cd71)
v4.0.3
4.0.3 (2024-05-22)
Bug Fixes
- deps: Bumped deps version to make go-sdk compatible with dns-control (cc323a0)
v4.0.2
4.0.2 (2024-05-22)
Bug Fixes
- go.mod: bumped go version 1.22.3 to 1.18 as dnscontrol supports 1.18 (ed377c5)
v4.0.1
4.0.1 (2024-05-21)
Bug Fixes
- package.json: reviewed package name from rtldev-middleware-go-sdk to go-sdk for go packagist (eb75e17)
v4.0.0
4.0.0 (2024-05-21)
Bug Fixes
- idn translator: replaced (9fc05af)
- lib structure: avoid import cycle and reported linter issues (8832b05)
- response class: merge with responsetemplate, add responsetranslator (fef0a4b)
- response/-templatemanager: review & patch failing tests (fad8f86)
Performance Improvements
- idntranslator & ResponseTranslator class: deprecated API IDN Conversion, integrated GOLang IDN library with tests, and ResponseTranslator tests (d6b42ef)
BREAKING CHANGES
- response class: Brought our library to the next golang level and applied a huge restructuring to be future safe
v3.5.6
3.5.6 (2023-11-30)
Bug Fixes
- apiclient.go: patched an issue where autoconvertidn was overriding commands (3c7ec16)
v3.5.5
3.5.5 (2023-01-17)
Bug Fixes
- new release: for new namespace/module name in go.mod (345318c)
v3.5.4
3.5.4 (2022-06-24)
Bug Fixes
- apiclient: add CONNECTION_URL to debug output in debug mode (3caac20)