forked from opensearch-project/sql
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update 1.0.0.0-beta1 release notes with new PRs (opensearch-project#25)
* Update 1.0.0.0-beta1 release with new changes Signed-off-by: Chen Dai <[email protected]> * Update with new release date Signed-off-by: Chen Dai <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 23 additions & 17 deletions
40
release-notes/opensearch-sql.release-notes-1.0.0.0-beta1.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,29 @@ | ||
## 2021-05-04 Version 1.0.0.0-beta1 | ||
## 2021-05-05 Version 1.0.0.0-beta1 | ||
|
||
Compatible with OpenSearch and OpenSearch Dashboards Version 1.0.0-beta1 | ||
|
||
### OpenSearch Migration | ||
|
||
* OpenSearch migration for JDBC driver ([#3](https://github.com/opendistro-for-elasticsearch/sql/pull/3)) | ||
* OpenSearch Migration for SQL/PPL ([#2](https://github.com/opendistro-for-elasticsearch/sql/pull/2)) | ||
* OpenSearch migration for ODBC driver ([#7](https://github.com/opendistro-for-elasticsearch/sql/pull/7)) | ||
* Migrate workbench to OpenSearch Dashboards ([#6](https://github.com/opendistro-for-elasticsearch/sql/pull/6)) | ||
* OpenSearch Readiness: SQL/PPL, JDBC, ODBC ([#8](https://github.com/opendistro-for-elasticsearch/sql/pull/8)) | ||
* Opensearch migration for sql-cli and doctest module ([#4](https://github.com/opendistro-for-elasticsearch/sql/pull/4)) | ||
* Remove CodeCov Usage ([#9](https://github.com/opendistro-for-elasticsearch/sql/pull/9)) | ||
* Add license header to SQL/PPL, CLI, JDBC, ODBC ([#11](https://github.com/opendistro-for-elasticsearch/sql/pull/11)) | ||
* Add License Headers to Workbench ([#10](https://github.com/opendistro-for-elasticsearch/sql/pull/10)) | ||
* SQL/PPL API migration for OpenSearch ([#14](https://github.com/opendistro-for-elasticsearch/sql/pull/14)) | ||
* SQL/PPL artifact renaming and version reset ([#15](https://github.com/opendistro-for-elasticsearch/sql/pull/15)) | ||
* Change workbench version to 1.0.0, change api to _opensearch ([#17](https://github.com/opendistro-for-elasticsearch/sql/pull/17)) | ||
* Migrate SQL/PPL to OpenSearch namespace ([#16](https://github.com/opendistro-for-elasticsearch/sql/pull/16)) | ||
* Rename ODBC driver and DSN name ([#20](https://github.com/opendistro-for-elasticsearch/sql/pull/20)) | ||
* Doctest/SQL-CLI API migration to OpenSearch, renaming and version reset ([#19](https://github.com/opendistro-for-elasticsearch/sql/pull/19)) | ||
* OpenSearch migration for JDBC driver ([#3](https://github.com/opensearch-project/sql/pull/3)) | ||
* OpenSearch Migration for SQL/PPL ([#2](https://github.com/opensearch-project/sql/pull/2)) | ||
* OpenSearch migration for ODBC driver ([#7](https://github.com/opensearch-project/sql/pull/7)) | ||
* Migrate workbench to OpenSearch Dashboards ([#6](https://github.com/opensearch-project/sql/pull/6)) | ||
* OpenSearch Readiness: SQL/PPL, JDBC, ODBC ([#8](https://github.com/opensearch-project/sql/pull/8)) | ||
* Opensearch migration for sql-cli and doctest module ([#4](https://github.com/opensearch-project/sql/pull/4)) | ||
* Remove CodeCov Usage ([#9](https://github.com/opensearch-project/sql/pull/9)) | ||
* Add license header to SQL/PPL, CLI, JDBC, ODBC ([#11](https://github.com/opensearch-project/sql/pull/11)) | ||
* Add License Headers to Workbench ([#10](https://github.com/opensearch-project/sql/pull/10)) | ||
* SQL/PPL API migration for OpenSearch ([#14](https://github.com/opensearch-project/sql/pull/14)) | ||
* SQL/PPL artifact renaming and version reset ([#15](https://github.com/opensearch-project/sql/pull/15)) | ||
* Change workbench version to 1.0.0, change api to _opensearch ([#17](https://github.com/opensearch-project/sql/pull/17)) | ||
* Migrate SQL/PPL to OpenSearch namespace ([#16](https://github.com/opensearch-project/sql/pull/16)) | ||
* Rename ODBC driver and DSN name ([#20](https://github.com/opensearch-project/sql/pull/20)) | ||
* Doctest/SQL-CLI API migration to OpenSearch, renaming and version reset ([#19](https://github.com/opensearch-project/sql/pull/19)) | ||
* Add release notes for OpenSearch 1.0.0.0-beta1 ([#21](https://github.com/opensearch-project/sql/pull/21)) | ||
* Build SQL/PPL against OpenSearch 1.0.0-alpha2 ([#22](https://github.com/opensearch-project/sql/pull/22)) | ||
* Build SQL/PPL against OpenSearch 1.0.0-beta1 ([#23](https://github.com/opensearch-project/sql/pull/23)) | ||
* Bump Workbench Version to Beta1 for OpenSearch Release ([#24](https://github.com/opensearch-project/sql/pull/24)) | ||
|
||
### Infrastructure | ||
|
||
* Fix ODBC build failures ([#13](https://github.com/opendistro-for-elasticsearch/sql/pull/13)) | ||
* Fix ODBC build failures ([#13](https://github.com/opensearch-project/sql/pull/13)) |