Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit d74612e

Browse files
authored
Update release notes for OD 1.10 release (#699)
* updated release notes; upgraded kibana version in build and release workflows * update * update * update * update
1 parent 857ea27 commit d74612e

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

.github/workflows/sql-workbench-release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v1
2828
with:
2929
repository: opendistro-for-elasticsearch/kibana-oss
30-
ref: 7.8.0
30+
ref: 7.9.0
3131
token: ${{secrets.OD_ACCESS}}
3232
path: sql/kibana
3333

.github/workflows/sql-workbench-test-and-build-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v1
1616
with:
1717
repository: elastic/kibana
18-
ref: v7.8.0
18+
ref: v7.9.0
1919
path: sql/kibana
2020
- name: Setup Node
2121
uses: actions/setup-node@v1
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
## 2020-08-20 Version 1.10.0.0
2+
3+
### Features
4+
* Support WHERE clause in new SQL parser ([#682](https://github.com/opendistro-for-elasticsearch/sql/pull/682))
5+
* Add Cypress testing for SQL Workbench ([#562](https://github.com/opendistro-for-elasticsearch/sql/pull/562))
6+
* Lucene query pushdown optimization ([#671](https://github.com/opendistro-for-elasticsearch/sql/pull/671))
7+
* ODBC: Add PBIDS support ([#676](https://github.com/opendistro-for-elasticsearch/sql/pull/676))
8+
* Add PPL enable/disable setting ([#681](https://github.com/opendistro-for-elasticsearch/sql/pull/681))
9+
* Add query size limit ([#679](https://github.com/opendistro-for-elasticsearch/sql/pull/679)
10+
* Expression pushdown optimization ([#663](https://github.com/opendistro-for-elasticsearch/sql/pull/663))
11+
* changes required for using to Power BI Service with Open Distro For Elasticsearch ([#669](https://github.com/opendistro-for-elasticsearch/sql/pull/669))
12+
* Support NULL and MISSING value in response ([#667](https://github.com/opendistro-for-elasticsearch/sql/pull/667))
13+
* ODBC: Use literals instead of parameters in Power BI data connector ([#652](https://github.com/opendistro-for-elasticsearch/sql/pull/652))
14+
* Support select fields and alias in new query engine ([#636](https://github.com/opendistro-for-elasticsearch/sql/pull/636))
15+
* Add comparision operator for SQL ([#635](https://github.com/opendistro-for-elasticsearch/sql/pull/635))
16+
17+
### Enhancements
18+
* Parse backtick strings (``) as identifiers instead of string literals ([#678](https://github.com/opendistro-for-elasticsearch/sql/pull/678))
19+
* add error details for all server communication errors ([#645](https://github.com/opendistro-for-elasticsearch/sql/pull/645))
20+
21+
### Bug Fixes
22+
* Fix for query folding issue while applying filter in PBID ([#666](https://github.com/opendistro-for-elasticsearch/sql/pull/666))
23+
* Fix for query folding issue with direct query mode in Power BI data connector ([#640](https://github.com/opendistro-for-elasticsearch/sql/pull/640))
24+
25+
### Infrastructure
26+
* Adjust release drafter to follow ODFE standards ([#700](https://github.com/opendistro-for-elasticsearch/sql/pull/700))
27+
* ODBC: improve Windows build process ([#661](https://github.com/opendistro-for-elasticsearch/sql/pull/661))
28+
* Skip doctest in github release actions ([#648](https://github.com/opendistro-for-elasticsearch/sql/pull/648))
29+
30+
### Documentation
31+
* Update release notes for OD 1.10 release([#699](https://github.com/opendistro-for-elasticsearch/sql/pull/699))
32+
33+
### Maintenance
34+
* Bumped ES and Kibana versions to v7.9.0 ([#697](https://github.com/opendistro-for-elasticsearch/sql/pull/697))

0 commit comments

Comments
 (0)