Skip to content

[DOCS] Add 8.9.0 release notes #2110

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
Jul 24, 2023
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
22 changes: 22 additions & 0 deletions docs/src/reference/asciidoc/appendix/release-notes/8.9.0.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[[eshadoop-8.9.0]]
== Elasticsearch for Apache Hadoop version 8.9.0

[[breaking-8.9.0]]
=== Breaking Changes
* Removing Pig, Storm, and Spark 1 support, as well as support for Scala 2.10 on Spark 2
https://github.com/elastic/elasticsearch-hadoop/pull/2092[#2092]

[[enhancements-8.9.0]]
=== Enhancements
Spark::
* Update to Spark 3.2.4
https://github.com/elastic/elasticsearch-hadoop/pull/2083[#2083]

[[bugs-8.9.0]]
=== Bug Fixes
Serialization::
* Replacing the use of Java object serialization with Jackson
https://github.com/elastic/elasticsearch-hadoop/pull/2080[#2080]
Build::
* Adding a readiness check before using services in tests
https://github.com/elastic/elasticsearch-hadoop/pull/2099[#2099]
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.9.0>>
* <<eshadoop-8.8.2>>
* <<eshadoop-8.8.1>>
* <<eshadoop-8.8.0>>
Expand Down Expand Up @@ -86,6 +87,7 @@ Elasticsearch 5.3.1.

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

include::release-notes/8.9.0.adoc[]
include::release-notes/8.8.2.adoc[]
include::release-notes/8.8.1.adoc[]
include::release-notes/8.8.0.adoc[]
Expand Down