Skip to content

Update release notes and related files #2717

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 2 commits into from
Apr 8, 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
13 changes: 4 additions & 9 deletions docs/release-notes/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,13 @@ navigation_title: "Deprecations"
# Elasticsearch JavaScript Client deprecations [elasticsearch-javascript-client-deprecations]
Over time, certain Elastic functionality becomes outdated and is replaced or removed. To help with the transition, Elastic deprecates functionality for a period before removal, giving you time to update your applications.

Review the deprecated functionality for Elasticsearch JavaScript Client. While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade. To learn how to upgrade, check out [Upgrade](docs-content://deploy-manage/upgrade.md).
Review the deprecated functionality for the Elasticsearch JavaScript Client. While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade. To learn how to upgrade, check out [Upgrade](docs-content://deploy-manage/upgrade.md).

% ## Next version
## 9.0.0 [elasticsearch-javascript-client-900-deprecations]

% ::::{dropdown} Deprecation title
% Description of the deprecation.
% For more information, check [PR #](PR link).
% **Impact**<br> Impact of deprecation.
% **Action**<br> Steps for mitigating deprecation impact.
% ::::
_No deprecations_

% ## 9.0.0 [elasticsearch-javascript-client-900-deprecations]
% ## Next version

% ::::{dropdown} Deprecation title
% Description of the deprecation.
Expand Down
4 changes: 2 additions & 2 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
navigation_title: "JavaScript client release notes"
navigation_title: "Elasticsearch JavaScript Client"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/changelog-client.html
---
Expand Down Expand Up @@ -36,4 +36,4 @@ To check for security updates, go to [Security announcements for the Elastic sta

Docstrings for types that differ between stack and serverless have also been updated to indicate when that is the case.

### Fixes [elasticsearch-javascript-client-900-fixes]
% ### Fixes [elasticsearch-javascript-client-900-fixes]
6 changes: 5 additions & 1 deletion docs/release-notes/known-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ navigation_title: "Known issues"

# Elasticsearch JavaScript Client known issues [elasticsearch-javascript-client-known-issues]

## 9.0.0

_No known issues_

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

% :::{dropdown} Title of known issue
Expand All @@ -17,4 +21,4 @@ navigation_title: "Known issues"
% **Resolved**
% On [Month/Day/Year], this issue was resolved.

:::
% :::
Loading