Release notes

更新时间:
复制 MD 格式

OpenSearch Retrieval Engine Edition provides a JDBC API that lets you connect an SQL client to your instance and run queries or data operations.

Maven dependency

Add the following dependency to your pom.xml to use SDK version 0.0.2:

<dependency>
    <groupId>com.aliyun</groupId>
    <artifactId>aliyun-sdk-ha3engine-jdbc</artifactId>
    <version>0.0.2</version>
</dependency>

Change history

V0.0.2 (2025-01-15)

This release adds write support to the JDBC API.

New features

  • INSERT and DELETE methods are now supported.

V0.0.1 (2024-12-15)

Initial release of the alibabacloud-ha3-jdbc-sdk.

New features

  • alibabacloud-ha3-jdbc-sdk is released.