From f719b0a7edb6ec1c6e227ffdf285e848c57cf260 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Wed, 14 Dec 2022 12:18:59 +0000 Subject: [PATCH 1/3] Add release notes for 8.0.3 --- docs/release-notes/release-notes-8.0.3.asciidoc | 17 +++++++++++++++++ docs/release-notes/release-notes.asciidoc | 10 ++++++---- 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 docs/release-notes/release-notes-8.0.3.asciidoc 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..181b3b2b5b2 --- /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 From e72694fd47b25dbf04b8f6c243512c5f80ea2ab5 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Wed, 14 Dec 2022 12:39:47 +0000 Subject: [PATCH 2/3] Fix bad link --- docs/release-notes/release-notes-8.0.3.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/release-notes-8.0.3.asciidoc b/docs/release-notes/release-notes-8.0.3.asciidoc index 181b3b2b5b2..64c8dccfedf 100644 --- a/docs/release-notes/release-notes-8.0.3.asciidoc +++ b/docs/release-notes/release-notes-8.0.3.asciidoc @@ -14,4 +14,4 @@ https://github.com/elastic/elasticsearch-net/issues/7074[#7074]) ==== 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 +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 From 79fb51879b00e0aa7d93ac1c14ac1f07f569d1d2 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Wed, 14 Dec 2022 12:39:58 +0000 Subject: [PATCH 3/3] Update link in install documentation --- docs/install.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.