Skip to content

Commit e1bda58

Browse files
committed
Updated release notes in docs
1 parent 165f5cd commit e1bda58

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

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,7 +28,52 @@
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+
2752

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+
2877
[discrete]
2978
[[rn-7-12-0]]
3079
=== 7.12.0

0 commit comments

Comments
 (0)