Skip to content

Commit 77a4ade

Browse files
committed
Set VERSION to 7.15.0 + updated changelog and release_note
1 parent 8fbd473 commit 77a4ade

File tree

3 files changed

+65
-1
lines changed

3 files changed

+65
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

docs/release-notes.asciidoc

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
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>>
@@ -24,6 +28,51 @@
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]]

src/Elasticsearch/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
*/
7070
class Client
7171
{
72-
const VERSION = '7.15.0-SNAPSHOT';
72+
const VERSION = '7.15.0';
7373

7474
/**
7575
* @var Transport

0 commit comments

Comments
 (0)