From 144fe88a1d1917672b5a41ee5e843e6f7d378806 Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Tue, 28 Jun 2022 13:01:20 -0700 Subject: [PATCH] Adding new OpenSearch versions and updating compatibility matrix (#175) --- .github/workflows/integration.yml | 3 +++ COMPATIBILITY.md | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index dc8330c2..55a9e589 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -22,7 +22,10 @@ jobs: - { opensearch_version: 1.2.4 } - { opensearch_version: 1.3.0 } - { opensearch_version: 1.3.1 } + - { opensearch_version: 1.3.2 } + - { opensearch_version: 1.3.3 } - { opensearch_version: 2.0.0 } + - { opensearch_version: 2.0.1 } steps: - name: Checkout diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 812ea8d6..46c780e9 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -17,8 +17,11 @@ The below matrix shows the compatibility of the [`opensearch-py`](https://pypi.o | 1.2.4 | 1.0.0 | | 1.3.0 | 1.1.0 | | 1.3.1 | 1.1.0 | +| 1.3.2 | 1.1.0 | +| 1.3.3 | 1.1.0 | | 2.0.0 | 2.0.0 | +| 2.0.1 | 2.0.0 | ## Upgrading -Major versions of OpenSearch introduce breaking changes that require careful upgrades of the client. While `opensearch-py-client` 2.0.0 works against OpenSearch 1.3.1, certain deprecated features removed in OpenSearch 2.0 have also been removed from the client. Please refer to the [OpenSearch documentation](https://opensearch.org/docs/latest/clients/index/) for more information. \ No newline at end of file +Major versions of OpenSearch introduce breaking changes that require careful upgrades of the client. While `opensearch-py-client` 2.0.0 works against the latest OpenSearch 1.x, certain deprecated features removed in OpenSearch 2.0 have also been removed from the client. Please refer to the [OpenSearch documentation](https://opensearch.org/docs/latest/clients/index/) for more information. \ No newline at end of file