Releases: centralnicgroup-opensource/rtldev-middleware-node-sdk
Releases · centralnicgroup-opensource/rtldev-middleware-node-sdk
v7.0.6
11 Nov 15:08
Compare
Sorry, something went wrong.
No results found
7.0.6 (2021-11-11)
Bug Fixes
node-fetch: upgraded to v3 / ESM revamp (1c312dc )
v7.0.5
25 May 11:39
Compare
Sorry, something went wrong.
No results found
7.0.5 (2021-05-25)
Bug Fixes
dep-bump: upgrade dependencies (e541f80 )
v7.0.4
21 Jan 15:28
Compare
Sorry, something went wrong.
No results found
7.0.4 (2021-01-21)
Bug Fixes
ci: migration from Travis CI to github actions (b3244be )
v7.0.3
27 Apr 15:03
Compare
Sorry, something went wrong.
No results found
7.0.3 (2020-04-27)
Bug Fixes
apiclient: remove deprecated private function toUpperCaseKeys (f529619 )
v7.0.2
27 Apr 14:10
Compare
Sorry, something went wrong.
No results found
7.0.2 (2020-04-27)
Bug Fixes
npm: move node-fetch from devDependencies to dependencies (1c7186b )
v7.0.1
27 Apr 13:55
Compare
Sorry, something went wrong.
No results found
7.0.1 (2020-04-27)
Bug Fixes
npm: fixed main property path in package.json (8a24bd5 )
v7.0.0
24 Apr 14:44
Compare
Sorry, something went wrong.
No results found
7.0.0 (2020-04-24)
Bug Fixes
logger: align error parameter of logger to be string (ab1ee02 )
BREAKING CHANGES
logger: log method in Logger class change type of 3rd parameter
v6.0.2
20 Apr 13:59
Compare
Sorry, something went wrong.
No results found
6.0.2 (2020-04-20)
Bug Fixes
dep-bump: replace request (deprecated) with node-fetch;reviewed linting errors (427c329 ), closes #190
v6.0.1
20 Apr 08:17
Compare
Sorry, something went wrong.
No results found
6.0.1 (2020-04-20)
Bug Fixes
dep-bump: remove dirty-chai (no ts support);deactivate tslint rule no-unused-expression in test (150ae57 )
v6.0.0
20 Apr 08:25
Compare
Sorry, something went wrong.
No results found
chore(release): 6.0.0 [skip ci]
6.0.0 (2020-04-20)
Bug Fixes
apiclient: make getPOSTData again public; migrate tests to typescript (0f6ff13 )
messaging: return a specific error template in case code or description are missing (77af837 )
security: make getPOSTData private to not make it accessible from outside (639c67f )
security: replace passwords whereever they could be used for output (1d53637 )
Features
apiclient: allow to specify additional libraries via setUserAgent (5e94ab5 )
apiclient: automaitc IDN conversion of API command parameters to punycode (38018e3 )
apiclient: set Proxy, Referer Header; High Performance Connection Setup (see README.md) (3abc0cc )
logger: possibility to override debug mode's default logging mechanism. See README.md (e639b6a )
response: added getCommandPlain (getting used command in plain text) (4b9d659 )
response: possibility of place holder vars in standard responses to improve error details (aa479bb )
BREAKING CHANGES
logger: existing logging mechanism (function based) got replaced to be based on an class
based solution