Skip to content

Commit 4ccd5df

Browse files
authored
Adding a compatibility matrix (#43)
Signed-off-by: Vacha Shah <[email protected]>
1 parent 37406dd commit 4ccd5df

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
# 1.0.1 is skipped because it doesn't have a tag in OpenSearch repo, we can't check out to compile plugins
16-
version: [1.3.0, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.0, 1.0.0]
16+
version: [1.3.1, 1.3.0, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.0, 1.0.0]
1717

1818
steps:
1919
# Due to https://github.com/opensearch-project/project-website/issues/737

COMPATIBILITY.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
- [Compatibility with OpenSearch](#compatibility-with-opensearch)
2+
3+
## Compatibility with OpenSearch
4+
5+
The below matrix shows the compatibility of the `opensearch-net` with versions of [`OpenSearch`](https://opensearch.org/downloads.html#opensearch). Currently this client is in a pre-release phase. The below matrix shows compatibility for the upcoming version.
6+
7+
| OpenSearch Version | Client Version |
8+
| --- | --- |
9+
| 1.0.0 | 1.0.0 |
10+
| 1.0.1 | 1.0.0 |
11+
| 1.1.0 | 1.0.0 |
12+
| 1.2.0 | 1.0.0 |
13+
| 1.2.1 | 1.0.0 |
14+
| 1.2.2 | 1.0.0 |
15+
| 1.2.3 | 1.0.0 |
16+
| 1.2.4 | 1.0.0 |
17+
| 1.3.0 | 1.0.0 |
18+
| 1.3.1 | 1.0.0 |

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [Project Resources](#project-resources)
1212
- [OSC](#osc)
1313
- [Getting Started](#getting-started)
14+
- [Compatibility with OpenSearch](#compatibility-with-opensearch)
1415
- [Code of Conduct](#code-of-conduct)
1516
- [License](#license)
1617
- [Copyright](#copyright)
@@ -44,6 +45,10 @@ OSC is the official high-level .NET client of [OpenSearch](https://github.com/op
4445

4546
See [USER_GUIDE](USER_GUIDE.md) to get started with the .NET client.
4647

48+
## Compatibility with OpenSearch
49+
50+
See [COMPATIBILITY](COMPATIBILITY.md).
51+
4752
## Code of Conduct
4853

4954
This project has adopted the [Amazon Open Source Code of Conduct](CODE_OF_CONDUCT.md). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq), or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)