Release 0.179

    • Fix planning failure when similar expressions appear in the clause of a query that contains ORDER BY and LIMIT.

    • Fix parsing failure when NFD, NFC, NFKD or NFKC are used as identifiers.

    • Fix excessive GC overhead caused by captured lambda expressions.

    • Reduce the memory usage of map/array aggregation functions.

    • Redact sensitive config property values in the server log.

    • Add crc32() function.

    • Add file based global security, which can be configured with the and security.config-file config properties. See for more details.

    • Fail queries that access encrypted S3 objects that do not have their unencrypted content lengths set in their metadata.
    • Add support for setting query timeout through Statement.setQueryTimeout().
    • Add grantee and revokee to GRANT and REVOKE security checks.