File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## Release 8.4.0
2
+
3
+ - Added a ` ClientInterface ` to simplify the mock of the Client,
4
+ this is a fix for [ #1227 ] ( https://github.com/elastic/elasticsearch-php/issues/1227 )
5
+ [ #1249 ] ( https://github.com/elastic/elasticsearch-php/pull/1249 )
6
+ - Added the support of Symfony HTTP client, fixing the issue [ #1241 ] ( https://github.com/elastic/elasticsearch-php/issues/1241 )
7
+ [ #1243 ] ( https://github.com/elastic/elasticsearch-php/pull/1243 )
8
+ - Added the API compatibility header
9
+ [ #1233 ] ( https://github.com/elastic/elasticsearch-php/pull/1233 )
10
+ - Updated APIs for [ Elasticsearch 8.4] ( https://github.com/elastic/elasticsearch/releases/tag/v8.4.0 )
11
+ [ 7815caa] ( https://github.com/elastic/elasticsearch-php/commit/7815caac3d9342f13555481bd03ceb8d9c49a881 )
12
+
1
13
## Release 8.3.0
2
14
3
15
- Updated APIs for [ Elasticsearch 8.3] ( https://github.com/elastic/elasticsearch/releases/tag/v8.3.0 )
Original file line number Diff line number Diff line change 1
1
[[release-notes]]
2
2
== Release notes
3
3
4
+ * <<rn-8-4-0>>
4
5
* <<rn-8-3-0>>
5
6
* <<rn-8-2-0>>
6
7
* <<rn-8-1-0>>
35
36
* <<rn-7-0-1>>
36
37
* <<rn-7-0-0>>
37
38
39
+ [discrete]
40
+ [[rn-8-4-0]]
41
+ === 8.4.0
42
+
43
+ * Added a `ClientInterface` to simplify the mock of the Client,
44
+ this is a fix for https://github.com/elastic/elasticsearch-php/issues/1227[#1227]
45
+ https://github.com/elastic/elasticsearch-php/pull/1249[#1249]
46
+ * Added the support of Symfony HTTP client, fixing the issue https://github.com/elastic/elasticsearch-php/issues/1241[#1241]
47
+ https://github.com/elastic/elasticsearch-php/pull/1243[#1243]
48
+ * Added the API compatibility header
49
+ https://github.com/elastic/elasticsearch-php/pull/1233[#1233]
50
+ * Updated the API endpoints to Elasticserach 8.4.0
51
+
38
52
[discrete]
39
53
[[rn-8-3-0]]
40
54
=== 8.3.0
You can’t perform that action at this time.
0 commit comments