Skip to content

Commit 6d18b2c

Browse files
committed
Add upgrade tip
1 parent 6994fea commit 6d18b2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/release-notes/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ To check for security updates, go to [Security announcements for the Elastic sta
2121

2222
## 9.0.0 (2025-04-15) [elasticsearch-python-client-900-release-notes]
2323

24+
:::{tip}
25+
Upgrade to Elasticsearch 9 before using elasticsearch-py 9.0.0 or later. Using elasticsearch-py 9.0.0 on an Elasticsearch 8 server will fail.
26+
Since language clients are forward-compatible, you should first upgrade Elasticsearch, then the Elasticsearch client. See the [compatibility documentation](https://www.elastic.co/docs/reference/elasticsearch/clients/python#_compatibility) for more details.
27+
:::
28+
2429
### Breaking changes
2530

2631
* Remove deprecated `Elasticsearch()` options ([#2840](https://github.com/elastic/elasticsearch-py/pull/2840))

0 commit comments

Comments
 (0)