v1.0.0-rc3
Pre-release
Pre-release
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 harmonisation and memory consumption fix
- 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()
replaced byclient.connectionInfo
getterclient.getVersion()
replaced byclient.version
getter, format changed as wellclient.isAlive()
replaced byclient.isAlive
getter