Skip to content

[DOCS] Release notes for 8.0.0-beta1 (#1786) #1788

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 1 commit into from
Nov 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
== Elasticsearch for Apache Hadoop version 8.0.0-alpha1

[[breaking-8.0.0-beta1]]
[float]
=== Breaking Changes
Core::
* Boost default scroll size to 1000
Expand All @@ -12,6 +13,7 @@ Build::
https://github.com/elastic/elasticsearch-hadoop/pull/1350[#1350]

[[new-8.0.0-alpha1]]
[float]
=== Enhancements
Build::
* Update Gradle wrapper to 7.0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[[eshadoop-8.0.0-beta1]]
== Elasticsearch for Apache Hadoop version 8.0.0-beta1
coming::[8.0.0-beta1]

[[enhancement-8.0.0-beta1]]
[float]
=== Enhancements
Core::
- Setting X-Opaque-ID header for all reads and writes for mapreduce and spark
https://github.com/elastic/elasticsearch-hadoop/pull/1770[#1770]

[[bug-8.0.0-beta1]]
[float]
=== Bug fixes
Core::
- Close RestRepository to avoid a connection leak
https://github.com/elastic/elasticsearch-hadoop/pull/1781[#1781]
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.0.0-beta1>>
* <<eshadoop-8.0.0-alpha2>>
* <<eshadoop-8.0.0-alpha1>>

Expand Down Expand Up @@ -52,3 +53,4 @@ http://github.com/elastic/elasticsearch-hadoop/issues/XXX[#XXX]

include::release-notes/8.0.0-alpha1.adoc[]
include::release-notes/8.0.0-alpha2.adoc[]
include::release-notes/8.0.0-beta1.adoc[]