Skip to content

Add release notes for 8.1.3 #7824

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 12, 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
19 changes: 19 additions & 0 deletions docs/release-notes/release-notes-8.1.3.asciidoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[[release-notes-8.1.3]]
== Release notes v8.1.3

[discrete]
=== Bug fixes

- https://github.com/elastic/elasticsearch-net/pull/7737[#7737] Boosted non-exhaustive enum deserialization (issue: https://github.com/elastic/elasticsearch-net/issues/7729[#7729])
- https://github.com/elastic/elasticsearch-net/pull/7738[#7738] Complted buckets JSON converter (issue: https://github.com/elastic/elasticsearch-net/issues/7713[#7713])
- https://github.com/elastic/elasticsearch-net/pull/7753[#7753] Number converters should not fall through and throw exceptions in non NETCore builds (issue: https://github.com/elastic/elasticsearch-net/issues/7757[#7757])
- https://github.com/elastic/elasticsearch-net/pull/7811[#7811] Fix localization issue with floating-point deserialization from string

[discrete]
=== Enhancements

- https://github.com/elastic/elasticsearch-net/pull/7730[#7730] Refactoring and tiny behavior fix for Ids
- https://github.com/elastic/elasticsearch-net/pull/7731[#7731] No allocations in `ResponseItem.IsValid`` property
- https://github.com/elastic/elasticsearch-net/pull/7733[#7733] Fixed the equality contract on Metrics type
- https://github.com/elastic/elasticsearch-net/pull/7735[#7735] Removed unused `JsonIgnore`
- https://github.com/elastic/elasticsearch-net/pull/7736[#7736] Optimized `FieldConverter`
2 changes: 2 additions & 0 deletions docs/release-notes/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[discrete]
== Version 8.1

* <<release-notes-8.1.3,Release notes v8.1.3>>
* <<release-notes-8.1.2,Release notes v8.1.2>>
* <<release-notes-8.1.1,Release notes v8.1.1>>
* <<release-notes-8.1.0,Release notes v8.1.0>>
Expand All @@ -26,6 +27,7 @@
* <<release-notes-8.0.0,Release notes v8.0.0>>

include::breaking-change-policy.asciidoc[]
include::release-notes-8.1.3.asciidoc[]
include::release-notes-8.1.2.asciidoc[]
include::release-notes-8.1.1.asciidoc[]
include::release-notes-8.1.0.asciidoc[]
Expand Down