Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 4.08 KB

CHANGELOG.md

File metadata and controls

46 lines (37 loc) · 4.08 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

  • [Admission control] Add Resource usage collector service and resource usage tracker (#10695)
  • [Admission control] Add enhancements to FS stats to include read/write time, queue size and IO time (#10696)
  • [Remote cluster state] Change file names for remote cluster state (#10557)
  • [Remote Store] Add repository stats for remote store(#10567)
  • [Remote cluster state] Upload global metadata in cluster state to remote store(#10404)
  • [Remote cluster state] Download functionality of global metadata from remote store (#10535)
  • [Remote cluster state] Restore global metadata from remote store when local state is lost after quorum loss (#10404)
  • [Remote cluster state] Make index and global metadata upload timeout dynamic cluster settings (#10814)
  • Add search query categorizor (#10255)

Dependencies

  • Bumps jetty version to 9.4.52.v20230823 to fix GMS-2023-1857 (#9822)
  • Bump netty from 4.1.99.Final to 4.1.100.Final (#10564)
  • Bump Lucene from 9.7.0 to 9.8.0 (10276)
  • Bump commons-io:commons-io from 2.13.0 to 2.14.0 (#10294)
  • Bump com.google.api.grpc:proto-google-common-protos from 2.25.0 to 2.25.1 (#10298)
  • Bump de.thetaphi:forbiddenapis from 3.5.1 to 3.6 (#10508)
  • Bump OpenTelemetry from 1.30.1 to 1.31.0 (#10617)
  • Bump org.codehaus.woodstox:stax2-api from 4.2.1 to 4.2.2 (#10639)
  • Bump org.bouncycastle:bc-fips from 1.0.2.3 to 1.0.2.4 (#10297)

Changed

  • Add the means to extract the contextual properties from HttpChannel, TcpCChannel and TrasportChannel without excessive typecasting (#10562)
  • Backport the PR #9107 for updating CONCURRENT_SEGMENT_SEARCH_TARGET_MAX_SLICE_COUNT_KEY setting to a dynamic setting (#10606)
  • [Remote Store] Add Remote Store backpressure rejection stats to _nodes/stats (#10524)
  • [BUG] Fix java.lang.SecurityException in repository-gcs plugin (#10642)
  • Add telemetry tracer/metric enable flag and integ test. (#10395)
  • Performance improvement for Datetime field caching (#4558)

Deprecated

Removed

Fixed

  • Fix class_cast_exception when passing int to _version and other metadata fields in ingest simulate API (#10101)

Security