Features & Enhancements
- #3597 Add Update by query rethrottle API
- #3595 Add Delete by query rethrottle API
- #3571 Add ML Info API
- #3569 Add ML Calendar APIs
- #3609 Add Parent Aggregation
- #3591 Add Delete forecast API
- #3584 Add Security Privileges APIs
- #3594 Add support for date histogram format.
- #3558 Add keywords_pattern to Keyword Marker Token Filter
- #3572 Add articles_case to elision token filter
- #3593 Return statistics about forecasts as part of the job stats and usage API
- #3603 Add node count to ML usage response
- #3487 and #3598 BulkAll can now return the document _id's in each response
- #3494 and #3599 Expose ability to set own derived
ConnectionSettingsAwareContractResolver
onJsonNetSerializer
- #3512 and #3601 Expose
_cluster
on search response - #3540 and #3602 Support for Elasticsearch 6.3
"missing"
in Composite Aggregation - #3589 and #3578 Add support for disabling id inference
- #3592 Add fuzzy auto length support for NEST. Thanks @SukharevAndrey! 👍
- #3604 and #3606 Add Score property to Nest.TermVectorTerm class
Bug Fixes
- #3502 and #3600 Reindex attachment honours ingest-attachment field names
- #3551 Allow
keywords_pattern
inkeywords_marker
token filter - #3554 GetManyAsync returns the changed values if they are similar to the time data
- #3575 and #3605 Allow sending
null
values withCompositeKey
andAfter()
functionality - #3611 Use
DateParseHandling.None
when loadingJObject
forMultiGetHit<T>
- #3617 JsonSerializationException: Self referencing loop detected with type 'Nest.Field'. Path '_source.includes'. Thanks @JulianRooze 👍
Misc
- #3613 Reduce string allocations. Thanks @Henr1k80! 👍
- #3557 Use the version number present in the global.json file when generating documentation