Skip to content

Commit 5a54391

Browse files
authored
Compatibility info for Elastic language clients
1 parent af19683 commit 5a54391

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@ Version Matrix
8787
- If you are using a version older than 1.0, you must install the `0.4` Elasticsearch-PHP branch. Since ES 0.90.x and below is now EOL, the corresponding `0.4` branch will not receive any more development or bugfixes. Please upgrade.
8888
- You should never use Elasticsearch-PHP Master branch, as it tracks Elasticsearch master and may contain incomplete features or breaks in backwards compatibility. Only use ES-PHP master if you are developing against ES master for some reason.
8989

90+
Compatibility
91+
-------------
92+
93+
Language clients are forward compatible; meaning that clients support communicating
94+
with greater minor versions of Elasticsearch. Elastic language clients are also backwards
95+
compatible with lesser supported minor Elasticsearch versions.
96+
9097
Documentation
9198
--------------
9299
[Full documentation can be found here.](https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/index.html) Docs are stored within the repo under /docs/, so if you see a typo or problem, please submit a PR to fix it!

0 commit comments

Comments
 (0)