Skip to content

Commit 144fe88

Browse files
authored
Adding new OpenSearch versions and updating compatibility matrix (opensearch-project#175)
1 parent 3add044 commit 144fe88

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/integration.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ jobs:
2222
- { opensearch_version: 1.2.4 }
2323
- { opensearch_version: 1.3.0 }
2424
- { opensearch_version: 1.3.1 }
25+
- { opensearch_version: 1.3.2 }
26+
- { opensearch_version: 1.3.3 }
2527
- { opensearch_version: 2.0.0 }
28+
- { opensearch_version: 2.0.1 }
2629

2730
steps:
2831
- name: Checkout

COMPATIBILITY.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ The below matrix shows the compatibility of the [`opensearch-py`](https://pypi.o
1717
| 1.2.4 | 1.0.0 |
1818
| 1.3.0 | 1.1.0 |
1919
| 1.3.1 | 1.1.0 |
20+
| 1.3.2 | 1.1.0 |
21+
| 1.3.3 | 1.1.0 |
2022
| 2.0.0 | 2.0.0 |
23+
| 2.0.1 | 2.0.0 |
2124

2225
## Upgrading
2326

24-
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.
27+
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.

0 commit comments

Comments
 (0)