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 )
116## Release 7.13.1
217
318- Added port in url for trace and logger messages
Original file line number Diff line number Diff line change 11[[release-notes]]
22== Release notes
33
4+ * <<rn-7-15-0>>
5+ * <<rn-7-14-0>>
6+ * <<rn-7-13-1>>
7+ * <<rn-7-13-0>>
48* <<rn-7-12-0>>
59* <<rn-7-11-0>>
610* <<rn-7-10-0>>
2428* <<rn-7-0-1>>
2529* <<rn-7-0-0>>
2630
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+
2776
2877[discrete]
2978[[rn-7-12-0]]
Original file line number Diff line number Diff line change 6969 */
7070class Client
7171{
72- const VERSION = '7.15.0-SNAPSHOT ' ;
72+ const VERSION = '7.15.0 ' ;
7373
7474 /**
7575 * @var Transport
You can’t perform that action at this time.
0 commit comments