This release bumps the JSON.NET dependency of NEST
to 11.x
(#3115)
Features:
- add SkipProperty to visitor to easily prevent certain properties from being AutoMapped #3001
- Add non-generic AutoMap overload (#2907)
- Add token_limit and force_unigrams to phrase suggest (#3112)
- Support slice in delete by query (#3014)
Additional bug fixes:
- fix #2884 make sure that error objects are deserialized as errors not as aliases, earlier in the 5.x series this was always a string
- Fix null reference exception for ExtendedBounds #2962
- ProperyNameJsonConverter and field resolver for propertyname was new'ing an Inferrer (#3030)
- fix #3019, converter should not nullify know keys in the base dictionary (#3046)
- fix #3017 add docvalues_fields to innerhits (#3045)
- fix on empty buckets (#3068)
- Deserialize aggregation metadata to Dictionary<string,object> (#3073)
- fix #3116 instances of gethashcode in equals implementation (#3117)