This topic describes the version history of Tablestore SDK for PHP.

Version 5.1.2

Release date: 2023-04-21

Download link: aliyun-tablestore-php-sdk-5.1.2.zip

Updates:

  • The local secondary index feature is supported. For more information, see Local secondary indexes.
  • The existing data of data tables can be included in secondary indexes.

Version 5.1.0

Release date: 2022-10-31

Download link: aliyun-tablestore-php-sdk-5.1.0.tar.gz

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.
  • 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.
  • return_type of the column_to_get parameter in the Search operation of search indexes can be set to ColumnReturnTypeConst::RETURN_ALL_FROM_INDEX.
  • 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), the time when the search index was created, and the 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 data tables.

Version 5.0.5

Release date: 2021-11-01

Download link: aliyun_tablestore_php_sdk_5.0.5.tar.gz

Updates:

Change: Both uppercase and lowercase letters are supported in headers.

Version 5.0.0

Release date: 2019-05-30

Download link: aliyun_tablestore_php_sdk_5.0.0.tar.gz

Updates:

Version 2.1.1

Release date: 2017-01-14

Download link: aliyun-tablestore-php-sdk-2.1.1.zip

Updates:

32-bit operating systems are supported.

Version 2.1.0

Release date: 2016-11-16

Download link: aliyun-ots-php-sdk-2.1.0.zip

Updates:

  • The conditional update and filter features are supported.
  • Constant classes are added for Tablestore SDK for PHP.
  • PHP 5.5 and later are supported.

Version 2.0.3

Release date: 2016-05-18

Download link: aliyun-ots-php-sdk-2.0.3.zip

Updates:

The code that is used to delete a table is removed from the code example.

Version 2.0.2

Release date: 2016-04-11

Updates:

The bug that occurs when you decode data in the response by using the decode method of Protobuf for PHP is fixed. The bug interpreted signed integers as unsigned integers, which made it impossible to write negative numbers.

Version 2.0.0

Release date: 2015-09-22

Updates:

  • All operations for Tablestore are included.
  • PHP 5.3, 5.4, 5.5, and 5.6 are supported.
  • The standard retry policy is included.
  • Guzzle is used as a HTTP client library for PHP.
  • Composer is used as the tool to manage dependencies and project organizations.
  • phpDocumentor 2 is used to generate documentation in HTML format.