From 4828958b03e9482f41d3d6873f1b2c956ba70749 Mon Sep 17 00:00:00 2001 From: Parv Kapadia Date: Mon, 10 Jun 2024 18:55:54 +0000 Subject: [PATCH] Updated changelog with correct PR number Signed-off-by: Parv Kapadia --- CHANGELOG-3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-3.0.md b/CHANGELOG-3.0.md index aea8dde41c11b..f66dfa6f52e7a 100644 --- a/CHANGELOG-3.0.md +++ b/CHANGELOG-3.0.md @@ -47,7 +47,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Fix 'org.apache.hc.core5.http.ParseException: Invalid protocol version' under JDK 16+ ([#4827](https://github.com/opensearch-project/OpenSearch/pull/4827)) - Fix compression support for h2c protocol ([#4944](https://github.com/opensearch-project/OpenSearch/pull/4944)) - Don't over-allocate in HeapBufferedAsyncEntityConsumer in order to consume the response ([#9993](https://github.com/opensearch-project/OpenSearch/pull/9993)) -- Java high-level REST client bulk() is not respecting the bulkRequest.requireAlias(true) method call ([#12958](https://github.com/opensearch-project/OpenSearch/pull/14136)) +- Java high-level REST client bulk() is not respecting the bulkRequest.requireAlias(true) method call ([#14146](https://github.com/opensearch-project/OpenSearch/pull/14146)) ### Security