Skip to content

Commit 112074a

Browse files
authored
[DOCS] Add 7.17.0 release notes (#1891)
1 parent 4a24a7b commit 112074a

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
[[eshadoop-7.17.0]]
2+
== Elasticsearch for Apache Hadoop version 7.17.0
3+
4+
[[new-7.17.0]]
5+
=== Enhancements
6+
Build::
7+
* Bump: log4j 2.15.0 to 2.17.0
8+
https://github.com/elastic/elasticsearch-hadoop/pull/1828[#1828]
9+
10+
Serialization::
11+
* Adding support for the `date_nanos` field type
12+
https://github.com/elastic/elasticsearch-hadoop/pull/1803[#1803]
13+
14+
[[bugs-7.17.0]]
15+
=== Bug Fixes
16+
Core::
17+
* Avoiding failure when using frozen indices
18+
https://github.com/elastic/elasticsearch-hadoop/pull/1842[#1842]
19+
20+
MapReduce::
21+
* Fixing docsReceived counter
22+
https://github.com/elastic/elasticsearch-hadoop/pull/1840[#1840]
23+
24+
REST::
25+
* Check for invalid characters in X-Opaque-ID headers
26+
https://github.com/elastic/elasticsearch-hadoop/pull/1873[#1873]
27+
28+
Spark::
29+
* Resolve `saveToEs` saves case classes fields with `NULL` values
30+
https://github.com/elastic/elasticsearch-hadoop/pull/1478[#1478]
31+
32+
* Correctly reading empty fields in as null rather than throwing exception
33+
https://github.com/elastic/elasticsearch-hadoop/pull/1816[#1816]
34+
35+
* Fix `NullPointerException` bug for `es.read.fields.include`
36+
https://github.com/elastic/elasticsearch-hadoop/pull/1822[#1822]

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-7]]
1010
===== 7.x
1111

12+
* <<eshadoop-7.17.0>>
1213
* <<eshadoop-7.16.3>>
1314
* <<eshadoop-7.16.2>>
1415
* <<eshadoop-7.16.1>>
@@ -112,6 +113,7 @@ http://github.com/elastic/elasticsearch-hadoop/issues/XXX[#XXX]
112113
113114
////////////////////////
114115

116+
include::release-notes/7.17.0.adoc[]
115117
include::release-notes/7.16.3.adoc[]
116118
include::release-notes/7.16.2.adoc[]
117119
include::release-notes/7.16.1.adoc[]

0 commit comments

Comments
 (0)