From 35b86121edb238f121a00e0f596c88eb29e19ebe Mon Sep 17 00:00:00 2001 From: saimedhi Date: Tue, 18 Jun 2024 11:32:03 -0700 Subject: [PATCH] Updated compatibility matrix to include latest OpenSearch versions Signed-off-by: saimedhi --- COMPATIBILITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index 7f986025e..bc35d1928 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -9,7 +9,7 @@ The below matrix shows the compatibility of the [`opensearch-py`](https://pypi.o | --- | --- | --- | | 1.0.0 | 1.0.0-1.2.4 | | | 1.1.0 | 1.3.0-1.3.7 | | -| 2.x.x | 1.0.0-2.11.1 | client works against OpenSearch 1.x as long as features removed in 2.0 are not used | +| 2.x.x | 1.0.0-2.14.0 | client works against OpenSearch 1.x as long as features removed in 2.0 are not used | ## Upgrading