All Products
Search
Document Center

OpenSearch:Version guide

Last Updated:Apr 21, 2025

Provides encapsulation of traffic API operations (data processing, search) in Python language. For other features, use the management SDK.

Dependencies

pip install alibabacloud-ha3engine

Change history

  • v 1.3.12 (2024-03-26)

    • When pushing data, the system verifies by default whether the primary key field exists

  • v 1.3.11 (2024-02-17)

    • Error messages display header information

  • v 1.3.10 (2024-11-07)

    • Added method to verify network connectivity

  • v 1.3.9 (2024-07-29)

    • Removed http:// or https:// header information from endpoint

  • v 1.3.8 (2024-06-11)

    • Removed unused httpproxy parameter

  • v 1.3.7 (2024-05-29)

    • Data push API supports custom headers

  • v 1.3.6 (2023-11-13)

    • SQL query and HA query support POST request method

  • v 1.3.5 (2023-07-12)

    • Supports specifying swift and topic for data push in internal network environments

  • v 1.3.4 (2023-06-09)

    • Fixed SQL kvpair default separator ';'

  • v 1.3.3 (2023-02-23)

    • Supports RESTful API query method

    • Supports custom httpProxy

    • Data search supports returning byte[] format

  • v 1.3.1 (2022-03-21)

    • Added runtime parameter configuration input parameter

  • v 1.1.0 (2022-01-13)

    • Raw query search implementation

    • Data push implementation

    • Added structured encapsulation for search requests