From 7e70f0bea6b887b1e80a7bb4211681ef09cdae53 Mon Sep 17 00:00:00 2001 From: vamsi-amazon Date: Wed, 18 May 2022 14:08:42 -0700 Subject: [PATCH] Release Notes 2.0.0.0 Signed-off-by: vamsi-amazon (cherry picked from commit 14fc6066c90d30788d351197e8e7108613288a87) --- .../opensearch-sql.release-notes-2.0.0.0.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 release-notes/opensearch-sql.release-notes-2.0.0.0.md diff --git a/release-notes/opensearch-sql.release-notes-2.0.0.0.md b/release-notes/opensearch-sql.release-notes-2.0.0.0.md new file mode 100644 index 0000000000..d3302e411d --- /dev/null +++ b/release-notes/opensearch-sql.release-notes-2.0.0.0.md @@ -0,0 +1,39 @@ +### Version 2.0.0.0 Release Notes +Compatible with OpenSearch and OpenSearch Dashboards Version 2.0.0.0 + +### Features +* Add Kmeans and AD command documentation ([#493](https://github.com/opensearch-project/sql/pull/493)) +* AD and Kmeans grammar edits ([#500](https://github.com/opensearch-project/sql/pull/500)) +* Support more parameters for AD and KMEANS command, and update related documentation ([#515](https://github.com/opensearch-project/sql/pull/515)) + +### Maintenance +* Version 2.0 ([#507](https://github.com/opensearch-project/sql/pull/507)) +* Removed changes introduced to support JDK8 ([#513](https://github.com/opensearch-project/sql/pull/513)) +* Add JDK 17 support ([#512](https://github.com/opensearch-project/sql/pull/512)) +* Upgrade OS Version to 2.0.0-alpha1-SNAPSHOT ([#518](https://github.com/opensearch-project/sql/pull/518)) +* Add alpha1 qualifiers for dashboards plugin ([#523](https://github.com/opensearch-project/sql/pull/523)) +* 2.0 build fix ([#535](https://github.com/opensearch-project/sql/pull/535)) +* Change ODBC version to 1.4 for release ([#542](https://github.com/opensearch-project/sql/pull/542)) +* Change workbench alpha1 to rc1 for first 2.0 release ([#545](https://github.com/opensearch-project/sql/pull/545)) +* Change 2.0-alpha1 to 2.0-rc1. ([#555](https://github.com/opensearch-project/sql/pull/555)) +* Replace checked-in ml-commons dependency for 2.0 ([#563](https://github.com/opensearch-project/sql/pull/563)) +* Delete ml-commons zip file ([#565](https://github.com/opensearch-project/sql/pull/565)) +* bump ml-client to 2.0 ([#568](https://github.com/opensearch-project/sql/pull/568)) +* Remove rc1 qualifier for 2.0 ([#600](https://github.com/opensearch-project/sql/pull/600)) + +### Infrastructure +* Fix bwc build issue with jdk17 ([#520](https://github.com/opensearch-project/sql/pull/520)) +* Updated issue templates from .github. ([#531](https://github.com/opensearch-project/sql/pull/531)) +* Removing JDK14 from CI ([#547](https://github.com/opensearch-project/sql/pull/547)) +* Replace checked-in ZIP with a dynamic dependency ([#514](https://github.com/opensearch-project/sql/pull/514)) + +### Bug Fixes +* Bump async from 3.2.0 to 3.2.3 in /workbench ([#559](https://github.com/opensearch-project/sql/pull/559)) +* Bump moment from 2.29.1 to 2.29.2 in /workbench ([#546](https://github.com/opensearch-project/sql/pull/546)) +* Version Bump: spring-beans-5.2.19 -> spring-beans-5.2.20 ([#527](https://github.com/opensearch-project/sql/pull/527)) +* Bug Fix, return default ID when log4j ThreadContext is empty ([#538](https://github.com/opensearch-project/sql/pull/538)) +* Removed ES reference from build.gradle ([#562](https://github.com/opensearch-project/sql/pull/562)) + +### Documentation +* Change master nomenclature ([#551](https://github.com/opensearch-project/sql/pull/551)) +* Change blacklist and whitelist nomenclature ([#560](https://github.com/opensearch-project/sql/pull/560))