Skip to content

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

v7.0.3

27 Apr 15:03
Compare
Choose a tag to compare

7.0.3 (2020-04-27)

Bug Fixes

  • apiclient: remove deprecated private function toUpperCaseKeys (f529619)

v7.0.2

27 Apr 14:10
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

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

v5.6.0

11 Mar 10:17
Compare
Choose a tag to compare

5.6.0 (2020-03-11)

Features

  • apiclient: support bulk parameters as nested array (b0415fa)

v5.5.3

04 Oct 14:41
Compare
Choose a tag to compare

5.5.3 (2019-10-04)

Bug Fixes

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

v5.5.2

18 Sep 15:43
Compare
Choose a tag to compare

5.5.2 (2019-09-18)

Bug Fixes

  • release process: review configuration file (630d497)