File tree Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Expand file tree Collapse file tree 2 files changed +49
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
27
## Release 8.0.0-rc2
2
28
3
29
- Added the common parameters in all the endpoints
Original file line number Diff line number Diff line change 1
1
[[release-notes]]
2
2
== Release notes
3
3
4
+ * <<rn-8-3-0>>
5
+ * <<rn-8-2-0>>
6
+ * <<rn-8-1-0>>
4
7
* <<rn-8-0-1>>
5
8
* <<rn-8-0-0>>
6
9
* <<rn-7-17-0>>
32
35
* <<rn-7-0-1>>
33
36
* <<rn-7-0-0>>
34
37
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
+
35
58
[discrete]
36
59
[[rn-8-0-1]]
37
60
=== 8.0.1
You can’t perform that action at this time.
0 commit comments