forked from opensearch-project/sql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add v2.15.0 release notes (opensearch-project#2732) (opensearch-proje…
…ct#2735) (cherry picked from commit 2aab43d) Signed-off-by: Rupal Mahajan <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b032a7e
commit 4541486
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
Compatible with OpenSearch and OpenSearch Dashboards Version 2.15.0 | ||
|
||
### Features | ||
* Support Percentile in PPL ([#2710](https://github.com/opensearch-project/sql/pull/2710)) | ||
|
||
### Enhancements | ||
* Add option to use LakeFormation in S3Glue data source ([#2624](https://github.com/opensearch-project/sql/pull/2624)) | ||
* Remove direct ClusterState access in LocalClusterState ([#2717](https://github.com/opensearch-project/sql/pull/2717)) | ||
|
||
### Maintenance | ||
* Use EMR serverless bundled iceberg JAR ([#2632](https://github.com/opensearch-project/sql/pull/2632)) | ||
* Update maintainers list ([#2663](https://github.com/opensearch-project/sql/pull/2663)) | ||
|
||
### Infrastructure | ||
* Increment version to 2.15.0-SNAPSHOT ([#2650](https://github.com/opensearch-project/sql/pull/2650)) | ||
|
||
### Refactoring | ||
* Refactor SparkQueryDispatcher ([#2636](https://github.com/opensearch-project/sql/pull/2636)) | ||
* Refactor IndexDMLHandler and related classes ([#2644](https://github.com/opensearch-project/sql/pull/2644)) | ||
* Introduce FlintIndexStateModelService ([#2658](https://github.com/opensearch-project/sql/pull/2658)) | ||
* Add comments to async query handlers ([#2657](https://github.com/opensearch-project/sql/pull/2657)) | ||
* Extract SessionStorageService and StatementStorageService ([#2665](https://github.com/opensearch-project/sql/pull/2665)) | ||
* Make models free of XContent ([#2677](https://github.com/opensearch-project/sql/pull/2677)) | ||
* Remove unneeded datasourceName parameters ([#2683](https://github.com/opensearch-project/sql/pull/2683)) | ||
* Refactor data models to be generic to data storage ([#2687](https://github.com/opensearch-project/sql/pull/2687)) | ||
* Provide a way to modify spark parameters ([#2691](https://github.com/opensearch-project/sql/pull/2691)) | ||
* Change JobExecutionResponseReader to an interface ([#2693](https://github.com/opensearch-project/sql/pull/2693)) | ||
* Abstract queryId generation ([#2695](https://github.com/opensearch-project/sql/pull/2695)) | ||
* Introduce SessionConfigSupplier to abstract settings ([#2707](https://github.com/opensearch-project/sql/pull/2707)) | ||
* Add accountId to data models ([#2709](https://github.com/opensearch-project/sql/pull/2709)) | ||
* Pass down request context to data accessors ([#2715](https://github.com/opensearch-project/sql/pull/2715)) |