Major feature highlights include support for the Security Api Keys and Index Lifecycle Management endpoints.
- https://www.elastic.co/guide/en/elasticsearch/reference/6.7/security-api.html
- https://www.elastic.co/guide/en/elasticsearch/reference/6.7/index-lifecycle-management-api.html
Features & Enhancements
- #3684 Security API Key functionality
- #3671 Index Lifecycle functionality
- #3627 Add Median Absolute Deviation Aggregation
- #3632 Add Machine Learning filter APIs and detector custom rules
- #3634 Add User Dictionary Rules to NoriTokenizer
- #3635 Add prebuilt ICU Analyzer
- #3686 & #3704 Add support for
is_write_index
for the create index API - thanks @KPStolk 👍 - #3631 Remove delegate allocations in
Fluent.Assign
- #3653 Use
ContractJsonConverterAttribute
where possible - #3665 Remove superfluous
pragma
directives - #3727 Additional details on CCR auto follow stats
- #3725 Add realm information for Authenticate API
- #3723 Add
password_hash
parameter to PutUser - #3718 Allow
geo_shape
types to be coerced into valid shapes.
Bug Fixes
- #3619
ignore_missing
added to all ingest processors - #3629 Set the timeout on the bulk call to use the request timeout
- #3696 More Like This Query Conditionless behaviour
- #3699 Update
ClusterHealthResponse.cs
to align withClusterHealthResponse.java
- thanks @SpencerLN 👍 - #3698 Add properties missing from
ClusterHealthResponse.cs
- thanks @SpencerLN 👍