You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,9 +65,11 @@ When we release a client we will run the unit and integration tests against the
61
65
62
66
Any incompatibilities between minor versions are documented against the release.
63
67
64
-
#### I have a `6.0` server, what client should I use?
68
+
#### I have a `7.0` server, what client should I use?
65
69
66
-
Always use the latest minor version of the client within that major version, so in this instance, at time of writing, this is version `6.8.x`. The reason being is that `6.8.x` will contain many bug fixes not present in the `6.0.0` version of the client.
70
+
Always use the latest minor version of the client within that major version, so in this instance, at time of writing, this is version `7.14.0`. The reason being is that `7.14.x` will contain many bug fixes not present in the `7.0.0` version of the client.
71
+
72
+
Client methods which call endpoints added to Elasticsearch since `7.0.0` will fail due to those endpoints not existing on the server.
67
73
68
74
### Low Level Client Compatibility
69
75
@@ -83,8 +89,8 @@ If you use this `experimental` or `beta` functionality, by taking a dependency o
83
89
84
90
## Preview builds
85
91
86
-
All branches push new nuget packages on successful CI builds to https://ci.appveyor.com/nuget/elasticsearch-net
87
-
92
+
All branches push new NuGet packages on successful CI builds to https://ci.appveyor.com/nuget/elasticsearch-net
93
+
88
94
### [Full documentation at https://www.elastic.co/guide/en/elasticsearch/client/net-api/current](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html)
89
95
90
96
## Upgrading
@@ -351,6 +357,6 @@ A small HTTP server will be spun up locally on port 8000 through which you can v
351
357
352
358
## Copyright and License
353
359
354
-
This software is Copyright (c) 2014-2019 by Elasticsearch BV.
360
+
This software is Copyright (c) 2014-2021 by Elasticsearch BV.
355
361
356
362
This is free software, licensed under: [The Apache License Version 2.0](https://github.com/elastic/elasticsearch-net/blob/master/license.txt).
0 commit comments