Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 2.55 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

  • Improve performace of NumericTermAggregation by avoiding unnecessary sorting(#17252)
  • Add execution_hint to cardinality aggregator request (#17419)

Dependencies

  • Bump dnsjava:dnsjava from 3.6.2 to 3.6.3 (#17231)
  • Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 (#17229)
  • Bump org.jruby.joni:joni from 2.2.1 to 2.2.3 (#17136)
  • Bump org.apache.ant:ant from 1.10.14 to 1.10.15 (#17288)
  • Bump netty from 4.1.117.Final to 4.1.118.Final (#17320)
  • Bump reactor_netty from 1.1.26 to 1.1.27 (#17322)
  • Bump me.champeau.gradle.japicmp from 0.4.5 to 0.4.6 (#17375)
  • Bump net.minidev:json-smart from 2.5.1 to 2.5.2 (#17378)
  • Bump com.netflix.nebula.ospackage-base from 11.10.1 to 11.11.1 (#17374)

Changed

  • Convert transport-reactor-netty4 to use gradle version catalog #17233
  • Increase force merge threads to 1/8th of cores #17255
  • TieredSpilloverCache took-time threshold now guards heap tier as well as disk tier #17190

Deprecated

Removed

Fixed

  • Fix case insensitive and escaped query on wildcard (#16827)
  • Fix illegal argument exception when creating a PIT (#16781)

Security