Skip to content

Commit 1dfba83

Browse files
committed
Added entry in changelog
Signed-off-by: Owais Kazi <[email protected]>
1 parent eec23e4 commit 1dfba83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9797
- Add TokenManager Interface ([#7452](https://github.com/opensearch-project/OpenSearch/pull/7452))
9898
- Add Remote store as a segment replication source ([#7653](https://github.com/opensearch-project/OpenSearch/pull/7653))
9999
- Add descending order search optimization through reverse segment read. ([#7967](https://github.com/opensearch-project/OpenSearch/pull/7967))
100-
100+
- Add API to initialize extensions ([#8029]()https://github.com/opensearch-project/OpenSearch/pull/8029)
101101

102102
### Dependencies
103103
- Bump `jackson` from 2.15.1 to 2.15.2 ([#7897](https://github.com/opensearch-project/OpenSearch/pull/7897))
@@ -123,4 +123,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
123123
### Security
124124

125125
[Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.x...HEAD
126-
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.8...2.x
126+
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.8...2.x

server/src/main/java/org/opensearch/extensions/rest/RestInitializeExtensionAction.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public RestChannelConsumer prepareRequest(RestRequest request, NodeClient client
9898
openSearchVersion,
9999
minimumCompatibleVersion,
100100
dependencies,
101-
// TODO create parser for additionalSettings
101+
// TODO create parser for additionalSettings https://github.com/opensearch-project/OpenSearch/issues/8032
102102
null
103103
);
104104
try {

0 commit comments

Comments
 (0)