Skip to content

Releases: centralnicgroup-opensource/rtldev-middleware-go-sdk

v3.0.0

08 May 12:00
Compare
Choose a tag to compare

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.

v2.3.0

08 May 11:59
Compare
Choose a tag to compare

2.3.0 (2020-03-13)

Features

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

v2.2.3

08 May 11:58
Compare
Choose a tag to compare

2.2.3 (2019-10-04)

Bug Fixes

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

v2.2.2

08 May 11:57
Compare
Choose a tag to compare

2.2.2 (2019-09-19)

Bug Fixes

  • release process: migrate configuration (a717401)

v2.2.1

19 Aug 07:54
Compare
Choose a tag to compare

2.2.1 (2019-08-19)

Bug Fixes

  • APIClient: change default SDK url (64d89d5)

v2.2.0

17 Apr 15:55
Compare
Choose a tag to compare

2.2.0 (2019-04-17)

Features

  • responsetemplate: add IsPending method (faa9c4d)

v2.1.0

03 Apr 13:33
Compare
Choose a tag to compare

2.1.0 (2019-04-03)

Features

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

v2.0.1

12 Nov 10:07
Compare
Choose a tag to compare

2.0.1 (2018-11-12)

Bug Fixes

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

v2.0.0

12 Nov 09:35
Compare
Choose a tag to compare

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

v1.2.1

03 Aug 10:32
e12cede
Compare
Choose a tag to compare

Finalized support of setting remoteaddr within API communication.
Use cl.SetIPAddress("172.31.3.16") where you provide your outgoing ip address.