v0.90.md 921 B


title: "Materialize v0.90" date: 2024-03-06 released: true

patch: 1

v0.90

Sources and sinks

  • Bump the maximum number of allowed concurrent connections in wehbook sources from 250 to 500.

SQL

  • 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.

Bug fixes and other improvements

  • Fix the implementation of the 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.