-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: David Cui <[email protected]>
- Loading branch information
1 parent
af65161
commit d351829
Showing
1 changed file
with
24 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
## 2021-09-02 Version 1.1.0.0 | ||
|
||
Compatible with OpenSearch and OpenSearch Dashboards Version 1.1.0 | ||
|
||
### Enhancements | ||
|
||
* Support implicit type conversion from string to boolean ([#166](https://github.com/opensearch-project/sql/pull/166)) | ||
* Support distinct count aggregation ([#167](https://github.com/opensearch-project/sql/pull/167)) | ||
* Support implicit type conversion from string to temporal ([#171](https://github.com/opensearch-project/sql/pull/171)) | ||
* Workbench: auto dump cypress test data, support security ([#199](https://github.com/opensearch-project/sql/pull/199)) | ||
|
||
### Bug Fixes | ||
|
||
* Fix for SQL-ODBC AWS Init and Shutdown Behaviour ([#163](https://github.com/opensearch-project/sql/pull/163)) | ||
* Fix import path for cypress constant ([#201](https://github.com/opensearch-project/sql/pull/201)) | ||
|
||
|
||
### Infrastructure | ||
|
||
* Add Integtest.sh for OpenSearch integtest setups (workbench) ([#157](https://github.com/opensearch-project/sql/pull/157)) | ||
* Bump path-parse from 1.0.6 to 1.0.7 in /workbench ([#178](https://github.com/opensearch-project/sql/pull/178)) | ||
* Use externally-defined OpenSearch version when specified. ([#179](https://github.com/opensearch-project/sql/pull/179)) | ||
* Use OpenSearch 1.1 and build snapshot by default in CI. ([#181](https://github.com/opensearch-project/sql/pull/181)) | ||
* Workbench: remove curl commands in integtest.sh ([#200](https://github.com/opensearch-project/sql/pull/200)) |