Skip to content

Commit a13ea05

Browse files
committed
Merge 8.3 in master + updated CHANGELOG and release-notes in docs
1 parent 349159f commit a13ea05

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## Release 8.3.0
2+
3+
- Updated APIs for [Elasticsearch 8.3](https://github.com/elastic/elasticsearch/releases/tag/v8.3.0)
4+
[fb117a8](https://github.com/elastic/elasticsearch-php/commit/fb117a813cd28e8c0b9f4350896b66c068bfd072)
5+
6+
## Release 8.2.0
7+
8+
- Updated APIs for [Elasticsearch 8.2](https://github.com/elastic/elasticsearch/releases/tag/v8.2.0)
9+
[630cb0b](https://github.com/elastic/elasticsearch-php/commit/630cb0bdcd4b864d2ed8cef380665cdb90429eec)
10+
- Added the array support for `text/plain`
11+
[#1220](https://github.com/elastic/elasticsearch-php/pull/1220)
12+
13+
## Release 8.1.0
14+
15+
- Updated APIs for [Elasticsearch 8.1](https://github.com/elastic/elasticsearch/releases/tag/v8.1.0)
16+
[e4c2ac9](https://github.com/elastic/elasticsearch-php/commit/e4c2ac9b2c71e06c99b7a43712ccd83711fe6510)
17+
18+
## Release 8.0.1
19+
20+
- Fixed `NoNodeAvailableException` exception in endpoints
21+
[e7d448d](https://github.com/elastic/elasticsearch-php/commit/e7d448d540f120eb3a3e3fe0d5866bf62fb67f3a)
22+
23+
## Release 8.0.0
24+
25+
- Finally released 8.0.0 GA.
26+
127
## Release 8.0.0-rc2
228

329
- Added the common parameters in all the endpoints

docs/release-notes.asciidoc

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

4+
* <<rn-8-3-0>>
5+
* <<rn-8-2-0>>
6+
* <<rn-8-1-0>>
47
* <<rn-8-0-1>>
58
* <<rn-8-0-0>>
69
* <<rn-7-17-0>>
@@ -32,6 +35,26 @@
3235
* <<rn-7-0-1>>
3336
* <<rn-7-0-0>>
3437

38+
[discrete]
39+
[[rn-8-3-0]]
40+
=== 8.3.0
41+
42+
* Updated the API endpoints to Elasticserach 8.3.0
43+
44+
[discrete]
45+
[[rn-8-2-0]]
46+
=== 8.2.0
47+
48+
* Updated the API endpoints to Elasticserach 8.2.0
49+
* Added the array support for `text/plain`
50+
https://github.com/elastic/elasticsearch-php/pull/1220[#1220]
51+
52+
[discrete]
53+
[[rn-8-1-0]]
54+
=== 8.1.0
55+
56+
* Updated the API endpoints to Elasticserach 8.1.0
57+
3558
[discrete]
3659
[[rn-8-0-1]]
3760
=== 8.0.1

0 commit comments

Comments
 (0)