Skip to content

Commit 468830d

Browse files
committed
Updated CHANGELOG and docs with 8.4
1 parent eba27a8 commit 468830d

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
## Release 8.3.0
214

315
- Updated APIs for [Elasticsearch 8.3](https://github.com/elastic/elasticsearch/releases/tag/v8.3.0)

docs/release-notes.asciidoc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[[release-notes]]
22
== Release notes
33

4+
* <<rn-8-4-0>>
45
* <<rn-8-3-0>>
56
* <<rn-8-2-0>>
67
* <<rn-8-1-0>>
@@ -35,6 +36,19 @@
3536
* <<rn-7-0-1>>
3637
* <<rn-7-0-0>>
3738

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+
3852
[discrete]
3953
[[rn-8-3-0]]
4054
=== 8.3.0

0 commit comments

Comments
 (0)