Materialize v0.90
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
, andNOT ILIKE
as operators withinANY
,SOME
, andALL
expressions. -
Add
mz_version
to themz_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 forlist
andarray
types (#25536). The return value is now a JSON array, rather than a JSON string literal containing the textual representation of the list or array.