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

Latest commit

 

History

History
27 lines (21 loc) · 2.56 KB

opendistro-elasticsearch-sql.release-notes-1.6.0.0.md

File metadata and controls

27 lines (21 loc) · 2.56 KB

2020-03-24 Version 1.6.0.0

Features

Elasticsearch Compatibility

  • Feature #376: Elasticsearch 7.6.1 compatibility

Testing

  • Feature #374: Integration test with external ES cluster (issue: 353)
  • Feature #384: CI/CD using github Actions workflow

Documentation

  • Feature #366: Documentation for simple query (issue: #363)
  • Feature #379: Documentation for Pagination (issue: #16)

Enhancements

SQL Features

  • Enhancement #367: Report date data as a standardized format (issue: #342)

Exception Handling

  • Enhancement #362: Handle the elasticsearch exceptions in JDBC formatted outputs(issues: #320, 308)
  • Enhancement #372: Modified the wording of exception messages and created the troubleshooting page(issue: #320)

Bugfixes

  • Bugfix #310: Add DATETIME cast support (issue: #268)
  • BugFix #365: Return Correct Type Information for Fields (issue: #316)
  • BugFix #377: Return object type for field which has implicit object datatype when describe the table (issue:sql-jdbc#57)
  • BugFix #381: FIX field function name letter case preserved in select with group by (issue: #373)