5.0.2 (2024-11-25)
- deps: bump golang.org/x/net from 0.28.0 to 0.31.0 (f6c7286)
5.0.1 (2024-11-25)
- deps: bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (bcff54a)
5.0.0 (2024-11-11)
- centralnic-reseller-go-sdk: Introducing CentralNic Reseller Go-SDK API Connector (5762fe3)
- centralnic-reseller-go-sdk: This release deprecates the Hexonet Go SDK and introduces the CentralNic Reseller Go SDK.
- Note: To continue using the Hexonet SDK, please install version 4.0.7 or earlier.
4.0.7 (2024-08-07)
- deps: bump golang.org/x/net from 0.27.0 to 0.28.0 (81dca7d)
4.0.6 (2024-07-25)
- idntranslator.go: extend transitional processing TLDs array with '.art' TLD (27ad3d2)
4.0.5 (2024-07-08)
- deps: bump golang.org/x/net from 0.26.0 to 0.27.0 (70a54f1)
4.0.4 (2024-06-05)
- 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)
4.0.3 (2024-05-22)
- deps: Bumped deps version to make go-sdk compatible with dns-control (cc323a0)
4.0.3 (2024-05-22)
- deps: Bumped deps version to make go-sdk compatible with dns-control (cc323a0)
4.0.2 (2024-05-22)
- go.mod: bumped go version 1.22.3 to 1.18 as dnscontrol supports 1.18 (ed377c5)
4.0.1 (2024-05-21)
- package.json: reviewed package name from rtldev-middleware-go-sdk to go-sdk for go packagist (eb75e17)
4.0.0 (2024-05-21)
- 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)
- idntranslator & ResponseTranslator class: deprecated API IDN Conversion, integrated GOLang IDN library with tests, and ResponseTranslator tests (d6b42ef)
- response class: Brought our library to the next golang level and applied a huge restructuring to be future safe
4.0.0 (2024-05-21)
- 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)
- idntranslator & ResponseTranslator class: deprecated API IDN Conversion, integrated GOLang IDN library with tests, and ResponseTranslator tests (d6b42ef)
- response class: Brought our library to the next golang level and applied a huge restructuring to be future safe
3.5.6 (2023-11-30)
- apiclient.go: patched an issue where autoconvertidn was overriding commands (3c7ec16)
3.5.5 (2023-01-17)
- new release: for new namespace/module name in go.mod (345318c)
3.5.4 (2022-06-24)
- apiclient: add CONNECTION_URL to debug output in debug mode (3caac20)
3.5.3 (2022-03-23)
- ot&e: url updated for OT&E environment (4aed2be)
3.5.2 (2021-04-09)
- fixed version: included version number in go.mod (903ca2f)
3.5.1 (2021-01-21)
- ci: migration from Travis CI to github actions (3461c59)
3.5.0 (2020-05-11)
- logger: possibility to override debug mode's default logging mechanism. See README.md (dc71ed9)
3.4.0 (2020-05-08)
- response: possibility of placeholder vars in standard responses to improve error details (87df76b)
3.3.2 (2020-05-08)
- security: replace passwords whereever they could be used for output (d698ab7)
3.3.1 (2020-05-08)
- messaging: return a specific error template in case code or description are missing (faf78c4)
3.3.0 (2020-05-08)
- apiclient: allow to specify additional libraries vai SetUserAgent (a440863)
3.2.0 (2020-05-08)
- response: added GetCommandPlain (getting used command in plain text) (1e00417)
3.1.0 (2020-05-08)
- apiclient: support the
High Performance Proxy Connection Setup
. see README.md (3487c88)
3.0.0 (2020-05-08)
- apiclient: automatic IDN conversion of API command parameters to punycode (407c105)
- apiclient: Even though thought and build for internal purposes, we launch a major version for this change. type of cmd parameter changes from map[string]inteface{} to map[string]string.
2.3.0 (2020-03-13)
- apiclient: support bulk parameter in api commands using slices (c11db41)
2.2.3 (2019-10-04)
- responsetemplate/mgr: improve description of
423 Empty API response
(ce11490)
2.2.2 (2019-09-19)
- release process: migrate configuration (a717401)
2.2.1 (2019-08-19)
- APIClient: change default SDK url (64d89d5)
2.2.0 (2019-04-17)
- responsetemplate: add IsPending method (faa9c4d)
2.1.0 (2019-04-03)
- apiclient: review user-agent header usage (ed719e5)
2.0.1 (2018-11-12)
- pkg: readd missing root-folder go file (b4ffd6a)
2.0.0 (2018-11-12)
- pkg: migration to generic cross-sdk structure; add CI/CD (31778a1)
- pkg: Downward incompatible, reviewed from scratch