diff --git a/docs/install.asciidoc b/docs/install.asciidoc index f72fd518fec..58333c31dd4 100644 --- a/docs/install.asciidoc +++ b/docs/install.asciidoc @@ -5,7 +5,7 @@ This page shows you how to install the .NET client for {es}. IMPORTANT: The v8 client for .NET does not have complete feature parity with the v7 `NEST` client. It may not be suitable for for all applications until -additional endpoints and features are supported. We therefore recommend you thoroughly review our <> before attempting to migrate existing applications to the `Elastic.Clients.Elasticsearch` library. Until the new client supports all endpoints and features your application requires, +additional endpoints and features are supported. We therefore recommend you thoroughly review our <> before attempting to migrate existing applications to the `Elastic.Clients.Elasticsearch` library. Until the new client supports all endpoints and features your application requires, you may continue to use the 7.17.x release of the client to communicate with v8 Elasticsearch servers using compatibility mode. Refer to the 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. diff --git a/docs/release-notes/release-notes-8.0.3.asciidoc b/docs/release-notes/release-notes-8.0.3.asciidoc new file mode 100644 index 00000000000..64c8dccfedf --- /dev/null +++ b/docs/release-notes/release-notes-8.0.3.asciidoc @@ -0,0 +1,17 @@ +[[release-notes-8.0.3]] +== Release notes v8.0.3 + +[discrete] +=== Bug fixes + +- Fix field sort serialization (issue: +https://github.com/elastic/elasticsearch-net/issues/7074[#7074]) + +[discrete] +=== Enhancements + +[discrete] +==== Update to Elastic.Transport 0.4.5 + +Upgrades the client to depend on the 0.4.5 release of Elastic.Transport which +includes automatic sending of https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-api-compatibility.html#rest-api-compatibility[REST API compatibility] headers for Elasticsearch requests. \ No newline at end of file diff --git a/docs/release-notes/release-notes.asciidoc b/docs/release-notes/release-notes.asciidoc index 3d1888217b5..00dd1de7df3 100644 --- a/docs/release-notes/release-notes.asciidoc +++ b/docs/release-notes/release-notes.asciidoc @@ -6,11 +6,13 @@ [discrete] == Version 8.x -* <> -* <> +* <> * <> +* <> +* <> include::breaking-change-policy.asciidoc[] -include::release-notes-8.0.0.asciidoc[] +include::release-notes-8.0.3.asciidoc[] +include::release-notes-8.0.2.asciidoc[] include::release-notes-8.0.1.asciidoc[] -include::release-notes-8.0.2.asciidoc[] \ No newline at end of file +include::release-notes-8.0.0.asciidoc[] \ No newline at end of file