diff --git a/release-notes/opensearch-sql.release-notes-1.0.0.0.md b/release-notes/opensearch-sql.release-notes-1.0.0.0.md index ba6a436312..9f4ba69278 100644 --- a/release-notes/opensearch-sql.release-notes-1.0.0.0.md +++ b/release-notes/opensearch-sql.release-notes-1.0.0.0.md @@ -6,6 +6,11 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 1.0.0 * Support querying a data stream ([#56](https://github.com/opensearch-project/sql/pull/56)) +### Bug Fixes + +* Bug Fix: Enable legacy settings in new setting action ([#97](https://github.com/opensearch-project/sql/pull/97)) +* Fix NPE for SHOW statement without filter ([#150](https://github.com/opensearch-project/sql/pull/150)) + ### OpenSearch Migration * Remove debug logging in ODBC driver ([#27](https://github.com/opensearch-project/sql/pull/27)) @@ -34,7 +39,6 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 1.0.0 * Update PowerBI custom connector .mez file for ODBC driver ([#90](https://github.com/opensearch-project/sql/pull/90)) * Rename remaining beta1 references in sql-cli/workbench ([#91](https://github.com/opensearch-project/sql/pull/91)) * Build SQL/PPL against OpenSearch 1.0 branch ([#94](https://github.com/opensearch-project/sql/pull/94)) -* Bug Fix: Enable legacy settings in new setting action ([#97](https://github.com/opensearch-project/sql/pull/97)) * Bump OpenSearch Dashboards version to 1.0 in Workbench ([#98](https://github.com/opensearch-project/sql/pull/98)) * Add Integtest.sh for OpenSearch integtest setups ([#128](https://github.com/opensearch-project/sql/pull/128)) * Merge develop into main ([#142](https://github.com/opensearch-project/sql/pull/142))