presto-docs/src/main/sphinx/release/release-0.168.rst
JOIN queries that require implicit coercions
for terms in the join criteria.DECIMAL type and operators.!json_extract and :func:!json_extract_scalar now support escaping double
quotes or backslashes using a backslash with a JSON path subscript. This changes
the semantics of any invocation using a backslash, as backslashes were previously
treated as normal characters.!filter and :func:!map_filter lambda functions./connector/memory.!arrays_overlap and :func:!array_except functions.concat() or maps with :func:!map_concat.iterative_optimizer_timeout
session property or experimental.iterative-optimizer-timeout configuration option.ROW types are now orderable if all of the field types are orderable.
This allows using them in comparison expressions, ORDER BY and
functions that require orderable types (e.g., :func:!max).DatabaseMetaData to reflect features that are now supported.1.0.rcfile_optimized_writer_enabled session property or the hive.rcfile-optimized-writer.enabled
Hive catalog property.mongodb.ssl.enabled config flag.ConnectorPageSource instead of RecordSet. Existing connectors
that support index join can use the RecordPageSource to adapt to the new API.