Skip to content

Commit 00d409a

Browse files
Add release notes for 8.0.3 (#7110) (#7111)
* Add release notes for 8.0.3 * Fix bad link * Update link in install documentation Co-authored-by: Steve Gordon <[email protected]>
1 parent 017e171 commit 00d409a

File tree

3 files changed

+24
-5
lines changed

3 files changed

+24
-5
lines changed

docs/install.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This page shows you how to install the .NET client for {es}.
55

66
IMPORTANT: The v8 client for .NET does not have complete feature parity with
77
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,
8+
additional endpoints and features are supported. We therefore recommend you thoroughly review our <<release-notes,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,
99
you may continue to use the 7.17.x release of the client to communicate with v8
1010
Elasticsearch servers using compatibility mode. Refer to the
1111
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.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
[[release-notes-8.0.3]]
2+
== Release notes v8.0.3
3+
4+
[discrete]
5+
=== Bug fixes
6+
7+
- Fix field sort serialization (issue:
8+
https://github.com/elastic/elasticsearch-net/issues/7074[#7074])
9+
10+
[discrete]
11+
=== Enhancements
12+
13+
[discrete]
14+
==== Update to Elastic.Transport 0.4.5
15+
16+
Upgrades the client to depend on the 0.4.5 release of Elastic.Transport which
17+
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.

docs/release-notes/release-notes.asciidoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
[discrete]
77
== Version 8.x
88

9-
* <<release-notes-8.0.0,Release notes v8.0.0>>
10-
* <<release-notes-8.0.1,Release notes v8.0.1>>
9+
* <<release-notes-8.0.3,Release notes v8.0.3>>
1110
* <<release-notes-8.0.2,Release notes v8.0.2>>
11+
* <<release-notes-8.0.1,Release notes v8.0.1>>
12+
* <<release-notes-8.0.0,Release notes v8.0.0>>
1213

1314
include::breaking-change-policy.asciidoc[]
14-
include::release-notes-8.0.0.asciidoc[]
15+
include::release-notes-8.0.3.asciidoc[]
16+
include::release-notes-8.0.2.asciidoc[]
1517
include::release-notes-8.0.1.asciidoc[]
16-
include::release-notes-8.0.2.asciidoc[]
18+
include::release-notes-8.0.0.asciidoc[]

0 commit comments

Comments
 (0)