Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 2 KB

CHANGELOG.md

File metadata and controls

33 lines (23 loc) · 2 KB

CHANGELOG

All notable changes to this project are documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. See the CONTRIBUTING guide for instructions on how to add changelog entries.

Added

  • Adding WithFieldName interface for QueryBuilders with fieldName (#15705)
  • Relax the join validation for Remote State publication (#15471)
  • Static RemotePublication setting added, removed experimental feature flag (#15478)
  • MultiTermQueries in keyword fields now default to indexed approach and gated behind cluster setting (#15637)
  • [Remote Publication] Upload incremental cluster state on master re-election (#15145)
  • Making _cat/allocation API use indexLevelStats (#15292)
  • Memory optimisations in _cluster/health API (#15492)

Dependencies

  • Bump com.azure:azure-identity from 1.13.0 to 1.13.2 (#15578)
  • Bump protobuf from 3.22.3 to 3.25.4 (#15684)
  • Bump org.apache.logging.log4j:log4j-core from 2.23.1 to 2.24.0 (#15858)
  • Bump peter-evans/create-pull-request from 6 to 7 (#15863)

Changed

Deprecated

Removed

Fixed

Security