Skip to content

Commit b7b9e1e

Browse files
authored
Add release notes for 8.1.3 (#7824)
1 parent fba4348 commit b7b9e1e

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[[release-notes-8.1.3]]
2+
== Release notes v8.1.3
3+
4+
[discrete]
5+
=== Bug fixes
6+
7+
- https://github.com/elastic/elasticsearch-net/pull/7737[#7737] Boosted non-exhaustive enum deserialization (issue: https://github.com/elastic/elasticsearch-net/issues/7729[#7729])
8+
- https://github.com/elastic/elasticsearch-net/pull/7738[#7738] Complted buckets JSON converter (issue: https://github.com/elastic/elasticsearch-net/issues/7713[#7713])
9+
- 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])
10+
- https://github.com/elastic/elasticsearch-net/pull/7811[#7811] Fix localization issue with floating-point deserialization from string
11+
12+
[discrete]
13+
=== Enhancements
14+
15+
- https://github.com/elastic/elasticsearch-net/pull/7730[#7730] Refactoring and tiny behavior fix for Ids
16+
- https://github.com/elastic/elasticsearch-net/pull/7731[#7731] No allocations in `ResponseItem.IsValid`` property
17+
- https://github.com/elastic/elasticsearch-net/pull/7733[#7733] Fixed the equality contract on Metrics type
18+
- https://github.com/elastic/elasticsearch-net/pull/7735[#7735] Removed unused `JsonIgnore`
19+
- https://github.com/elastic/elasticsearch-net/pull/7736[#7736] Optimized `FieldConverter`

docs/release-notes/release-notes.asciidoc

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[discrete]
77
== Version 8.1
88

9+
* <<release-notes-8.1.3,Release notes v8.1.3>>
910
* <<release-notes-8.1.2,Release notes v8.1.2>>
1011
* <<release-notes-8.1.1,Release notes v8.1.1>>
1112
* <<release-notes-8.1.0,Release notes v8.1.0>>
@@ -26,6 +27,7 @@
2627
* <<release-notes-8.0.0,Release notes v8.0.0>>
2728

2829
include::breaking-change-policy.asciidoc[]
30+
include::release-notes-8.1.3.asciidoc[]
2931
include::release-notes-8.1.2.asciidoc[]
3032
include::release-notes-8.1.1.asciidoc[]
3133
include::release-notes-8.1.0.asciidoc[]

0 commit comments

Comments
 (0)