This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Version 1.9.0.1
Open Distro for Elasticsearch Version 1.9.0
- Add new sql module (PR #527)
- Rename release notes to use 4 digit versions (PR #547)
- Revert changes ahead of develop branch in master (PR #551)
- Bump develop branch to 1.9 and fix all build errors (PR #552)
- Merge develop to master (PR #553)
- Merge all SQL repos and adjust workflows (PR #549)
- Merge develop to master (add all sql related repos) (#549) (PR #554)
- Revert "add date and time support" (PR #567)
- add date and time support (PR #568)
- Add workflow to draft release on push (PR #572)
- Update docs after merging repos (PR #563)
- ODBC: Report error from Excel when executing an invalid query (PR #611)
- ODBC: Adding BASIC & AWS_SIGV4 auth in M Connector (PR #610)
- ODBC: Change Tableau connector version (PR #622)
- ODBC: Fix for data loading failure in Power BI Desktop (PR #627)
- Bump versions to 1.9.0.1 and add release notes (PR #632)
- Merge develop to master for ODFE 1.9.0.1 release (PR #633)
- Fix workflow path (PR #637)
- Merge fixes for github release actions from develop to master (PR #638)
SQL and PPL
- [PPL] Support expression and boolean operators (PR #518)
- [PPL] Add Resource monitor to avoid OOM (PR #533)
- Enforce comparison test in new SQL module (PR #536)
- Support LIKE operator (PR #534)
- Add select expression without query support (PR #542)
- Add plugin setting for new SQL module (PR #544)
- Redefine the Expression interface and Type (PR #550)
- Keep mismatch results when error occurs in comparison test (PR #557)
- Support mathematical functions ceil/ceiling, exp, floor, ln, log (PR #540)
- add date and time support (PR #560)
- Support mathematical functions: conv, crc32, mod, pow/power, round, sign, sqrt, truncate (PR #577)
- Fix object/nested field select issue (PR #584)
- Support SELECT * and FROM clause in new SQL parser (PR #573)
- Using UTC as default timezone for date_format function if not provided (PR #605)
- Fix CAST bool field to integer issue (PR #600)
- Support mathematical functions rand and constants e, pi (PR #591)
- Support trigonometric functions acos, asin, atan, atan2, cos, cot, degrees, radians, sin, tan (PR #599)
- Add ElasticsearchExprValueFactory in StorageEngine (PR #608)
- Issue 623, fix security vulnerability regarding to depedencies common… (PR #624)
- Support queries end with semi colon (PR #609)
- Add Text and Keyword Data Type (PR #620)
SQL ODBC
- Remove columns from result which are not returned by SELECT * query but returned by DESCRIBE query (PR #556)
- ODBC: Build driver files in parallel (PR #570)
- ODBC: Remove catalog support from driver (PR #566)
- ODBC: Add documents for
Refresh
&Export as CSV files
options in Microsoft Excel (PR #571) - ODBC: Update documentation for using Microsoft Excel with Open Distro For Elasticsearch (PR #576)
- ODBC: Add user documentation for using Microsoft Excel on Mac (PR #594)
- ODBC: add ODBC 2.x functions called by Excel for Mac (PR #592)
- ODBC: Updating Microsoft Excel connection documents (PR #581)
- Extra fixes for Mac ODBC driver (PR #602)
- ODBC: Adding Power BI M connector (PR #596)
- ODBC: adding manual test plan for Microsoft Excel testing (PR #604)
SQL Workbench
- Bumped lodash version to fix dependency security vulnerability (PR #598)
- Move workbench down in kibana nav (PR #578)
Enhancements
- Enforce comparison test in new SQL module (PR #536)
- Add select expression without query support (PR #542)
- Add plugin setting for new SQL module (PR #544)
- Keep mismatch results when error occurs in comparison test (PR #557)
- Support queries end with semi colon (PR #609)