Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

30 lines (21 loc) · 1.73 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

  • Add explicit dependency to validatePom and generatePom tasks (#12909)
  • [Concurrent Segment Search] Perform buildAggregation concurrently and support Composite Aggregations (#12697)
  • Convert ingest processor supports ip type (#12818)

Dependencies

  • Bump org.apache.commons:commons-configuration2 from 2.10.0 to 2.10.1 (#12896)
  • Bump asm from 9.6 to 9.7 (#12908)
  • Bump net.minidev:json-smart from 2.5.0 to 2.5.1 (#12893)
  • Bump netty from 4.1.107.Final to 4.1.108.Final (#12924)

Changed

  • [BWC and API enforcement] Enforcing the presence of API annotations at build time (#12872)

Deprecated

Removed

Fixed

  • Fix issue with feature flags where default value may not be honored (#12849)

Security