From 9a8b4b909901f12f35234fb20041c5a2531426af Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Mon, 27 Jun 2022 10:55:25 -0700 Subject: [PATCH] Adding new OpenSearch versions and updating compatibility matrix (#257) Signed-off-by: Vacha Shah --- .github/workflows/compatibility.yml | 3 +++ COMPATIBILITY.md | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/compatibility.yml b/.github/workflows/compatibility.yml index de59e097d..207c00bb2 100644 --- a/.github/workflows/compatibility.yml +++ b/.github/workflows/compatibility.yml @@ -18,7 +18,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: - uses: actions/checkout@v2 diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 2c54931cc..2308e52c0 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -17,8 +17,11 @@ The below matrix shows the compatibility of the [`opensearch-js`](https://www.np | 1.2.4 | 1.1.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-js` 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. +Major versions of OpenSearch introduce breaking changes that require careful upgrades of the client. While `opensearch-js` 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.