Releases: elastic/elasticsearch-net
Releases · elastic/elasticsearch-net
8.12.0
Features & Enhancements
- #8027 Regenerate client for 8.12
Bug Fixes
- #8018 Fix serialisation of empty and single item
Fields
instances
View the full list of issues and PRs
8.11.0
Features & Enhancements
- #7978 Regenerate client for 8.11
Bug fixes
- #7979 Add workaround for stringified properties which are not marked properly in specification
- #7965 Fix
Stringified
converters
View the full list of issues and PRs
8.10.0
8.9.3
8.9.2
8.9.1
8.9.0
Bug fixes
- #7839 Use
Stringified<boolean>
forpreserve_original
andindexing_complete
(issue: #7755) - #7840 Update
Elastic.*
dependencies (issue: #7823) - #7841 Fix typing of
BulkUpdateOperation.RetryOnConflict
(issue: #7838) - #7854 Fix custom floating-point JSON converters (issue: #7757)
Enhancements
- #7836 Regenerate client using 8.9 specification
View the full list of issues and PRs
8.1.3
Bug fixes
- #7737 Boosted non-exhaustive enum deserialization (issue: #7729)
- #7738 Complted buckets JSON converter (issue: #7713)
- #7753 Number converters should not fall through and throw exceptions in non NETCore builds (issue: #7757)
- #7811 Fix localization issue with floating-point deserialization from string
Enhancements
- #7730 Refactoring and tiny behavior fix for Ids
- #7731 No allocations in
ResponseItem.IsValid
property - #7733 Fixed the equality contract on Metrics type
- #7735 Removed unused
JsonIgnore
- #7736 Optimized
FieldConverter
View the full list of issues and PRs
8.1.2
Bugs
Enhancements
Docs
- #7772 [Backport 8.1] [Backport 8.7][DOCS] Adds getting started content based on the template (issue: #7770)
View the full list of issues and PRs
8.1.1
For complete release notes, including details of breaking changes, visit our v8.1.1 release notes documentation.
Bug fixes
- #7667 Fix SQL missing Rows on QueryResponse (issue: #7663)
- #7676 Ensure async client methods pass through cancellation token (issue: #7665)
Enhancements
- #7684 Regenerate with latest spec fixes for 8.7