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

Release 21.1.0

Compare
Choose a tag to compare
@sebastian sebastian released this 07 Jan 16:48
· 6 commits to release_210100 since this release
4cbfb44

Breaking changes

  • The Oracle column type date now maps to an Aircloak datetime.
    This accounts for the fact that dates in Oracle can also include a time component.
    Existing analyst tables which include date 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.