Skip to content

Commit fb7be17

Browse files
committed
Address reviewer comment
1 parent 233dd73 commit fb7be17

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "../.."
5+
}
6+
],
7+
"settings": {}
8+
}

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-
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.
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).
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)