Skip to content

Commit 2f9a3ed

Browse files
authored
[DOCS] Added compatibility section in doc + updated release notes (#1163)
* Added compatibility section in doc + updated release notes + updated README * Moved compatibility section into installation
1 parent 54cc552 commit 2f9a3ed

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ Compatibility
9292
-------------
9393

9494
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.
95+
with greater or equal minor versions of Elasticsearch. Elasticsearch language
96+
clients are only backwards compatible with default distributions and without
97+
guarantees made.
9798

9899
Documentation
99100
--------------

docs/installation.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ use `dev-master` in your production code.
4343
| <= 0.90.* | `0.4`
4444
|============================
4545

46+
[discrete]
47+
[[compatibility]]
48+
=== Compatibility
49+
50+
Language clients are forward compatible; meaning that clients support communicating
51+
with greater or equal minor versions of Elasticsearch. Elasticsearch language
52+
clients are only backwards compatible with default distributions and without
53+
guarantees made.
4654

4755
[discrete]
4856
=== Composer Installation

docs/release-notes.asciidoc

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[[release-notes]]
22
== Release notes
33

4+
* <<rn-7-14-0>>
5+
* <<rn-7-13-1>>
6+
* <<rn-7-13-0>>
47
* <<rn-7-12-0>>
58
* <<rn-7-11-0>>
69
* <<rn-7-10-0>>
@@ -24,6 +27,43 @@
2427
* <<rn-7-0-1>>
2528
* <<rn-7-0-0>>
2629

30+
[discrete]
31+
[[rn-7-14-0]]
32+
=== 7.14.0
33+
34+
* Usage of psr/log version 2
35+
https://github.com/elastic/elasticsearch-php/pull/1154[#1154]
36+
* Update search iterators to send `scroll_id` inside the request body
37+
https://github.com/elastic/elasticsearch-php/pull/1134[#1134]
38+
* Added the `ingest.geoip.downloader.enabled=false` setting for ES
39+
https://github.com/elastic/elasticsearch-php/commit/586735109dc18f22bfdf3b73ab0621b37e857be1[5867351]
40+
* Removed phpcs for autogenerated files (endpoints)
41+
https://github.com/elastic/elasticsearch-php/commit/651c57b2e6bf98a0fd48220949966e630e5a804a[651c57b]
42+
43+
44+
[discrete]
45+
[[rn-7-13-1]]
46+
=== 7.13.1
47+
48+
* Added port in url for trace and logger messages
49+
https://github.com/elastic/elasticsearch-php/pull/1126[#1126]
50+
51+
52+
[discrete]
53+
[[rn-7-13-0]]
54+
=== 7.13.0
55+
56+
* (DOCS) Added the HTTP meta data section
57+
https://github.com/elastic/elasticsearch-php/pull/1143[#1143]
58+
* Added support for API Compatibility Header
59+
https://github.com/elastic/elasticsearch-php/pull/1142[#1142]
60+
* (DOCS) Added Helpers section to PHP book
61+
https://github.com/elastic/elasticsearch-php/pull/1129[#1129]
62+
* Added the API description in phpdoc section for each endpoint
63+
https://github.com/elastic/elasticsearch-php/commit/9e05c8108b638b60cc676b6a4f4be97c7df9eb64[9e05c81]
64+
* Usage of PHPUnit 9 only + migrated xml configurations
65+
https://github.com/elastic/elasticsearch-php/commit/038b5dd043dc76b20b9f5f265ea914a38d33568d[038b5dd]
66+
2767

2868
[discrete]
2969
[[rn-7-12-0]]

0 commit comments

Comments
 (0)