File tree Expand file tree Collapse file tree 3 files changed +51
-2
lines changed Expand file tree Collapse file tree 3 files changed +51
-2
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,9 @@ Compatibility
92
92
-------------
93
93
94
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.
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.
97
98
98
99
Documentation
99
100
--------------
Original file line number Diff line number Diff line change @@ -43,6 +43,14 @@ use `dev-master` in your production code.
43
43
| <= 0.90.* | `0.4`
44
44
|============================
45
45
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.
46
54
47
55
[discrete]
48
56
=== Composer Installation
Original file line number Diff line number Diff line change 1
1
[[release-notes]]
2
2
== Release notes
3
3
4
+ * <<rn-7-14-0>>
5
+ * <<rn-7-13-1>>
6
+ * <<rn-7-13-0>>
4
7
* <<rn-7-12-0>>
5
8
* <<rn-7-11-0>>
6
9
* <<rn-7-10-0>>
24
27
* <<rn-7-0-1>>
25
28
* <<rn-7-0-0>>
26
29
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
+
27
67
28
68
[discrete]
29
69
[[rn-7-12-0]]
You can’t perform that action at this time.
0 commit comments