Skip to content

9.1.1

Latest
Compare
Choose a tag to compare
@miguelgrinberg miguelgrinberg released this 12 Sep 13:28
· 15 commits to main since this release
v9.1.1
f92da62

Enhancements and Fixes

  • ES|QL query builder integration with the DSL module (#3058)
  • ES|QL query builder robustness fixes (#3017)
  • Fix ES|QL multi_match() signature (#3052)

API

  • Add support for ES|QL query builder objects to ES|QL Query and Async Query APIs
  • Add Transform Set Upgrade Mode API
  • Fix type of fields parameter of Term Vectors API to array of strings
  • Fix type of params parameter of SQL Query API to array

DSL

  • Preserve the skip_empty setting in to_dict() recursive serializations (#3041)
  • Add separator_group and separators attributes to ChunkingSettings type
  • Add primary attribute to ShardFailure type
  • Fix type of key attribute of ArrayPercentilesItem to float