Skip to content

[DOCS] Add missing items to 8.0.0-rc1 release notes #1863

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 2 commits into from
Jan 12, 2022
Merged
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
21 changes: 21 additions & 0 deletions docs/src/reference/asciidoc/appendix/release-notes/8.0.0-rc1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,27 @@ https://github.com/elastic/elasticsearch-hadoop/pull/1808[#1808]
- Update Gradle wrapper to 7.3
https://github.com/elastic/elasticsearch-hadoop/pull/1809[#1809]

- Update log4j version
https://github.com/elastic/elasticsearch-hadoop/pull/1828[#1828]
Comment on lines +17 to +18
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@masseyke @jbaiera This isn't in the list at #1859 (comment), but I think it should be included here.

Copy link
Member

Choose a reason for hiding this comment

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

Sounds good to me. We don't actually ship log4j, so it's just a compile-time dependency. But probably worth mentioning even that since the log4j bug was such a high-profile thing.


Serialization::
- Add support for the `date_nanos` field type
https://github.com/elastic/elasticsearch-hadoop/pull/1803[#1803]

Spark::
- Add support for Spark 3.1 and 3.2
https://github.com/elastic/elasticsearch-hadoop/pull/1807[#1807]

[[bug-8.0.0-rc1]]
[float]
=== Bug fixes

Spark::
- Resolve `saveToEs` saves case classes fields with `NULL` values
Copy link
Member

Choose a reason for hiding this comment

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

These two in the Core section are actually both spark (I mislabeled them).

Copy link
Contributor Author

@jrodewig jrodewig Jan 12, 2022

Choose a reason for hiding this comment

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

Thanks. I moved them under Spark with 06ac86e.

https://github.com/elastic/elasticsearch-hadoop/pull/1478[#1478]

- Correctly reading empty fields in as null rather than throwing exception
https://github.com/elastic/elasticsearch-hadoop/pull/1816[#1816]

- Setting es.read.fields.include could throw a NullPointerException in older spark version
https://github.com/elastic/elasticsearch-hadoop/pull/1822[#1822]