Skip to content

Commit f99a3f9

Browse files
authored
[DOCS] Add 8.0.0 GA release notes (#1902) (#1904)
Adds the 8.0.0 GA release notes. I created these by combining the 8.0.0-alpha1, -alpha2, -beta1, -rc1 and -rc2 releases notes.
1 parent 99182df commit f99a3f9

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
[[eshadoop-8.0.0]]
2+
== Elasticsearch for Apache Hadoop version 8.0.0
3+
4+
coming::[8.0.0]
5+
6+
The following list are changes in 8.0.0 as compared to 7.17.0, and combines
7+
release notes from the 8.0.0-alpha1, -alpha2, -beta1, -rc1 and -rc2 releases.
8+
9+
[[breaking-8.0.0]]
10+
[float]
11+
=== Breaking Changes
12+
13+
Core::
14+
- Deprecate support for Spark 1.x, Scala 2.10 on Spark 2.x, Hadoop 1, Pig, and Storm
15+
https://github.com/elastic/elasticsearch-hadoop/pull/1845[#1845]
16+
17+
- Boost default scroll size to 1000
18+
https://github.com/elastic/elasticsearch-hadoop/pull/1429[#1429]
19+
20+
[[new-8.0.0]]
21+
[float]
22+
=== Enhancements
23+
24+
Build::
25+
- Build ES-Hadoop with Java 17
26+
https://github.com/elastic/elasticsearch-hadoop/pull/1808[#1808]
27+
28+
Build/Gradle::
29+
- Setting Java boot classpath so that Scala 2.10 works on Gradle 7.2
30+
https://github.com/elastic/elasticsearch-hadoop/pull/1800[#1800]
31+
32+
- Update Gradle wrapper to 7.3
33+
https://github.com/elastic/elasticsearch-hadoop/pull/1809[#1809]
34+
35+
- Get rid of direct cross-project dependencies to avoid gradle warnings
36+
https://github.com/elastic/elasticsearch-hadoop/pull/1868[#1868]
37+
38+
Spark::
39+
- Add support for Spark 3.1 and 3.2
40+
https://github.com/elastic/elasticsearch-hadoop/pull/1807[#1807]
41+
42+
43+
[[bug-8.0.0]]
44+
[float]
45+
=== Bug fixes
46+
47+
Core::
48+
- Fix support for empty and null arrays
49+
https://github.com/elastic/elasticsearch-hadoop/pull/1827[#1827]

docs/src/reference/asciidoc/appendix/release.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This section summarizes the changes in each release.
99
[[release-notes-8]]
1010
===== 8.x
1111

12+
* <<eshadoop-8.0.0>>
1213
* <<eshadoop-8.0.0-rc2>>
1314
* <<eshadoop-8.0.0-rc1>>
1415
* <<eshadoop-8.0.0-beta1>>
@@ -53,6 +54,7 @@ http://github.com/elastic/elasticsearch-hadoop/issues/XXX[#XXX]
5354
5455
////////////////////////
5556

57+
include::release-notes/8.0.0.adoc[]
5658
include::release-notes/8.0.0-rc2.adoc[]
5759
include::release-notes/8.0.0-rc1.adoc[]
5860
include::release-notes/8.0.0-beta1.adoc[]

0 commit comments

Comments
 (0)