Skip to content

[DOCS] Add 8.1.0 release notes #1911

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions docs/src/reference/asciidoc/appendix/release-notes/8.1.0.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
[[eshadoop-8.1.0]]
== Elasticsearch for Apache Hadoop version 8.1.0

coming::[8.1.0]

[[new-8.1.0]]
[float]
=== Enhancements

Core::
- Support Scala 2.13 for Apache Spark 3.2.0
https://github.com/elastic/elasticsearch-hadoop/pull/1841[#1841]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hadn't properly labeled 3 of these. 1841, 1839, and 1838 are all Spark-specific (rather than Core).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. I'll get those relabelled here.


- Add support for update output mode to structured streaming
https://github.com/elastic/elasticsearch-hadoop/pull/1839[#1839]

- Add support for wildcard fields
https://github.com/elastic/elasticsearch-hadoop/pull/1823[#1823]

- Add scripted upsert feature
https://github.com/elastic/elasticsearch-hadoop/pull/1454[#1454]

[[bug-8.1.0]]
[float]
=== Bug fixes

Core::
- Check result of bulk writes
https://github.com/elastic/elasticsearch-hadoop/pull/1870[#1870]

- Add support for upserts of nested arrays
https://github.com/elastic/elasticsearch-hadoop/pull/1838[#1838]

2 changes: 2 additions & 0 deletions docs/src/reference/asciidoc/appendix/release.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This section summarizes the changes in each release.
[[release-notes-8]]
===== 8.x

* <<eshadoop-8.1.0>>
* <<eshadoop-8.0.0>>
* <<eshadoop-8.0.0-rc2>>
* <<eshadoop-8.0.0-rc1>>
Expand Down Expand Up @@ -54,6 +55,7 @@ http://github.com/elastic/elasticsearch-hadoop/issues/XXX[#XXX]

////////////////////////

include::release-notes/8.1.0.adoc[]
include::release-notes/8.0.0.adoc[]
include::release-notes/8.0.0-rc2.adoc[]
include::release-notes/8.0.0-rc1.adoc[]
Expand Down