1
+ # elasticsearch
2
+
1
3
Official Rust Client for [ Elasticsearch] ( https://github.com/elastic/elasticsearch ) .
2
4
3
5
Full 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
17
19
** within the same major version lineage** . For example,
18
20
19
21
- 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
21
23
22
24
In the former case, a 7.5.0 client may contain additional API functions that are not available
23
25
in 7.0.0 Elasticsearch. In this case, these APIs cannot be used, but for any APIs available in
24
26
Elasticsearch, the respective API functions on the client will be compatible.
25
27
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
28
30
functions on the client will be compatible.
29
31
30
32
** 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
45
47
46
48
``` toml
47
49
[dependencies ]
48
- elasticsearch = " 7.5.2-alpha1 "
50
+ elasticsearch = " 7.6.0-alpha.1 "
49
51
```
50
52
51
53
The following _ optional_ dependencies may also be useful to create requests and read responses
@@ -195,4 +197,4 @@ async fn run() -> Result<(), Error> {
195
197
196
198
## License
197
199
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