From d466af63a0a3e00dbbb285db0ebb35f762f9fbeb Mon Sep 17 00:00:00 2001 From: Vamsi Manohar Date: Wed, 1 May 2024 16:32:00 -0700 Subject: [PATCH] release notes for 2.14.0.0 Signed-off-by: Vamsi Manohar --- .../opensearch-sql.release-notes-2.14.0.0.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 release-notes/opensearch-sql.release-notes-2.14.0.0.md diff --git a/release-notes/opensearch-sql.release-notes-2.14.0.0.md b/release-notes/opensearch-sql.release-notes-2.14.0.0.md new file mode 100644 index 0000000000..664b303b70 --- /dev/null +++ b/release-notes/opensearch-sql.release-notes-2.14.0.0.md @@ -0,0 +1,18 @@ +Compatible with OpenSearch and OpenSearch Dashboards Version 2.14.0 + +### Enhancements +* Add iceberg support to EMR serverless jobs. ([#2602](https://github.com/opensearch-project/sql/pull/2602)) +* Use EMR serverless bundled iceberg JAR. ([#2646](https://github.com/opensearch-project/sql/pull/2646)) + +### Bug Fixes +* Align vacuum statement semantics with Flint Spark ([#2606](https://github.com/opensearch-project/sql/pull/2606)) +* Handle EMRS exception as 400 ([#2612](https://github.com/opensearch-project/sql/pull/2612)) +* Fix pagination for many columns (#2440) ([#2441](https://github.com/opensearch-project/sql/pull/2441)) +* Fix semicolon parsing for async query ([#2631](https://github.com/opensearch-project/sql/pull/2631)) +* Throw OpensearchSecurityException in case of datasource authorization ([#2626](https://github.com/opensearch-project/sql/pull/2626)) + +### Maintenance +* Refactoring of SparkQueryDispatcher ([#2615](https://github.com/opensearch-project/sql/pull/2615)) + +### Infrastructure +* Increment version to 2.14.0-SNAPSHOT ([#2585](https://github.com/opensearch-project/sql/pull/2585)) \ No newline at end of file