Skip to content

Commit

Permalink
Add v2.15.0 release notes (opensearch-project#2732) (opensearch-proje…
Browse files Browse the repository at this point in the history
…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.
31 changes: 31 additions & 0 deletions release-notes/opensearch-sql.release-notes-2.15.0.0.md
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))

0 comments on commit 4541486

Please sign in to comment.