Introduction
The second release of the Elastic .NET packages, to address issues found by customers in the 6.0.0-beta1 release.
These packages are designed to be used in conjunction with Elasticsearch 6.x
Features & Enhancements
- #2997 Added another hook for properties of type object that need optionally flow through the source converter.
- #2995 Cannot serialize/deserialize document containing a JoinField without an ElasticClient/SourceSerializer on hand
- #2977 Add Params to PhraseSuggestCollate (forward port to master)
- #2971 Add version to PutTemplateRequest
- #2969 Add Settings, Aliases and Mappings to RollOverIndexRequest
- #2968 Add additional sort options to Top Hits Aggregation
- #2817 Setting
{dynamic_type}
as part of the mapping - #2804 BulkAll() retry configuration
Bug Fixes
- #2999 / #2991
type
onhas_parent
query should beparent_type
- #2992 Throw a better error message when Join<TParent, TChild>() is called multiple times with different children
- #2980 Fix/remaining custom converters
- #2183 Lazily resolve JsonSerializers in JsonNetSerializer
Deprecations
- #2993 Fix/6.1 deprecations