Skip to content

Commit 5dbdd81

Browse files
authored
[DOCS] Add 8.12.0 release notes (#2192)
1 parent 3774f8f commit 5dbdd81

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[[eshadoop-8.12.0]]
2+
== Elasticsearch for Apache Hadoop version 8.12.0
3+
4+
[[bugs-8.12.0]]
5+
=== Bug Fixes
6+
Core::
7+
* Correctly handling EsHadoopException in TransportPool.validate()
8+
https://github.com/elastic/elasticsearch-hadoop/pull/2150[#2150]
9+
Spark::
10+
* Nested objects fail parsing in Spark SQL when empty objects present
11+
https://github.com/elastic/elasticsearch-hadoop/issues/2157[#2157]
12+
* Always resolve current field name in SparkSQL when creating Row objects inside of arrays
13+
https://github.com/elastic/elasticsearch-hadoop/pull/2158[#2158]

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.12.0>>
1213
* <<eshadoop-8.11.4>>
1314
* <<eshadoop-8.11.3>>
1415
* <<eshadoop-8.11.2>>
@@ -99,6 +100,7 @@ Elasticsearch 5.3.1.
99100
100101
////////////////////////
101102

103+
include::release-notes/8.12.0.adoc[]
102104
include::release-notes/8.11.4.adoc[]
103105
include::release-notes/8.11.3.adoc[]
104106
include::release-notes/8.11.2.adoc[]

0 commit comments

Comments
 (0)