From d095bc8e00df9f4a97801eccad2560e04376db5b Mon Sep 17 00:00:00 2001 From: Eugene Lee Date: Fri, 11 Mar 2022 14:15:16 -0800 Subject: [PATCH 1/3] Add 1.3 release notes: Signed-off-by: Eugene Lee --- .../opensearch-sql.release-notes-1.3.0.0.md | 41 +++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 release-notes/opensearch-sql.release-notes-1.3.0.0.md diff --git a/release-notes/opensearch-sql.release-notes-1.3.0.0.md b/release-notes/opensearch-sql.release-notes-1.3.0.0.md new file mode 100644 index 0000000000..58b53d0fc2 --- /dev/null +++ b/release-notes/opensearch-sql.release-notes-1.3.0.0.md @@ -0,0 +1,41 @@ +### Version 1.2.4.0 Release Notes + +Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0 + +### Enhancements +* PPL integration with AD and ml-commons ([#468](https://github.com/opensearch-project/sql/pull/468)) +* Support ISO 8601 Format in Date Format. ([#460](https://github.com/opensearch-project/sql/pull/460)) +* Treating ExpressionEvaluationException as client Error. ([#459](https://github.com/opensearch-project/sql/pull/459)) +* Add Certificate Validation option ([#449](https://github.com/opensearch-project/sql/pull/449)) +* Span expression should always be first in by list if exist ([#437](https://github.com/opensearch-project/sql/pull/437)) +* Support multiple indices in PPL and SQL ([#408](https://github.com/opensearch-project/sql/pull/408)) +* Support combination of group field and span in stats command ([#417](https://github.com/opensearch-project/sql/pull/417)) +* Support In clause in SQL and PPL ([#420](https://github.com/opensearch-project/sql/pull/420)) +* Add cast function to PPL ([#433](https://github.com/opensearch-project/sql/pull/433)) +* Add parse command to PPL ([#411](https://github.com/opensearch-project/sql/pull/411)) +* [Enhancement] optimize sort rewrite logic ([#434](https://github.com/opensearch-project/sql/pull/434)) + +### Bug Fixes +* Bug Fix, disable html escape when formatting response ([#412](https://github.com/opensearch-project/sql/pull/412)) +* Parse none type field as null instead of throw exception ([#406](https://github.com/opensearch-project/sql/pull/406)) + +### Documentation +* Add parse docs to PPL commands index ([#486](https://github.com/opensearch-project/sql/pull/486)) +* Add limitation section in PPL docs ([#456](https://github.com/opensearch-project/sql/pull/456)) +* Add how to setup aws credentials for ODBC Tableau ([#394](https://github.com/opensearch-project/sql/pull/394)) + +### Maintenance +* Add JDK 8 to CI Matrix ([#483](https://github.com/opensearch-project/sql/pull/483)) +* Add CI Matrix for JDK 11 and 14 ([#451](https://github.com/opensearch-project/sql/pull/451)) +* Update backport and add auto-delete workflows ([#446](https://github.com/opensearch-project/sql/pull/446)) +* Add auto backport functionality for SQL ([#445](https://github.com/opensearch-project/sql/pull/445)) +* Version bump to 1.3 ([#419](https://github.com/opensearch-project/sql/pull/419)) +* Revert to windows 2019 for odbc CI ([#413](https://github.com/opensearch-project/sql/pull/413)) + +### Infrastructure +* Fix certificate validation for ODBC driver ([#479](https://github.com/opensearch-project/sql/pull/479)) +* Update dependency opensearch-ml-client group name ([#477](https://github.com/opensearch-project/sql/pull/477)) +* Disable flaky test in JdbcTestIT. ([#475](https://github.com/opensearch-project/sql/pull/475)) +* Version Bump: H2 1.x -> 2.x ([#444](https://github.com/opensearch-project/sql/pull/444)) +* Version Bump: springframework and jackson ([#443](https://github.com/opensearch-project/sql/pull/443)) +* Jackson-databind bump to 2.12.6 ([#410](https://github.com/opensearch-project/sql/pull/410)) \ No newline at end of file From 7c32c968914ef84b6d87a0bf6737280711da5aa1 Mon Sep 17 00:00:00 2001 From: Eugene Lee Date: Fri, 11 Mar 2022 14:31:59 -0800 Subject: [PATCH 2/3] Move bumps to bug fixes and add features Signed-off-by: Eugene Lee --- .../opensearch-sql.release-notes-1.3.0.0.md | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/release-notes/opensearch-sql.release-notes-1.3.0.0.md b/release-notes/opensearch-sql.release-notes-1.3.0.0.md index 58b53d0fc2..213bf357b3 100644 --- a/release-notes/opensearch-sql.release-notes-1.3.0.0.md +++ b/release-notes/opensearch-sql.release-notes-1.3.0.0.md @@ -1,9 +1,12 @@ -### Version 1.2.4.0 Release Notes +### Version 1.3.0.0 Release Notes Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0 -### Enhancements +### Features +* Add parse command to PPL ([#411](https://github.com/opensearch-project/sql/pull/411)) * PPL integration with AD and ml-commons ([#468](https://github.com/opensearch-project/sql/pull/468)) + +### Enhancements * Support ISO 8601 Format in Date Format. ([#460](https://github.com/opensearch-project/sql/pull/460)) * Treating ExpressionEvaluationException as client Error. ([#459](https://github.com/opensearch-project/sql/pull/459)) * Add Certificate Validation option ([#449](https://github.com/opensearch-project/sql/pull/449)) @@ -12,11 +15,15 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0 * Support combination of group field and span in stats command ([#417](https://github.com/opensearch-project/sql/pull/417)) * Support In clause in SQL and PPL ([#420](https://github.com/opensearch-project/sql/pull/420)) * Add cast function to PPL ([#433](https://github.com/opensearch-project/sql/pull/433)) -* Add parse command to PPL ([#411](https://github.com/opensearch-project/sql/pull/411)) * [Enhancement] optimize sort rewrite logic ([#434](https://github.com/opensearch-project/sql/pull/434)) ### Bug Fixes +* Fix certificate validation for ODBC driver ([#479](https://github.com/opensearch-project/sql/pull/479)) +* Update dependency opensearch-ml-client group name ([#477](https://github.com/opensearch-project/sql/pull/477)) +* Version Bump: H2 1.x -> 2.x ([#444](https://github.com/opensearch-project/sql/pull/444)) +* Version Bump: springframework and jackson ([#443](https://github.com/opensearch-project/sql/pull/443)) * Bug Fix, disable html escape when formatting response ([#412](https://github.com/opensearch-project/sql/pull/412)) +* Jackson-databind bump to 2.12.6 ([#410](https://github.com/opensearch-project/sql/pull/410)) * Parse none type field as null instead of throw exception ([#406](https://github.com/opensearch-project/sql/pull/406)) ### Documentation @@ -33,9 +40,4 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0 * Revert to windows 2019 for odbc CI ([#413](https://github.com/opensearch-project/sql/pull/413)) ### Infrastructure -* Fix certificate validation for ODBC driver ([#479](https://github.com/opensearch-project/sql/pull/479)) -* Update dependency opensearch-ml-client group name ([#477](https://github.com/opensearch-project/sql/pull/477)) -* Disable flaky test in JdbcTestIT. ([#475](https://github.com/opensearch-project/sql/pull/475)) -* Version Bump: H2 1.x -> 2.x ([#444](https://github.com/opensearch-project/sql/pull/444)) -* Version Bump: springframework and jackson ([#443](https://github.com/opensearch-project/sql/pull/443)) -* Jackson-databind bump to 2.12.6 ([#410](https://github.com/opensearch-project/sql/pull/410)) \ No newline at end of file +* Disable flaky test in JdbcTestIT. ([#475](https://github.com/opensearch-project/sql/pull/475)) \ No newline at end of file From 23afed382628776c608e246ff6b1ff56991d0036 Mon Sep 17 00:00:00 2001 From: Eugene Lee Date: Mon, 14 Mar 2022 10:55:09 -0700 Subject: [PATCH 3/3] Move 459 to bug fix Signed-off-by: Eugene Lee --- release-notes/opensearch-sql.release-notes-1.3.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/opensearch-sql.release-notes-1.3.0.0.md b/release-notes/opensearch-sql.release-notes-1.3.0.0.md index 213bf357b3..7593c204b4 100644 --- a/release-notes/opensearch-sql.release-notes-1.3.0.0.md +++ b/release-notes/opensearch-sql.release-notes-1.3.0.0.md @@ -8,7 +8,6 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0 ### Enhancements * Support ISO 8601 Format in Date Format. ([#460](https://github.com/opensearch-project/sql/pull/460)) -* Treating ExpressionEvaluationException as client Error. ([#459](https://github.com/opensearch-project/sql/pull/459)) * Add Certificate Validation option ([#449](https://github.com/opensearch-project/sql/pull/449)) * Span expression should always be first in by list if exist ([#437](https://github.com/opensearch-project/sql/pull/437)) * Support multiple indices in PPL and SQL ([#408](https://github.com/opensearch-project/sql/pull/408)) @@ -20,6 +19,7 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 1.3.0 ### Bug Fixes * Fix certificate validation for ODBC driver ([#479](https://github.com/opensearch-project/sql/pull/479)) * Update dependency opensearch-ml-client group name ([#477](https://github.com/opensearch-project/sql/pull/477)) +* Treating ExpressionEvaluationException as client Error. ([#459](https://github.com/opensearch-project/sql/pull/459)) * Version Bump: H2 1.x -> 2.x ([#444](https://github.com/opensearch-project/sql/pull/444)) * Version Bump: springframework and jackson ([#443](https://github.com/opensearch-project/sql/pull/443)) * Bug Fix, disable html escape when formatting response ([#412](https://github.com/opensearch-project/sql/pull/412))