This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
Version 1.7.0.0
Breaking Changes
- Change #414: Invalidate HTTP GET method.
Features
SQL Features
- Feature #390: Simple Query Cursor support. (issue: #16)
- Feature #400: New SQL cluster settings endpoint.
Documentation
Security
- Change #456: Escape comma for CSV header and all queries. (issue: #455)
- Change #447: Fix CSV injection issue. (issue: #449)
- Change #419: Anonymize sensitive data in queries exposed to RestSqlAction logs. (issue: #97)
Bugfixes
- Bugfix #452: Support using aggregation function in order by clause. (issue: #277)
- Bugfix #442: Count(distinct field) should translate to cardinality aggregation. (issue: #439)
- Bugfix #437: Enforce AVG return double data type. (issue: #408)
- Bugfix #425: Ignore the term query rewrite if there is no index found. (issue: #355)
- Bugfix #418: Support subquery in from doesn't have alias. (issue: #416)
- Bugfix #412: Add support for strict_date_optional_time. (issue: #411)
- Bugfix #381: field function name letter case preserved in select with group by. (issue: #373)