Skip to content

Latest commit

 

History

History
59 lines (50 loc) · 5.43 KB

CHANGELOG.md

File metadata and controls

59 lines (50 loc) · 5.43 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

  • Adding index create block when all nodes have breached high disk watermark (#5852)
  • Added cluster manager throttling stats in nodes/stats API (#5790)
  • Added support for feature flags in opensearch.yml (#4959)
  • Add query for initialized extensions (#5658)
  • Add update-index-settings allowlist for searchable snapshot (#5907)
  • Add new cat/segment_replication API to surface Segment Replication metrics (#5718).
  • Replace latches with CompletableFutures for extensions (#5646)
  • Add support to disallow search request with preference parameter with strict weighted shard routing(#5874)
  • Added support to apply index create block (#4603)
  • Adds support for minimum compatible version for extensions (#6003)
  • Add a guardrail to limit maximum number of shard on the cluster (#6143)
  • Add cancellation of in-flight SearchTasks based on resource consumption (#5606)
  • Add support for ppc64le architecture (#5459)
  • [Segment Replication] Add primary weight factor for balanced primary distribution (#6017)
  • Add a setting to control auto release of OpenSearch managed index creation block (#6277)
  • Fix timeout error when adding a document to an index with extension running (#6275)

Dependencies

  • Update nebula-publishing-plugin to 19.2.0 (#5704)
  • Bumps reactor-netty from 1.1.1 to 1.1.2 (#5878)
  • OpenJDK Update (January 2023 Patch releases) (#6075)
  • Bumps Mockito from 4.7.0 to 5.1.0, ByteBuddy from 1.12.18 to 1.12.22 (#6088)
  • Bumps joda from 2.10.13 to 2.12.2 (#6095)
  • Upgrade to Lucene 9.5.0 (#6078)
  • Bump antlr4 from 4.9.3 to 4.11.1 (#6116)
  • Bumps Netty from 4.1.86.Final to 4.1.87.Final (#6130)
  • Bumps Jackson from 2.14.1 to 2.14.2 (#6129)
  • Bumps org.apache.ant:ant from 1.10.12 to 1.10.13 (#6306)
  • Bumps azure-core-http-netty from 1.12.7 to 1.12.8 (#6304)
  • Bumps com.azure:azure-storage-common from 12.18.1 to 12.19.3 (#6304)
  • Bumps reactor-netty-http from 1.0.24 to 1.1.2 (#6309)

Changed

  • Use ReplicationFailedException instead of OpensearchException in ReplicationTarget (#4725)
  • [Refactor] Use local opensearch.common.SetOnce instead of lucene's utility class (#5947)
  • Cluster health call to throw decommissioned exception for local decommissioned node(#6008)
  • [Refactor] core.common to new opensearch-common library (#5976)
  • Cluster local health call to throw exception if node is decommissioned or weighed away (#6198)

Deprecated

Removed

Fixed

  • [Segment Replication] Fix for peer recovery (#5344)
  • Fix weighted shard routing state across search requests(#6004)
  • [Segment Replication] Fix bug where inaccurate sequence numbers are sent during replication (#6122)
  • Enable numeric sort optimisation for few numerical sort types (#6321)

Security