Releases: griddb/nodejs_client
Releases · griddb/nodejs_client
0.8.6
0.8.5
0.8.4
There is a new package (0.8.4) on npm .
https://www.npmjs.com/package/griddb_node
0.8.3
0.8.2
0.8.1
0.8.0
Main modification from 0.7 are as below:
- Use Multi-Put/Get/Query (batch processing) .
- Use Buffer class to handle blob-type
- Use keyword parameter with object-type for the following method
- createIndex()/dropIndex()/setFetchOptions()/getStore()/ContainerInfo()
0.8.0-rc2
0.8.0-rc1
Main modifications are as below:
- Use Buffer class to handle blob-type
- Use keyword parameter with object-type for the following method
- createIndex()
- dropIndex()
- setFetchOptions()
- getStore()
- ContainerInfo()
And API Reference and 3 samples are modified.