Skip to content

Commit

Permalink
Moving concurrent-search out of sandbox plugin to core behind feature…
Browse files Browse the repository at this point in the history
… flag (#7203) (#7408)

(cherry picked from commit fde8fa4)

Signed-off-by: Sorabh Hamirwasia <sohami.apache@gmail.com>
Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
Co-authored-by: Sorabh <sohami.apache@gmail.com>
  • Loading branch information
kotwanikunal and sohami committed May 4, 2023
1 parent e888511 commit 61c8fed
Show file tree
Hide file tree
Showing 18 changed files with 315 additions and 1,489 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased 2.x]
### Added
- [Extensions] Moving Extensions APIs to support cross versions via protobuf. ([#6960](https://github.com/opensearch-project/OpenSearch/pull/6960))
- [Extensions] Moving Extensions APIs to support cross versions via protobuf. ([#7402](https://github.com/opensearch-project/OpenSearch/issues/7402))
- [Extensions] Add IdentityPlugin into core to support Extension identities ([#7246](https://github.com/opensearch-project/OpenSearch/pull/7246))
- Add connectToNodeAsExtension in TransportService ([#6866](https://github.com/opensearch-project/OpenSearch/pull/6866))
- [Extensions] Add IdentityPlugin into core to support Extension identities ([#7393](https://github.com/opensearch-project/OpenSearch/pull/7393))
- Add descending order search optimization through reverse segment read. ([#7244](https://github.com/opensearch-project/OpenSearch/pull/7244))

This comment has been minimized.

Copy link
@gashutos

gashutos May 16, 2023

Contributor

Hey @kotwanikunal , this is duplicated line.
I just realized it when @dblock shared this file in one of meet up....


### Dependencies
- Bump `com.netflix.nebula:gradle-info-plugin` from 12.0.0 to 12.1.0
Expand All @@ -22,6 +23,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `org.apache.shiro:shiro-core` from 1.9.1 to 1.11.0 ([#7397](https://github.com/opensearch-project/OpenSearch/pull/7397)

### Changed
- Enable `./gradlew build` on MacOS by disabling bcw tests ([#7303](https://github.com/opensearch-project/OpenSearch/pull/7303))
- Moved concurrent-search from sandbox plugin to server module behind feature flag ([#7203](https://github.com/opensearch-project/OpenSearch/pull/7203))

### Deprecated

Expand All @@ -32,4 +35,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Security


[Unreleased 3.0]: https://github.com/opensearch-project/OpenSearch/compare/2.x...HEAD
[Unreleased 2.x]: https://github.com/opensearch-project/OpenSearch/compare/2.5...2.x
42 changes: 0 additions & 42 deletions sandbox/plugins/concurrent-search/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 61c8fed

Please sign in to comment.