title: "Materialize v0.90" date: 2024-03-06 released: true
Support using LIKE
, NOT LIKE
, ILIKE
, and NOT ILIKE
as operators within
ANY
, SOME
, and ALL
expressions.
Add mz_version
to the mz_internal.mz_recent_activity_log
system catalog view. This column stores the version of Materialize that was
running when the statement was executed.
to_jsonb
function for list
and array
types {{% gh 25536 %}}. The return value is now a JSON array, rather than a
JSON string literal containing the textual representation of the list or
array.