Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

38 lines (29 loc) · 2.67 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 fingerprint ingest processor (#13724)
  • [Remote Store] Rate limiter for remote store low priority uploads (#14374)

Dependencies

  • Bump org.gradle.test-retry from 1.5.8 to 1.5.9 (#13442)
  • Update to Apache Lucene 9.11.0 (#14042)
  • Bump netty from 4.1.110.Final to 4.1.111.Final (#14356)
  • Bump org.wiremock:wiremock-standalone from 3.3.1 to 3.6.0 (#14361)
  • Bump reactor from 3.5.17 to 3.5.18 (#14395)
  • Bump reactor-netty from 1.1.19 to 1.1.20 (#14395)
  • Bump commons-net:commons-net from 3.10.0 to 3.11.1 (#14396)
  • Bump com.nimbusds:nimbus-jose-jwt from 9.37.3 to 9.40 (#14398)
  • Bump org.apache.commons:commons-configuration2 from 2.10.1 to 2.11.0 (#14399)
  • Bump com.gradle.develocity from 3.17.4 to 3.17.5 (#14397)
  • Bump opentelemetry from 1.36.0 to 1.39.0 (#14457)

Changed

  • Updated the indices.query.bool.max_clause_count setting from being static to dynamically updateable (#13568)
  • Make the class CommunityIdProcessor final (#14448)

Deprecated

Removed

Fixed

  • Fix handling of Short and Byte data types in ScriptProcessor ingest pipeline (#14379)
  • Switch to iterative version of WKT format parser (#14086)

Security