Skip to content

Releases: griddb/nodejs_client

0.8.6

25 May 10:59
Compare
Choose a tag to compare

Update for Node.js v12.

0.8.5

26 Sep 03:38
Compare
Choose a tag to compare

Add support for Ubuntu and Windows.
Please refer to README.

0.8.4

28 May 02:40
Compare
Choose a tag to compare

There is a new package (0.8.4) on npm .
https://www.npmjs.com/package/griddb_node

0.8.3

28 May 00:56
Compare
Choose a tag to compare

0.8.3

0.8.2

09 May 00:36
Compare
Choose a tag to compare

Support for Node.js V8/V10.

0.8.1

25 Apr 01:45
Compare
Choose a tag to compare

Memory management and error handling are improved.

0.8.0

20 Feb 07:43
Compare
Choose a tag to compare

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

04 Feb 02:02
Compare
Choose a tag to compare

We can use Multi-Put/Get/Query (batch processing) .

  • multi_put()
  • multi_get()
  • fetch_all()

0.8.0-rc1

18 Jan 03:20
Compare
Choose a tag to compare

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.

0.8.0-rc0

07 Dec 05:04
Compare
Choose a tag to compare

0.8.0-rc0