All Products
Search
Document Center

OpenSearch:Release notes

Last Updated:Jul 19, 2023

Overview

OpenSearch SDK for PHP encapsulates the API operations that are used to implement features such as application management, data processing, and search.

The OpenSearch team of Alibaba Cloud continues to provide more features and fix bugs in OpenSearch SDK for PHP.

Version description

The latest version of OpenSearch SDK for PHP is V3.4.1, which was released in May 2021. We recommend that you use the latest version.

Versions of OpenSearch SDK for PHP

Only PHP 5.3 and later versions are supported. We recommend that you use PHP 5.4 or later.

V3.4.1 (2021-05-11)

  • The Management and Control API requests are deprecated in the 3.x.x versions.

Download URL

V3.3.0 (2020-04-21)

Feature description:

  • Temporary Security Token Service (STS) tokens are supported.

  • The Rank.secondRankType parameter for the search feature is added. Valid values: EXPRESSION and CAVA_SCRIPT.

  • The userId and reSearch parameters for the drop-down suggestion feature are added. The reSearch parameter can be set to HOMONYM.

  • The SuggestParams and SuggestionClient classes are added.

Download URL

V3.2.1(2019-09-12)

Feature description:

  • Data collection 2.0 is supported.

  • HTTPS is supported.

  • The parameter passing issue in the A/B test is fixed.

Download URL

V3.2.0 (2019-08-23)

  • Data collection 2.0 is supported.

V3.1.0 (2018-09-03)

  • The A/B test feature is supported.

  • The collection of behavioral data is supported.

V3.0.2(2017-11)

Feature description:

  • The document search feature is supported.

  • The drop-down suggestion feature is supported.

  • The query analysis feature is supported.

  • The scroll query feature is supported.

  • Cross-application queries are supported. In the 3.x.x versions of OpenSearch SDK for PHP, use commas (,) to separate application names. In the 2.x.x versions, use semicolons (;) to separate application names.

Compatibility:

  • Advanced and standard applications are supported.

The following issues are fixed:

  • The name of the parameter that specifies the number of drop-down suggestions to be displayed was invalid.

  • The reRankSize parameter failed to be set.

V3.0.1(2017-07)

Feature description:

  • The document search feature is supported.

  • The drop-down suggestion feature is supported.

  • The query analysis feature is supported.

  • The scroll query feature is supported.

  • Cross-application queries are supported. In the 3.x.x versions of OpenSearch SDK for PHP, use commas (,) to separate application names. In the 2.x.x versions, use semicolons (;) to separate application names.

  • You must define the arg parameter before you use the argument clause. Otherwise, the error "Undefined variable: arg" is returned when the log level of OpenSearch SDK for PHP is Notice.

Compatibility:

  • Advanced and standard applications are supported.

Feature enhancement:

  • The kvpairs clause is supported.

V3.0.0 (2017-05)

Feature description:

  • The document search feature is supported.

  • The drop-down suggestion feature is supported.

  • The query analysis feature is supported.

  • The scroll query feature is supported.

  • Cross-application queries are supported. In the 3.x.x versions of OpenSearch SDK for PHP, use commas (,) to separate application names. In the 2.x.x versions, use semicolons (;) to separate application names.

Compatibility:

  • Advanced and standard applications are supported.