This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
Release 21.1.0
Breaking changes
- The Oracle column type
date
now maps to an Aircloakdatetime
.
This accounts for the fact thatdate
s in Oracle can also include a time component.
Existing analyst tables which includedate
columns must be updated to reflect this change.
Analyst tables are updated by resaving their definition in Insights Air interface.
New features
- Added support for
UNION
between non-restricted queries. - Analysts now get feedback about errors and query structure as they type.
- Administrators now get a dashboard for exploring query performance issues.
Enhancements
- Simpler offloaded queries are generated when using bounds analysis.
- Virtual table queries don't use safe operators anymore, leading to better performance in some cases.
- Indicate query starting location in per-query compilation error messages.
Changes
- Data source query history is now loaded by default on page load.