Skip to content

Latest commit

 

History

History
239 lines (116 loc) · 12.8 KB

HISTORY.md

File metadata and controls

239 lines (116 loc) · 12.8 KB

4.0.7 (2024-08-07)

Bug Fixes

  • deps: bump golang.org/x/net from 0.27.0 to 0.28.0 (81dca7d)

4.0.6 (2024-07-25)

Performance Improvements

  • idntranslator.go: extend transitional processing TLDs array with '.art' TLD (27ad3d2)

4.0.5 (2024-07-08)

Bug Fixes

  • deps: bump golang.org/x/net from 0.26.0 to 0.27.0 (70a54f1)

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)

4.0.3 (2024-05-22)

Bug Fixes

  • deps: Bumped deps version to make go-sdk compatible with dns-control (cc323a0)

4.0.3 (2024-05-22)

Bug Fixes

  • deps: Bumped deps version to make go-sdk compatible with dns-control (cc323a0)

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)

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)

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

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

3.5.6 (2023-11-30)

Bug Fixes

  • apiclient.go: patched an issue where autoconvertidn was overriding commands (3c7ec16)

3.5.5 (2023-01-17)

Bug Fixes

  • new release: for new namespace/module name in go.mod (345318c)

3.5.4 (2022-06-24)

Bug Fixes

  • apiclient: add CONNECTION_URL to debug output in debug mode (3caac20)

3.5.3 (2022-03-23)

Bug Fixes

  • ot&e: url updated for OT&E environment (4aed2be)

3.5.2 (2021-04-09)

Performance Improvements

  • fixed version: included version number in go.mod (903ca2f)

3.5.1 (2021-01-21)

Bug Fixes

  • ci: migration from Travis CI to github actions (3461c59)

3.5.0 (2020-05-11)

Features

  • logger: possibility to override debug mode's default logging mechanism. See README.md (dc71ed9)

3.4.0 (2020-05-08)

Features

  • response: possibility of placeholder vars in standard responses to improve error details (87df76b)

3.3.2 (2020-05-08)

Bug Fixes

  • security: replace passwords whereever they could be used for output (d698ab7)

3.3.1 (2020-05-08)

Bug Fixes

  • messaging: return a specific error template in case code or description are missing (faf78c4)

3.3.0 (2020-05-08)

Features

  • apiclient: allow to specify additional libraries vai SetUserAgent (a440863)

3.2.0 (2020-05-08)

Features

  • response: added GetCommandPlain (getting used command in plain text) (1e00417)

3.1.0 (2020-05-08)

Features

  • apiclient: support the High Performance Proxy Connection Setup. see README.md (3487c88)

3.0.0 (2020-05-08)

Features

  • apiclient: automatic IDN conversion of API command parameters to punycode (407c105)

BREAKING CHANGES

  • 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)

Features

  • apiclient: support bulk parameter in api commands using slices (c11db41)

2.2.3 (2019-10-04)

Bug Fixes

  • responsetemplate/mgr: improve description of 423 Empty API response (ce11490)

2.2.2 (2019-09-19)

Bug Fixes

  • release process: migrate configuration (a717401)

2.2.1 (2019-08-19)

Bug Fixes

  • APIClient: change default SDK url (64d89d5)

2.2.0 (2019-04-17)

Features

  • responsetemplate: add IsPending method (faa9c4d)

2.1.0 (2019-04-03)

Features

  • apiclient: review user-agent header usage (ed719e5)

2.0.1 (2018-11-12)

Bug Fixes

  • pkg: readd missing root-folder go file (b4ffd6a)

2.0.0 (2018-11-12)

Code Refactoring

  • pkg: migration to generic cross-sdk structure; add CI/CD (31778a1)

BREAKING CHANGES

  • pkg: Downward incompatible, reviewed from scratch