Skip to content

Releases: SAP/node-rfc

v2.5.0

23 Jun 10:56
Compare
Choose a tag to compare

new features

v2.4.3

26 May 10:36
Compare
Choose a tag to compare

new features

  • Websocket RFC connectivity

v2.4.2

29 Apr 16:28
Compare
Choose a tag to compare

bug-fixes

  • ccd7ea1 Connection parameters typings update, following NWRFC SDK PL8

  • d875d26 # appended to strings with special unicode characters; fix #211

v2.4.1

22 Apr 12:53
Compare
Choose a tag to compare

info

bug-fixes

  • b1d74de PL7 string conversion workaround removed

  • 21f32e8 fix #203 client.connectionInfo result contains trailing zeros

  • 8aaa701 fix #202 typings dev dependency removed

improvements

  • 16b347d frameworks' samples moved to SAP-samples

  • readme and documentation

v2.4.0

13 Jan 12:50
Compare
Choose a tag to compare

Changes

  • ABAP CHARnn fields sent to Node, get cut off after the first zero byte; fix #193 b4aeaf9
  • Node strings sent to ABAP CHARnn fields, get cut out after the first zero byte d7f516b
  • CMakeLists SDK version output ccaddd4
  • N-API version 6 fixed d395ad0

v2.3.1

18 Nov 10:35
Compare
Choose a tag to compare

Changes

  • Pool acquire() error message for wrong user credentials; fix #185 54a82b6
  • Connection parameters error messages and unit tests; 55c3e02

v2.3.0

26 Oct 16:10
Compare
Choose a tag to compare

Changes

  • NAPI v7
  • The client parameter set to optional in RfcConnectionParameters interface 8e7bb8f
  • setIniFileDirectory method added at addon level, to set custom sapnwrfc.ini file directory 85ec105

v2.2.0

13 Oct 16:56
Compare
Choose a tag to compare

Changes

v2.1.0

10 Aug 14:31
Compare
Choose a tag to compare

Changes

  • CLA replaced with DCO, FSFE Reuse compliance 28a4ef5
  • README added: the installation and build from source work for NodeJS versions with N-API >= 6; fix #162 cda585c
  • NWRFC SDK Server API exposed dcc6b83
  • Fix error TS2741 closes #164 82be406

v2.0.3

27 Jul 17:17
Compare
Choose a tag to compare

Changes

  • Environment object appended to error message when SAP NWRFC SDK not found or can't be loaded
  • Accidentally added p-queue dependency removed
  • Segfault when more Pool more connections requested than available as ready and at least 1 is available