Bump versions to 1.9.0.1 and add release notes (#632) · risdenk/sql@caf21a6 · GitHub
Skip to content

Commit caf21a6

Browse files
authored
Bump versions to 1.9.0.1 and add release notes (opensearch-project#632)
1 parent e61b5fd commit caf21a6

6 files changed

Lines changed: 49 additions & 5 deletions

File tree

.github/workflows/draft-release-notes-workflow.yml

Lines changed: 1 addition & 1 deletion

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ ext {
4848
}
4949

5050
allprojects {
51-
version = "${opendistroVersion}.0"
51+
version = "${opendistroVersion}.1"
5252

5353
plugins.withId('java') {
5454
sourceCompatibility = targetCompatibility = "1.8"
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
## 2020-07-29 Version 1.9.0.1
2+
3+
### Feature
4+
* ODBC: Change Tableau connector version, support Tableau and Excel ([#622](https://github.com/opendistro-for-elasticsearch/sql/pull/622))
5+
* Support trignometric functions acos, asin, atan, atan2, cos, cot, degrees, radians, sin, tan ([#599](https://github.com/opendistro-for-elasticsearch/sql/pull/599))
6+
* Support mathmatical functions rand and constants e, pi ([#591](https://github.com/opendistro-for-elasticsearch/sql/pull/591))
7+
* Support SELET * and FROM clause in new SQL parser ([#573](https://github.com/opendistro-for-elasticsearch/sql/pull/573))
8+
* Support mathmatical functions: conv, crc32, mod, pow/power, round, sign, sqrt, truncate ([#577](https://github.com/opendistro-for-elasticsearch/sql/pull/577))
9+
* add date and time support ([#568](https://github.com/opendistro-for-elasticsearch/sql/pull/568))
10+
* Support mathematical functions ceil/ceiling, exp, floor, ln, log ([#540](https://github.com/opendistro-for-elasticsearch/sql/pull/540))
11+
12+
### Enhancement
13+
* Support queres end with semi colon ([#609](https://github.com/opendistro-for-elasticsearch/sql/pull/609))
14+
* ODBC: Adding BASIC & AWS_SIGV4 auth in M Connector ([#610](https://github.com/opendistro-for-elasticsearch/sql/pull/610))
15+
* ODBC: adding manual test plan for Microsoft Excel testing ([#604](https://github.com/opendistro-for-elasticsearch/sql/pull/604))
16+
* ODBC: Report error from Excel when executing an invalid query ([#611](https://github.com/opendistro-for-elasticsearch/sql/pull/611))
17+
* Add ElasticsarchExprValueFactory in StorageEngine ([#608](https://github.com/opendistro-for-elasticsearch/sql/pull/608))
18+
* Using UTC asdefault timezone for date_format function if not provided ([#605](https://github.com/opendistro-for-elasticsearch/sql/pull/605))
19+
* ODBC: AddingPower BI M connector ([#596](https://github.com/opendistro-for-elasticsearch/sql/pull/596))
20+
* ODBC: add ODC 2.x functions called by Excel for Mac ([#592](https://github.com/opendistro-for-elasticsearch/sql/pull/592))
21+
* ODBC: Remove catalog support from driver ([#566](https://github.com/opendistro-for-elasticsearch/sql/pull/566))
22+
* ODBC: Build driver files in parallel ([#570](https://github.com/opendistro-for-elasticsearch/sql/pull/570))
23+
* Keep mismatch results when error occurs in comparison test ([#557](https://github.com/opendistro-for-elasticsearch/sql/pull/557))
24+
25+
### Bug Fixes
26+
* Move workbench down in kibana nav ([#578](https://github.com/opendistro-for-elasticsearch/sql/pull/578))
27+
* ODBC: Fix fo data loading failure in Power BI Desktop ([#627](https://github.com/opendistro-for-elasticsearch/sql/pull/627))
28+
* Issue 623, fix security vulnerability regarding to depedencies commons-codec and Guava ([#624](https://github.com/opendistro-for-elasticsearch/sql/pull/624))
29+
* Extra fixes or Mac ODBC driver ([#602](https://github.com/opendistro-for-elasticsearch/sql/pull/602))
30+
* Fix CAST boo field to integer issue ([#600](https://github.com/opendistro-for-elasticsearch/sql/pull/600))
31+
* Bumped lodash version to fix dependency security vulnerability ([#598](https://github.com/opendistro-for-elasticsearch/sql/pull/598))
32+
* Fix object/nsted field select issue ([#584](https://github.com/opendistro-for-elasticsearch/sql/pull/584))
33+
* Remove columns from result which are not returned by SELECT * query but returned by DESCRIBE query ([#556](https://github.com/opendistro-for-elasticsearch/sql/pull/556))
34+
35+
### Infrastructure
36+
* Add workflow to draft release on push ([#572](https://github.com/opendistro-for-elasticsearch/sql/pull/572))
37+
* Merge all SQL repos and adjust workflows ([#549](https://github.com/opendistro-for-elasticsearch/sql/pull/549))
38+
39+
### Documentation
40+
* Update docs fter merging repos ([#563](https://github.com/opendistro-for-elasticsearch/sql/pull/563))
41+
* ODBC: Updatig Microsoft Excel connection documents ([#581](https://github.com/opendistro-for-elasticsearch/sql/pull/581))
42+
* ODBC: Add usr documentation for using Microsoft Excel on Mac ([#594](https://github.com/opendistro-for-elasticsearch/sql/pull/594))
43+
* ODBC: Update documentation for using Microsoft Excel with Open Distro For Elasticsearch ([#576](https://github.com/opendistro-for-elasticsearch/sql/pull/576))
44+
* ODBC: Add douments for `Refresh` & `Export as CSV files` options in Microsoft Excel ([#571](https://github.com/opendistro-for-elasticsearch/sql/pull/571))

sql-cli/src/odfe_sql_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
express or implied. See the License for the specific language governing
1313
permissions and limitations under the License.
1414
"""
15-
__version__ = "1.9.0.0"
15+
__version__ = "1.9.0.1"

sql-jdbc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ plugins {
3232
group 'com.amazon.opendistroforelasticsearch.client'
3333

3434
// keep version in sync with version in Driver source
35-
version '1.9.0.0'
35+
version '1.9.0.1'
3636

3737
boolean snapshot = "true".equals(System.getProperty("build.snapshot", "true"));
3838
if (snapshot) {

sql-jdbc/src/main/java/com/amazon/opendistroforelasticsearch/jdbc/internal/Version.java

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)