Skip to content

2.2.0

Compare
Choose a tag to compare
@gmarz gmarz released this 12 Apr 20:21
· 3574 commits to main since this release

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 to not_analyzed
  • #2029 Mappings: Mark PositionOffsetGap as obsolete in favor of PositionIncrementGap
  • #2014 Aggregations: Exposed the BucketsPath property on SingleBucketsPath (ty @jonyadamit)
  • #2022 .ToTimeUnit() will no longer serialize to year units in the low-level client