File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed
docs/src/reference/asciidoc/appendix Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ [[eshadoop-8.2.0]]
2+ == Elasticsearch for Apache Hadoop version 8.2.0
3+
4+ [[new-8.2.0]]
5+ === New Features
6+ Spark::
7+ * Bumping spark build version to 3.2.1
8+ http://github.com/elastic/elasticsearch-hadoop/pull/1923[#1923]
9+
10+ [[enhancements-8.2.0]]
11+ === Enhancements
12+ Core::
13+ * Updating IOUtils.toCanonicalFilePath to work in a spring boot application
14+ http://github.com/elastic/elasticsearch-hadoop/pull/1899[#1899]
15+
16+ [[bugs-8.2.0]]
17+ === Bug Fixes
18+ Serialization::
19+ * Fixing DST bug in data_nanos support
20+ http://github.com/elastic/elasticsearch-hadoop/pull/1943[#1943]
21+ Storm::
22+ * Do not fail if flush is called before any writes
23+ http://github.com/elastic/elasticsearch-hadoop/pull/1901[#1901]
Original file line number Diff line number Diff 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.2.0>>
1213* <<eshadoop-8.1.3>>
1314* <<eshadoop-8.1.2>>
1415* <<eshadoop-8.1.1>>
@@ -59,6 +60,7 @@ http://github.com/elastic/elasticsearch-hadoop/issues/XXX[#XXX]
5960
6061////////////////////////
6162
63+ include::release-notes/8.2.0.adoc[]
6264include::release-notes/8.1.3.adoc[]
6365include::release-notes/8.1.2.adoc[]
6466include::release-notes/8.1.1.adoc[]
You can’t perform that action at this time.
0 commit comments