Skip to content

Commit 0757698

Browse files
committed
various cleanup
1 parent adb67d9 commit 0757698

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

docs/reference/breaking-changes-policy.md

+3
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ Major releases (e.g. 7.x → 8.x) can include larger refactorings of the API spe
3333

3434
All Elasticsearch APIs have stability indicators, which imply potential changes. If an API is `stable` only additional non-breaking changes are added. In case of `experimental` APIs, breaking changes can be introduced any time, which means that these changes, will also be reflected in the Java API Client.
3535

36+
## Breaking changes by release
37+
38+
For more information, refer to the [](../release-notes/index.md).

docs/reference/release-highlights.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ These are the important new features and changes in minor releases. Every releas
99

1010
For a list of detailed changes, including bug fixes, please see the [GitHub project realease notes](https://github.com/elastic/elasticsearch-java/releases).
1111

12-
### 9.0.0 [release-highlights-900]
12+
## 9.0.0 [release-highlights-900]
1313

14-
[Release Notes](/release-notes/9-0-0.md)
14+
[Release notes](/release-notes/9-0-0.md)

docs/release-notes/9-0-0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ navigation_title: "9.0.0"
33
---
44
# Elasticsearch Java Client 9.0.0 [elasticsearch-java-client-900]
55

6-
Discover what changed in the 9.0.0 version of the java client.
6+
Discover what changed in the 9.0.0 version of the Java client.
77

8-
### Breaking Changes [elasticsearch-java-client-900-breaking-changes]
8+
### Breaking changes [elasticsearch-java-client-900-breaking-changes]
99

1010
::::{dropdown} Server accurate aggregation number values
1111
In previous versions of the client, when the server returned number that was both always present and could be `null` (for example Aggregation results), the client would default to `0` and deserialize the number into a primitive data type instead of an Object. This design choice was changed in this version, changing the fields type to support `null` and be coherent with the server response.

docs/release-notes/index.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ mapped_pages:
99
Review the changes, fixes, and more in each version of Elasticsearch Java Client.
1010

1111
To check for security updates, go to [Security announcements for the Elastic stack](https://discuss.elastic.co/c/announcements/security-announcements/31).
12+
13+
## 9.0.0
14+
[Release notes](../release-notes/9-0-0.md)

0 commit comments

Comments
 (0)