Skip to content

Commit d7a4449

Browse files
committed
Revert "Address reviewer comment"
This reverts commit fb7be17.
1 parent fb7be17 commit d7a4449

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

docs/reference/1120elasticsearch-py.code-workspace

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/reference/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ As of version 8.0, {{es}} offers a [REST API compatibility mode](elasticsearch:/
7979

8080
In the Python client, compatibility mode is **always enabled**. You don't need to configure it manually or set an environment variable. The client automatically sends compatibility headers with API requests so that it can communicate with the next major version of {{es}}.
8181

82-
For example, if you're upgrading {{es}} from 8.x to 9.x, you can continue to use the 8.x Python client during and after the {{es}} server upgrade, with the exception of [breaking changes](../release-notes/breaking-changes.md).
82+
In compatibility mode, your Python client applications can continue running during an upgrade without restart or redeployment. For example, during a rolling upgrade of your {{es}} cluster from 8.x to 9.x, your 8.x Python client continues working throughout the process without any changes or intervention.
8383

8484
**What to expect in compatibility mode:**
8585

8686
If you're using the Python client in compatibility mode to work with the next major version of {{es}}:
8787

88-
* API calls affected by [breaking changes](../release-notes/breaking-changes.md) might fail or behave differently.
88+
* API calls affected by [breaking changes](../release-notes/breaking-changes.md) might fail or behave differently.
8989
* API calls unaffected by breaking changes continue to work as expected.
9090
* New features from the next major version of {{es}} are not available until you upgrade the client itself.
9191

0 commit comments

Comments
 (0)