File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change 1
1
[[release-notes]]
2
2
== Release notes
3
3
4
+ * <<rn-7-15-0>>
5
+ * <<rn-7-14-0>>
6
+ * <<rn-7-13-1>>
7
+ * <<rn-7-13-0>>
4
8
* <<rn-7-12-0>>
5
9
* <<rn-7-11-0>>
6
10
* <<rn-7-10-0>>
24
28
* <<rn-7-0-1>>
25
29
* <<rn-7-0-0>>
26
30
31
+ [discrete]
32
+ [[rn-7-15-0]]
33
+ === 7.15.0
34
+
35
+ * Updated endpoints for Elasticsearch 7.15.0
36
+ https://github.com/elastic/elasticsearch-php/commit/995f6d4bde7de76004e95d7a434b1d59da7a7e75[995f6d4]
37
+
38
+
39
+ [discrete]
40
+ [[rn-7-14-0]]
41
+ === 7.14.0
42
+
43
+ * Usage of psr/log version 2
44
+ https://github.com/elastic/elasticsearch-php/pull/1154[#1154]
45
+ * Update search iterators to send `scroll_id` inside the request body
46
+ https://github.com/elastic/elasticsearch-php/pull/1134[#1134]
47
+ * Added the `ingest.geoip.downloader.enabled=false` setting for ES
48
+ https://github.com/elastic/elasticsearch-php/commit/586735109dc18f22bfdf3b73ab0621b37e857be1[5867351]
49
+ * Removed phpcs for autogenerated files (endpoints)
50
+ https://github.com/elastic/elasticsearch-php/commit/651c57b2e6bf98a0fd48220949966e630e5a804a[651c57b]
51
+
27
52
53
+ [discrete]
54
+ [[rn-7-13-1]]
55
+ === 7.13.1
56
+
57
+ * Added port in url for trace and logger messages
58
+ https://github.com/elastic/elasticsearch-php/pull/1126[#1126]
59
+
60
+
61
+ [discrete]
62
+ [[rn-7-13-0]]
63
+ === 7.13.0
64
+
65
+ * (DOCS) Added the HTTP meta data section
66
+ https://github.com/elastic/elasticsearch-php/pull/1143[#1143]
67
+ * Added support for API Compatibility Header
68
+ https://github.com/elastic/elasticsearch-php/pull/1142[#1142]
69
+ * (DOCS) Added Helpers section to PHP book
70
+ https://github.com/elastic/elasticsearch-php/pull/1129[#1129]
71
+ * Added the API description in phpdoc section for each endpoint
72
+ https://github.com/elastic/elasticsearch-php/commit/9e05c8108b638b60cc676b6a4f4be97c7df9eb64[9e05c81]
73
+ * Usage of PHPUnit 9 only + migrated xml configurations
74
+ https://github.com/elastic/elasticsearch-php/commit/038b5dd043dc76b20b9f5f265ea914a38d33568d[038b5dd]
75
+
76
+
28
77
[discrete]
29
78
[[rn-7-12-0]]
30
79
=== 7.12.0
You can’t perform that action at this time.
0 commit comments