Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 3.62 KB

CHANGELOG.md

File metadata and controls

43 lines (34 loc) · 3.62 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 server version as REST response header #6583
  • Start replication checkpointTimers on primary before segments upload to remote store. (#8221opensearch-project#8221)

Dependencies

  • Bump org.apache.logging.log4j:log4j-core from 2.17.1 to 2.20.0 (#8307)
  • Bump io.grpc:grpc-context from 1.46.0 to 1.56.1 (#8726)
  • Bump com.netflix.nebula:gradle-info-plugin from 12.1.5 to 12.1.6 (#8724)
  • Bump commons-codec:commons-codec from 1.15 to 1.16.0 (#8725)
  • Bump org.apache.zookeeper:zookeeper from 3.8.1 to 3.8.2 (#8844)
  • Bump org.gradle.test-retry from 1.5.3 to 1.5.4 (#8842)
  • Bump com.netflix.nebula.ospackage-base from 11.3.0 to 11.4.0 (#8838)
  • Bump com.google.http-client:google-http-client-gson from 1.43.2 to 1.43.3 (#8840)
  • OpenJDK Update (July 2023 Patch releases) (#8869
  • Bump hadoop libraries from 3.3.4 to 3.3.6 (#6995)

Changed

  • Perform aggregation postCollection in ContextIndexSearcher after searching leaves (#8303)
  • Make Span exporter configurable (#8620)
  • Perform aggregation postCollection in ContextIndexSearcher after searching leaves (#8303)
  • [Refactor] StreamIO from common to core.common namespace in core lib (#8157)
  • [Refactor] Remaining HPPC to java.util collections (#8730)
  • Remote Segment Store Repository setting moved from index.remote_store.repository to index.remote_store.segment.repository and cluster.remote_store.repository to cluster.remote_store.segment.repository respectively for Index and Cluster level settings (#8719)
  • Change InternalSignificantTerms to sum shard-level superset counts only in final reduce (#8735)
  • Exclude 'benchmarks' from codecov report (#8805)
  • Create separate SourceLookup instance per segment slice in SignificantTextAggregatorFactory (#8807)

Deprecated

Removed

  • Remove provision to create Remote Indices without Remote Translog Store (#8719)

Fixed

Security