Skip to content

Commit

Permalink
add release notes for 1.1
Browse files Browse the repository at this point in the history
Signed-off-by: David Cui <[email protected]>
  • Loading branch information
davidcui1225 committed Sep 2, 2021
1 parent af65161 commit d351829
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions release-notes/opensearch-sql.release-notes-1.1.0.0.md
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))

0 comments on commit d351829

Please sign in to comment.