Skip to content

Commit 62bdcd7

Browse files
committed
Added compatibility in README
1 parent 4ed0d7c commit 62bdcd7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Table of Contents
3535
- [elasticsearch-php](#elasticsearch-php)
3636
* [Features](#features)
3737
* [Version Matrix](#version-matrix)
38+
* [Compatibility](#compatibility)
3839
* [Documentation](#documentation)
3940
* [Installation via Composer](#installation-via-composer)
4041
* [PHP Version Requirement](#php-version-requirement)
@@ -87,6 +88,13 @@ Version Matrix
8788
- 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.
8889
- 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.
8990

91+
Compatibility
92+
-------------
93+
94+
Language clients are forward compatible; meaning that clients support communicating
95+
with greater minor versions of Elasticsearch. Elastic language clients are also backwards
96+
compatible with lesser supported minor Elasticsearch versions.
97+
9098
Documentation
9199
--------------
92100
[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)