1+ # elasticsearch
2+
13Official Rust Client for [ Elasticsearch] ( https://github.com/elastic/elasticsearch ) .
24
35Full documentation is available at https://docs.rs/elasticsearch
@@ -17,14 +19,14 @@ Any minor/patch version of the client can be used against any minor/patch versio
1719** within the same major version lineage** . For example,
1820
1921- A ` 7.5.0 ` client can be used against ` 7.0.0 ` Elasticsearch
20- - A ` 7.4 .0 ` client can be used against ` 7.5.1 ` Elasticsearch
22+ - A ` 7.5 .0 ` client can be used against ` 7.6.0 ` Elasticsearch
2123
2224In the former case, a 7.5.0 client may contain additional API functions that are not available
2325in 7.0.0 Elasticsearch. In this case, these APIs cannot be used, but for any APIs available in
2426Elasticsearch, the respective API functions on the client will be compatible.
2527
26- In the latter case, a 7.4 .0 client won't contain API functions for APIs that are introduced in
27- Elasticsearch 7.5 .0+, but for all other APIs available in Elasticsearch, the respective API
28+ In the latter case, a 7.5 .0 client won't contain API functions for APIs that are introduced in
29+ Elasticsearch 7.6 .0+, but for all other APIs available in Elasticsearch, the respective API
2830functions on the client will be compatible.
2931
3032** No compatibility assurances are given between different major versions of the client and
@@ -45,7 +47,7 @@ that is compatible with the version of Elasticsearch you're using
4547
4648``` toml
4749[dependencies ]
48- elasticsearch = " 7.5.2-alpha1 "
50+ elasticsearch = " 7.6.0-alpha.1 "
4951```
5052
5153The following _ optional_ dependencies may also be useful to create requests and read responses
@@ -195,4 +197,4 @@ async fn run() -> Result<(), Error> {
195197
196198## License
197199
198- This is free software, licensed under [ The Apache License Version 2.0.] ( LICENSE ) .
200+ This is free software, licensed under [ The Apache License Version 2.0.] ( LICENSE ) .
0 commit comments