This repository has been archived by the owner on Jul 2, 2024. It is now read-only.
Release 19.2.0
sebastian
released this
19 Sep 14:06
·
235 commits
to release_190200
since this release
Breaking changes
- The air configuration must contain the mandatory
name
property in the Insights Air configuration.
See Insights Air configuration for details. - When quoting
db_name
in drill data sources, the double quote (") character must be used instead of backtick (`).
Bugfixes
- Fixed date/time literals support on Oracle.
- Fixed crash in anonymising
median
andstddev
aggregators.
Features
- Support noise aggregators in non-anonymising queries.
- Support for current date/time functions.
- Support for signing out all sessions of a user from the settings page or from the admin panel
- Support for analyst tables. See the Analyst tables section for details.
Enhancements
- Added support for configuring the maximum allowed number of concurrent PostgreSQL connections accepted by the Insights Air. See the section on configuring Insights Air PostgreSQL interface for details.
- Added the support for the
VARIANCE
function. - Added validation of virtual queries.
- Implemented offloading of complex per-user grouping.
- Inequalities between raw columns are now allowed both as
col1 >/>=/</<= col2
andcol1 BETWEEN col2 AND col3
- Extended support for filters in the
HAVING
clause. - Resetting the password automatically signs out all sessions
Changes
- Removed support for
extract_words
. - Password reset tokens and links will now expire after a single use. All password reset linkes/tokens generated with a
previous version will be invalid as a consequence of this change.