Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

33 lines (24 loc) · 2.02 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 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)

Changed

Deprecated

Removed

Fixed

  • Fix handling of Short and Byte data types in ScriptProcessor ingest pipeline (#14379)

Security