|
2 | 2 |
|
3 | 3 | Repository for **Elastic.Clients.Elasticsearch** the official .NET client for
|
4 | 4 | [Elasticsearch](https://github.com/elastic/elasticsearch).
|
5 |
| -*Older branches include both previous clients, **NEST** and **Elasticsearch.Net**.* |
6 | 5 |
|
7 | 6 | **[Download the latest version of Elasticsearch](https://www.elastic.co/downloads/elasticsearch)**
|
8 | 7 | or
|
@@ -61,40 +60,13 @@ for comprehensive information on installation, configuration and usage.
|
61 | 60 |
|
62 | 61 | The API reference documentation is available [here](https://elastic.github.io/elasticsearch-net).
|
63 | 62 |
|
64 |
| -## Versions |
65 |
| - |
66 |
| -### Elasticsearch 8.x Clusters |
67 |
| - |
68 |
| -We have released the next generation of the .NET client for Elasticsearch, which |
69 |
| -aligns with v8 of Elasticsearch. We have renamed this library |
70 |
| -`Elastic.Clients.Elasticsearch`, and the packages are published on |
71 |
| -[NuGet](https://www.nuget.org/packages/Elastic.Clients.Elasticsearch/). The |
72 |
| -8.0.x versions do not offer complete feature parity with the existing `NEST` |
73 |
| -client. We therefore recommend you thoroughly review our |
74 |
| -[release notes and migration guidance](https://www.elastic.co/guide/en/elasticsearch/client/net-api/current/release-notes-8.0.0.html) |
75 |
| -before attempting to migrate existing applications to the |
76 |
| -`Elastic.Clients.Elasticsearch` library. |
77 |
| - |
78 |
| -Until the new client supports all endpoints and features your application |
79 |
| -requires, you may continue to use the latest `7.17.x` client to communicate with |
80 |
| -Elasticsearch v8 servers. Please review |
81 |
| -[our documentation](https://www.elastic.co/guide/en/elasticsearch/client/net-api/7.17/connecting-to-elasticsearch-v8.html), |
82 |
| -which describes how to enable compatibility mode and secure communications with |
83 |
| -a v8 cluster. |
84 |
| - |
85 |
| -### Elasticsearch 7.x Clusters |
86 |
| - |
87 |
| -We recommend using the latest `7.17.x` |
88 |
| -[NEST client](https://www.nuget.org/packages/Nest) to communicate with |
89 |
| -Elasticsearch v7 servers. |
90 |
| - |
91 | 63 | ## Contributing
|
92 | 64 |
|
93 | 65 | See [CONTRIBUTING.md](./CONTRIBUTING.md)
|
94 | 66 |
|
95 | 67 | ## Copyright and License
|
96 | 68 |
|
97 |
| -This software is Copyright (c) 2014-2022 by Elasticsearch BV. |
| 69 | +This software is Copyright (c) 2014-2025 by Elasticsearch BV. |
98 | 70 |
|
99 | 71 | This is free software, licensed under
|
100 | 72 | [The Apache License Version 2.0](https://github.com/elastic/elasticsearch-net/blob/main/LICENSE.txt).
|
0 commit comments