File tree Expand file tree Collapse file tree 3 files changed +65
-1
lines changed Expand file tree Collapse file tree 3 files changed +65
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## Release 7.15.0
2
+
3
+ - Updated endpoints for Elasticsearch 7.15.0
4
+ [ 995f6d4] ( https://github.com/elastic/elasticsearch-php/commit/995f6d4bde7de76004e95d7a434b1d59da7a7e75 )
5
+
6
+ ## Release 7.14.0
7
+
8
+ - Usage of psr/log version 2
9
+ [ #1154 ] ( https://github.com/elastic/elasticsearch-php/pull/1154 )
10
+ - Update search iterators to send ` scroll_id ` inside the request body
11
+ [ #1134 ] ( https://github.com/elastic/elasticsearch-php/pull/1134 )
12
+ - Added the ` ingest.geoip.downloader.enabled=false ` setting for ES
13
+ [ 5867351] ( https://github.com/elastic/elasticsearch-php/commit/586735109dc18f22bfdf3b73ab0621b37e857be1 )
14
+ - Removed phpcs for autogenerated files (endpoints)
15
+ [ 651c57b] ( https://github.com/elastic/elasticsearch-php/commit/651c57b2e6bf98a0fd48220949966e630e5a804a )
1
16
## Release 7.13.1
2
17
3
18
- Added port in url for trace and logger messages
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
+
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
+
27
76
28
77
[discrete]
29
78
[[rn-7-12-0]]
Original file line number Diff line number Diff line change 69
69
*/
70
70
class Client
71
71
{
72
- const VERSION = '7.15.0-SNAPSHOT ' ;
72
+ const VERSION = '7.15.0 ' ;
73
73
74
74
/**
75
75
* @var Transport
You can’t perform that action at this time.
0 commit comments