Skip to content
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
9 changes: 5 additions & 4 deletions docs/release-notes/breaking-changes.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
---
navigation_title: "Elasticsearch"
navigation_title: "Breaking changes"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes.html
---

# Elasticsearch breaking changes [elasticsearch-breaking-changes]
Before you upgrade, carefully review the Elasticsearch breaking changes and take the necessary steps to mitigate any issues.

Breaking changes can impact your Elastic applications, potentially disrupting normal operations. Before you upgrade, carefully review the Elasticsearch breaking changes and take the necessary steps to mitigate any issues.

If you are migrating from a version prior to version 9.0, you must first upgrade to the last 8.x version available. To learn how to upgrade, check out [Upgrade](docs-content://deploy-manage/upgrade.md).

To learn how to upgrade, check out <uprade docs>.

% ## Next version [elasticsearch-nextversion-breaking-changes]
% **Release date:** Month day, year

## 9.0.0 [elasticsearch-900-breaking-changes]
**Release date:** March 25, 2025

Allocation
: * Increase minimum threshold in shard balancer [#115831](https://github.com/elastic/elasticsearch/pull/115831)
Expand Down
9 changes: 4 additions & 5 deletions docs/release-notes/deprecations.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
navigation_title: "Elasticsearch"
navigation_title: "Deprecations"
---

# {{es}} deprecations [elasticsearch-deprecations]
Review the deprecated functionality for your {{es}} version. While deprecations have no immediate impact, we strongly encourage you update your implementation after you upgrade.

To learn how to upgrade, check out <uprade docs>.
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. 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).

To give you insight into what deprecated features you’re using, {{es}}:

Expand All @@ -14,10 +15,8 @@ To give you insight into what deprecated features you’re using, {{es}}:
* [Provides a deprecation info API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-migration-deprecations) that scans a cluster’s configuration and mappings for deprecated functionality.

% ## Next version
% **Release date:** Month day, year

## 9.0.0 [elasticsearch-900-deprecations]
**Release date:** March 25, 2025

Ingest Node
: * Fix `_type` deprecation on simulate pipeline API [#116259](https://github.com/elastic/elasticsearch/pull/116259)
Expand Down
4 changes: 1 addition & 3 deletions docs/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ To check for security updates, go to [Security announcements for the Elastic sta

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

% ## version.next [felasticsearch-next-release-notes]
% **Release date:** Month day, year
% ## version.next [elasticsearch-next-release-notes]

% ### Features and enhancements [elasticsearch-next-features-enhancements]
% *
Expand All @@ -25,7 +24,6 @@ To check for security updates, go to [Security announcements for the Elastic sta
% *

## 9.0.0 [elasticsearch-900-release-notes]
**Release date:** March 25, 2025

### Features and enhancements [elasticsearch-900-features-enhancements]
Allocation
Expand Down
3 changes: 1 addition & 2 deletions docs/release-notes/known-issues.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
navigation_title: "Known issues"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/es-connectors-known-issues.html

navigation_title: "Elasticsearch"
---

# Elasticsearch known issues
Expand Down
Loading