Skip to content

Commit 3fd4706

Browse files
authored
[DOCS] Add 8.0.0 GA release notes (#1902)
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 597720a commit 3fd4706

File tree

2 files changed

+49
-0
lines changed

2 files changed

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