Skip to content

Commit c027cda

Browse files
committed
README update
1 parent d9b220a commit c027cda

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ compatible with default distributions and without guarantees made.
5858
| 9.x | 9.x | 9.x |
5959
| 8.x | 8.x | 8.17 |
6060

61+
Java client releases are synchronized with the Elasticsearch server for major and minor versions,
62+
while patches are released independently, to allow for faster bugfixes. This does not affect compatibility:
63+
for example, version 8.13.x of the client will be compatible with versions of the server 8.13.y where y >= x.
64+
6165
## Usage
6266

6367
- [Creating an index](https://www.elastic.co/guide/en/elasticsearch/client/java-api-client/current/getting-started-java.html#_creating_an_index)

docs/reference/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ The {{es}} Java client is forward compatible; meaning that the client supports c
2929
| 9.x | 9.x | 9.x |
3030
| 8.x | 8.x | 8.17 |
3131

32+
Java client releases are synchronized with the Elasticsearch server for major and minor versions, while patches are released independently, to allow for faster bugfixes. This does not affect compatibility: for example, version 8.13.x of the client will be compatible with versions of the server 8.13.y where y >= x.

0 commit comments

Comments
 (0)