Releases: SAP-archive/node-rfc
Releases · SAP-archive/node-rfc
v1.0.0-rc2
Features
- N-API, asynchronous and non-blocking
- Callback, promise, async/await API examples
- Connection pool
- Typescript and ES-next syntax support
- C/C++ style guide
- Error handling harmonisation
- String handling optimisation
- Tables processing memory consumption optimisation
- Unicode encoding fallback fix
- More unit tests
- README links update, from Service Marketplace to Support Portal
Incompatible changes
- Non-blocking
ping()
andclose()
require a callback function client.connectionInfo()
function replaced byclient.connectionInfo
getterclient.getVersion()
replaced byclient.version
getter, format changed as wellclient.isAlive()
replaced byclient.isAlive
getter
v1.0.0-rc1
Features
- N-API, asynchronous and non-blocking
- Callback, promise, async/await API examples
- Connection pool
- Typescript and ES-next syntax support
- C/C++ style guide
- Error handling harmonisation
- String handling optimisation
- Tables processing memory consumption optimisation
- More unit tests
- README links update, from Service Marketplace to Support Portal
Incompatible changes
- client.connectionInfo() function replaced by client.connectionInfo getter
- client.getVersion() replaced by client.version getter, format changed as well
- client.isAlive() replaced by client.isAlive getter
v0.2.0-rc7
Features
- N-API, asynchronous and non-blocking
- Callback, promise, async/await API examples
- Connection pool
- Typescript and ES-next syntax support
- C/C++ style guide
- Error handling harmonisation
- String handling optimisation
- More unit tests
- README links update, from Service Marketplace to Support Portal
Incompatible changes
- client.connectionInfo() function replaced by client.connectionInfo getter
- client.getVersion() replaced by client.version getter, format changed as well
- client.isAlive() replaced by client.isAlive getter