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
Copy file name to clipboardExpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -12,17 +12,18 @@ Language clients are forward compatible; meaning that clients support communicat
12
12
13
13
### Elasticsearch 8.x Clusters
14
14
15
-
We are actively working on the next generation of the .NET client for Elasticsearch, which aligns with v8 of Elasticsearch. We have renamed this library `Elastic.Clients.Elasticsearch`, and the packages are published on [NuGet](https://www.nuget.org/packages/Elastic.Clients.Elasticsearch/). The new client is in pre-release with beta versions available to install. We do not recommend using the pre-release versions in production.
15
+
We have released the next generation of the .NET client for Elasticsearch, which aligns with v8 of Elasticsearch. We have renamed this library `Elastic.Clients.Elasticsearch`, and the packages are published on [NuGet](https://www.nuget.org/packages/Elastic.Clients.Elasticsearch/). The 8.0.x versions do not offer complete
16
+
feature parity with the exitsing `NEST` client. We therefore recommend you thoroughly review our [release notes and migration guidance](https://elasticsearch-net_7008.docs-preview.app.elstc.co/guide/en/elasticsearch/client/net-api/current/release-notes-8.0.0.html) before attempting to migrate existing applications to the `Elastic.Clients.Elasticsearch` library.
16
17
17
-
Until the GA release of the new client, you may continue to use the latest `7.17.x` client to communicate with Elasticsearch v8 servers. Please review [our documentation](https://www.elastic.co/guide/en/elasticsearch/client/net-api/7.17/connecting-to-elasticsearch-v8.html), which describes how to enable compatibility mode and secure communications with a v8 cluster.
18
+
Until the new client supports all endpoints and features your application requires, you may continue to use the latest `7.17.x` client to communicate with Elasticsearch v8 servers. Please review [our documentation](https://www.elastic.co/guide/en/elasticsearch/client/net-api/7.17/connecting-to-elasticsearch-v8.html), which describes how to enable compatibility mode and secure communications with a v8 cluster.
18
19
19
20
### Elasticsearch 7.x Clusters
20
21
21
-
We recommend using the latest `7.17.x` client to communicate with Elasticsearch v7 servers.
22
+
We recommend using the latest `7.17.x`[NEST client](https://www.nuget.org/packages/Nest) to communicate with Elasticsearch v7 servers.
22
23
23
24
## Documentation
24
25
25
-
Please refer to [the full documentation on elastic.co](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html) for comprehensive information.
26
+
Please refer to [the full documentation on elastic.co](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/index.html) for comprehensive information on installation, configuration and usage.
Copy file name to clipboardExpand all lines: docs/install.asciidoc
+10-15
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@
3
3
4
4
This page shows you how to install the .NET client for {es}.
5
5
6
-
IMPORTANT: The v8 client for .NET is currently in pre-release and not supported for
7
-
production use. We provide it for testing and migration planning purposes.
8
-
You may continue to use the 7.17.x release of the client to communicate with v8
6
+
IMPORTANT: The v8 client for .NET does not have complete feature parity with
7
+
the v7 `NEST` client. It may not be suitable for for all applications until
8
+
additional endpoints and features are supported. We therefore recommend you thoroughly review our <<release-notes-8.0.0,release notes>> before attempting to migrate existing applications to the `Elastic.Clients.Elasticsearch` library. Until the new client supports all endpoints and features your application requires,
9
+
you may continue to use the 7.17.x release of the client to communicate with v8
9
10
Elasticsearch servers using compatibility mode. Refer to the
10
-
https://www.elastic.co/guide/en/elasticsearch/client/net-api/7.17/connecting-to-elasticsearch-v8.html[Connecting to Elasticsearch v8.x using the v7.17.x client documentation]
11
-
for guidance on configuring the 7.17.x client.
11
+
https://www.elastic.co/guide/en/elasticsearch/client/net-api/7.17/connecting-to-elasticsearch-v8.html[Connecting to Elasticsearch v8.x using the v7.17.x client documentation] for guidance on configuring the 7.17.x client.
12
12
13
13
[discrete]
14
14
[[dot-net-client]]
@@ -19,7 +19,7 @@ For SDK style projects, you can install the {es} client by running the following
0 commit comments