This topic describes the version history of Tablestore SDK for .NET.
Version: 4.1.4
Release date: June 24, 2019
Download URL: 4.1.4
Change records: The problem that single-word tokenization is performed on the keyword by default in search index is fixed.
Version: 4.1.2
Release date: May 29, 2019
Download URL: 4.1.2
Change records: The problem that tokenization can be performed on the keyword when the column used for the match query is not a TEXT column is fixed.
Version: 4.1.1
Release date: March 6, 2019
Download URL: 4.1.1
Change records: The problem that garbled characters are displayed in some scenarios in which search index is used is fixed.
Version: 4.1.0
Release date: December 17, 2018
Download URL: 4.1.0
- Atomic counter is supported. For more information, see Configure atomic counter.
- Global secondary index is supported. For more information, see Global secondary index.
- Search index is supported. For more information, see Create search indexes.
Version: 4.0.0
Release date: September 18, 2018
Download URL: 4.0.0
- Max versions and TTL are supported. For more information, see Data versions and TTL.
- Auto-increment primary key columns are supported. For more information, see Configure an auto-increment primary key column.
Version: 3.0.0
Release date: May 5, 2016
Change records:
- The filter feature is supported.
- The warnings generated during the compilation process are cleared.
- Unnecessary dependent packages and code are deleted.
- The code used to call templates is simplified.
- The check for invalid parameters is added.
- Spaces are removed from both ends of user-defined parameters by using the trim() function.
- The UserAgent header is added.
- The Condition.IGNORE, Condition, EXPECT_EXIST, and Condition.EXPECT_NOT_EXIST parameters are deleted.
- The DLL file name is changed from Aliyun.dll to Aliyun.TableStore.dll.
- The open source code is released to GitHub.
Version: 2.2.1
Release date: April 14, 2016
Change records: Response headers are case-insensitive when they are verified by the SDK.
Version: 2.2.0
Release date: April 5, 2016
Change records:
- The default number of connections in a connection pool is increased from 50 to 300.
- Conditional update is supported.
Version: 2.1.0
Release date: December 30, 2015
Change records:
- Reserved capacity unit (CU) settings in the code example are modified based on the pay-as-you-go billing method.
- More test cases for BatchGetRow and BatchWriteRow are provided.