Skip to content

Commit

Permalink
Fixed CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Bogan <[email protected]>
  • Loading branch information
ryanbogan committed Nov 22, 2022
1 parent 072318f commit bdd4b58
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- [Test] Add IAE test for deprecated edgeNGram analyzer name ([#5040](https://github.com/opensearch-project/OpenSearch/pull/5040))
- Allow mmap to use new JDK-19 preview APIs in Apache Lucene 9.4+ ([#5151](https://github.com/opensearch-project/OpenSearch/pull/5151))
- Add feature flag for extensions ([#5211](https://github.com/opensearch-project/OpenSearch/pull/5211))
- Adding initial support for extensions ([#2796](https://github.com/opensearch-project/OpenSearch/pull/2796))
- Adding extension framework support for first extension point ([#3107](https://github.com/opensearch-project/OpenSearch/pull/3107))
- Updated imports with absolute path ([#3173](https://github.com/opensearch-project/OpenSearch/pull/3173))
- Fix a bug where indexing times out when extensions do not exist ([#3188](https://github.com/opensearch-project/OpenSearch/pull/3188))
- Integrated CreateComponent extensionPoint ([#3265](https://github.com/opensearch-project/OpenSearch/pull/3265))
- Added javadocs for extensibility ([#3366](https://github.com/opensearch-project/OpenSearch/pull/3366))
- Resolved javadoc error ([#3380](https://github.com/opensearch-project/OpenSearch/pull/3380))
- Read from extensions.yml ([#3381](https://github.com/opensearch-project/OpenSearch/pull/3381))
- Added unit tests and modified extension read logic for ExtensionsOrchestrator ([#3449](https://github.com/opensearch-project/OpenSearch/pull/3449))
- Removed Plugin Directory code from ExtensionsOrchestrator ([#3721](https://github.com/opensearch-project/OpenSearch/pull/3721))
- Added unit test for createComponent workflow ([#3750](https://github.com/opensearch-project/OpenSearch/pull/3750))
- Adding support to register settings dynamically ([#3753](https://github.com/opensearch-project/OpenSearch/pull/3753))
- Added flag to check if connectToNode request is coming from ExtensionsOrchestrator ([#3830](https://github.com/opensearch-project/OpenSearch/pull/3830))

### Dependencies
- Bumps `log4j-core` from 2.18.0 to 2.19.0
Expand Down

0 comments on commit bdd4b58

Please sign in to comment.