Skip to content

9.0.0 docs #992

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Apr 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/reference/release-highlights.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ These are the important new features and changes in minor releases. Every releas

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

### 9.0.0 [release-highlights-900]

[Release Notes](/release-notes/9-0-0.md)
433 changes: 433 additions & 0 deletions docs/release-notes/9-0-0.md

Large diffs are not rendered by default.

47 changes: 0 additions & 47 deletions docs/release-notes/breaking-changes.md

This file was deleted.

25 changes: 0 additions & 25 deletions docs/release-notes/deprecations.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,3 @@ mapped_pages:
Review the changes, fixes, and more in each version of Elasticsearch Java Client.

To check for security updates, go to [Security announcements for the Elastic stack](https://discuss.elastic.co/c/announcements/security-announcements/31).

% Release notes include only features, enhancements, and fixes. Add breaking changes, deprecations, and known issues to the applicable release notes sections.

% ## version.next [felasticsearch-java-client-next-release-notes]

% ### Features and enhancements [elasticsearch-java-client-next-features-enhancements]
% *

% ### Fixes [elasticsearch-java-client-next-fixes]
% *

## 9.0.0 [elasticsearch-java-client-900-release-notes]

### Features and enhancements [elasticsearch-java-client-900-features-enhancements]

### Fixes [elasticsearch-java-client-900-fixes]
14 changes: 1 addition & 13 deletions docs/release-notes/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,4 @@ navigation_title: "Known issues"

# Elasticsearch Java Client known issues [elasticsearch-java-client-known-issues]

% Use the following template to add entries to this page.

% :::{dropdown} Title of known issue
% **Details**
% On [Month/Day/Year], a known issue was discovered that [description of known issue].

% **Workaround**
% Workaround description.

% **Resolved**
% On [Month/Day/Year], this issue was resolved.

:::
We handle all of our issues in our [Github repo](https://github.com/elastic/elasticsearch-java/issues).
3 changes: 1 addition & 2 deletions docs/release-notes/toc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
toc:
- file: index.md
- file: known-issues.md
- file: breaking-changes.md
- file: deprecations.md
- file: 9-0-0.md
Loading