This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release notes for OD 1.10 release (#699)
* updated release notes; upgraded kibana version in build and release workflows * update * update * update * update
- Loading branch information
Showing
3 changed files
with
36 additions
and
2 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
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
34 changes: 34 additions & 0 deletions
34
release-notes/opendistro-elasticsearch-sql.release-notes-1.10.0.0.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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## 2020-08-20 Version 1.10.0.0 | ||
|
||
### Features | ||
* Support WHERE clause in new SQL parser ([#682](https://github.com/opendistro-for-elasticsearch/sql/pull/682)) | ||
* Add Cypress testing for SQL Workbench ([#562](https://github.com/opendistro-for-elasticsearch/sql/pull/562)) | ||
* Lucene query pushdown optimization ([#671](https://github.com/opendistro-for-elasticsearch/sql/pull/671)) | ||
* ODBC: Add PBIDS support ([#676](https://github.com/opendistro-for-elasticsearch/sql/pull/676)) | ||
* Add PPL enable/disable setting ([#681](https://github.com/opendistro-for-elasticsearch/sql/pull/681)) | ||
* Add query size limit ([#679](https://github.com/opendistro-for-elasticsearch/sql/pull/679) | ||
* Expression pushdown optimization ([#663](https://github.com/opendistro-for-elasticsearch/sql/pull/663)) | ||
* changes required for using to Power BI Service with Open Distro For Elasticsearch ([#669](https://github.com/opendistro-for-elasticsearch/sql/pull/669)) | ||
* Support NULL and MISSING value in response ([#667](https://github.com/opendistro-for-elasticsearch/sql/pull/667)) | ||
* ODBC: Use literals instead of parameters in Power BI data connector ([#652](https://github.com/opendistro-for-elasticsearch/sql/pull/652)) | ||
* Support select fields and alias in new query engine ([#636](https://github.com/opendistro-for-elasticsearch/sql/pull/636)) | ||
* Add comparision operator for SQL ([#635](https://github.com/opendistro-for-elasticsearch/sql/pull/635)) | ||
|
||
### Enhancements | ||
* Parse backtick strings (``) as identifiers instead of string literals ([#678](https://github.com/opendistro-for-elasticsearch/sql/pull/678)) | ||
* add error details for all server communication errors ([#645](https://github.com/opendistro-for-elasticsearch/sql/pull/645)) | ||
|
||
### Bug Fixes | ||
* Fix for query folding issue while applying filter in PBID ([#666](https://github.com/opendistro-for-elasticsearch/sql/pull/666)) | ||
* Fix for query folding issue with direct query mode in Power BI data connector ([#640](https://github.com/opendistro-for-elasticsearch/sql/pull/640)) | ||
|
||
### Infrastructure | ||
* Adjust release drafter to follow ODFE standards ([#700](https://github.com/opendistro-for-elasticsearch/sql/pull/700)) | ||
* ODBC: improve Windows build process ([#661](https://github.com/opendistro-for-elasticsearch/sql/pull/661)) | ||
* Skip doctest in github release actions ([#648](https://github.com/opendistro-for-elasticsearch/sql/pull/648)) | ||
|
||
### Documentation | ||
* Update release notes for OD 1.10 release([#699](https://github.com/opendistro-for-elasticsearch/sql/pull/699)) | ||
|
||
### Maintenance | ||
* Bumped ES and Kibana versions to v7.9.0 ([#697](https://github.com/opendistro-for-elasticsearch/sql/pull/697)) |