All Products
Search
Document Center

Tablestore:Version history of Tablestore SDK for Node.js

Last Updated:Feb 18, 2024

This topic describes the version history of Tablestore SDK for Node.js.

Version: 5.4.1

Release date: March 8, 2023

GitHub: V5.4.1

Updates: The default value in the default retry policy is fixed.

Version: 5.3.1

Release date: November 29, 2022

GitHub: V5.3.1

Updates: proto no longer uses discontinued web standards to be compatible with Deno.

Version: 5.2.2

Release date: August 29, 2022

GitHub: V5.2.2

Updates: Search indexes support the collapse (distinct) feature. For more information, see Collapse (distinct).

Version 5.2.1

Release date: August 3, 2022

GitHub: V5.2.1

Updates:

  • The SQL query feature is supported. For more information, see Overview.

  • The aggregation feature is supported by search indexes. For more information, see Aggregation.

  • returnType of the columnToGet parameter in the Search operation of search indexes can be set to RETURN_ALL_FROM_INDEX.

  • Some query methods in the Search operation of search indexes support the weight parameter.

  • The parallel scan feature is supported by search indexes. For more information, see Parallel scan.

  • Information about search indexes can be updated. For more information, see Update information about search indexes.

  • The DescribeSearchIndex operation of search indexes can be called to query information about a search index such as the read and write capacity units (CUs), time when the search index was created, and time to live (TTL) of the search index. For more information, see Query the description of a search index.

  • The schema and TTL of a search index can be dynamically modified when the search index is created.

  • The allowUpdate parameter can be configured and modified for data tables. For more information, see Create data tables and Update tables.

  • The default retry policy supports the Search and SQLQuery operations.

  • The request ID can be obtained from the results if an execution error occurs.

Version 5.1.0

Release date: February 24, 2022

GitHub: V5.1.0

Updates:

  • Search indexes support data of the DATE type. For more information, see Types of date data.

  • The timeout parameter can be separately configured in the Search operation of search indexes.

  • The missing parameter can be configured for the sorting feature of search indexes.

  • The analyzer type, analyzer parameters, data of the DATE type, and virtual columns can be configured when a search index is created. For more information, see Create search indexes.

Version: 4.3.2

Release date: July 22, 2019

GitHub: V4.3.2

Updates:

Version: 4.0.6

Release date: October 9, 2016

Download URL: aliyun-tablestore-nodejs-sdk-4.0.6.tar.gz

GitHub: V4.0.6

Updates:

  • The async await feature is supported, and the specific sample code is added.

  • The issue that part of Chinese characters are incorrectly read is fixed.

  • STSToken is supported.

  • The maxTimeDeviation condition is supported by the UpdateTable operation.

  • The logos for version, build, coverage, and license are added to the README document.

Version: 4.0.3

Release date: August 27, 2016

Download URL: aliyun-tablestore-nodejs-sdk-4.0.3.tar.gz

GitHub: V4.0.3

Updates: The version information is unified.

Version: 4.0.1

Release date: August 27, 2017

Download URL: aliyun-tablestore-nodejs-sdk-4.0.1.tar.gz

GitHub: V4.0.1

Updates:

  • Part of invalid code is removed.

  • The issue that the return value of the GetRange operation is incorrect when data whose primary key is within the specified range does not exist is fixed.

Version 4.0.0

Release date: July 7, 2017

Download URL: aliyun-tablestore-nodejs-sdk-4.0.0.tar.gz

GitHub: V4.0.0