Releases: centralnicgroup-opensource/rtldev-middleware-go-sdk
Releases · centralnicgroup-opensource/rtldev-middleware-go-sdk
v3.0.0
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
2.3.0 (2020-03-13)
Features
- apiclient: support bulk parameter in api commands using slices (c11db41)
v2.2.3
2.2.3 (2019-10-04)
Bug Fixes
- responsetemplate/mgr: improve description of
423 Empty API response
(ce11490)
v2.2.2
2.2.2 (2019-09-19)
Bug Fixes
- release process: migrate configuration (a717401)
v2.2.1
2.2.1 (2019-08-19)
Bug Fixes
- APIClient: change default SDK url (64d89d5)
v2.2.0
2.2.0 (2019-04-17)
Features
- responsetemplate: add IsPending method (faa9c4d)
v2.1.0
2.1.0 (2019-04-03)
Features
- apiclient: review user-agent header usage (ed719e5)
v2.0.1
2.0.1 (2018-11-12)
Bug Fixes
- pkg: readd missing root-folder go file (b4ffd6a)
v2.0.0
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
Finalized support of setting remoteaddr within API communication.
Use cl.SetIPAddress("172.31.3.16")
where you provide your outgoing ip address.