Release 0.116

    • JSON_FORMAT(x) instead of CAST(x as VARCHAR)

    In a future release, we intend to reintroduce casts between JSON and VARCHAR along with other casts involving JSON. The semantics of the new JSON and VARCHAR cast will be consistent with the other casts being introduced. But it will be different from the semantics in 0.115 and before. When that comes, cast between JSON and VARCHAR in old scripts and views will produce unexpected result.

    • Add multimap_agg() function.

    • Add function.

    • Removed config. The cluster memory manager is now always enabled.

    • Removed task.max-memory config.