Skip to content

Commit aaab0c7

Browse files
authored
Bump client version to 2.0 (#53)
Signed-off-by: Vacha Shah <[email protected]>
1 parent 26d5b6b commit aaab0c7

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

COMPATIBILITY.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- [Compatibility with OpenSearch](#compatibility-with-opensearch)
2+
- [Upgrading](#upgrading)
23

34
## Compatibility with OpenSearch
45

@@ -15,4 +16,9 @@ The below matrix shows the compatibility of the [`opensearch-rs`](https://docs.r
1516
| 1.2.3 | 1.0.0 |
1617
| 1.2.4 | 1.0.0 |
1718
| 1.3.0 | 1.0.0 |
18-
| 1.3.1 | 1.0.0 |
19+
| 1.3.1 | 1.0.0 |
20+
| 2.0.0 | 2.0.0 |
21+
22+
## Upgrading
23+
24+
Major versions of OpenSearch introduce breaking changes that require careful upgrades of the client. While `opensearch-rs-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.

api_generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "api_generator"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
publish = false
55
description = "Generates source code for opensearch package, from the OpenSearch REST API specs"
66
repository = "https://github.com/opensearch-project/opensearch-rs"

opensearch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opensearch"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
edition = "2018"
55
authors = ["Elastic and Contributors", "OpenSearch Contributors"]
66
description = "Official OpenSearch Rust client"

yaml_test_runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yaml_test_runner"
3-
version = "1.0.0"
3+
version = "2.0.0"
44
publish = false
55
edition = "2018"
66
authors = ["Elastic and Contributors", "OpenSearch Contributors"]

0 commit comments

Comments
 (0)