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

Release 18.3.0

Compare
Choose a tag to compare
@sebastian sebastian released this 27 Jul 14:37
· 10 commits to release_180300 since this release
8edd1b6

18.3.0

Breaking change

  • ODBC drivers for SAP HANA must be provided by the client and mounted. See the Installation guide for more info.

Features

  • Added support for userless tables and non-anonymizing queries.
  • Users passwords can now be reset using a link provided by the system. administrator or via the commandline interface.
  • Support for the SAP IQ data store.

Bugfixes

  • Fix for queries being rejected when one side of a range is negative.
  • Fix redundant scanning of projected tables during cloak initialization.
  • HTTP REST API for query results returned JSON with some duplicate keys.
  • Fix execution of ORDER BY-clause in combination with a GROUP BY-clause in queries on MongoDB.

Enhancements

  • Improve identification of which conditions need emulation.
  • Support for date and time typed literals.
  • SAMPLE_USERS no longer causes SAP Hana queries to get emulated.
  • The cloak classifies columns by whether they isolate users or not, further improving the anonymization as a result.
  • Improve load performance on the activity monitor page for installations with high numbers of queries.

Changes

  • Improve the consistency between the different ways of computing noisy users counts; some results may change.