Features
- #1985 Added support for the update by query API
- #1927 Added support for the tasks cancel API
- #1926 Added support for the tasks list API
- #1925 Added support for the reindex API
Bug Fixes
- #1980 Specifying a null required route value is now a noop
- #1979 Mappings:
.Index(NonStringIndexOption)
now defaults tonot_analyzed
- #2029 Mappings: Mark PositionOffsetGap as obsolete in favor of PositionIncrementGap
- #2014 Aggregations: Exposed the
BucketsPath
property onSingleBucketsPath
(ty @jonyadamit) - #2022
.ToTimeUnit()
will no longer serialize to year units in the low-level client