This repository was archived by the owner on May 28, 2026. It is now read-only.
v2.6.0
sap nwrfc sdk
- Tested with 750 Patch Level 9
breaking changes
cancel()method removed at add-on level, remains at client and pool level
features
- 3541f65 node 10 support dropped
- 7fd70e1 explicit memory free by napi finalizers for sap raw data types, per pr #246 proposal
- c28fcf9 support for building versions with suffix, like: 1.2.3-rc0, 1.2.3-alpha.1
- 820efd6 refactor(client): connection cancel trace messages added
- d06a44c refactor(client): default ts configuration for node
- 33db628 Issue templates updated
bug-fixes
- f4e18c9 error message typo fixed
- 2f1777b cancel by c++ thread instead of nodejs thread, fix #234
- 1060375 check for empty or invalid RFM parameter name, fix #242
- 8894fde
--tag-prefixremoved from install script, fix #248 - 3a42405 pr #244 merged, implementing partial typing of
RfcConnectionParameters - 886aea9 Use any unarchiver available, not only tar, fix #227