Materialize v0.46
v0.46.0
SQL
-
Add
mz_internal.mz_subscriptionsto the system catalog. This table describes all activeSUBSCRIBEoperations in the system. -
Add support for new SQL functions:
Function Description uuid_generate_v5Generates a UUID in the given namespace using the specified input name. -
Add the
is_superuserconfiguration parameter, which reports whether the current session is a superuser with admin privileges. This is part of the work to enable Role-based access control (RBAC) in a future release (#11579). -
Add the
ALTER ROLEcommand, as well as role attributes to theCREATE ROLEcommand. This is part of the work to enable Role-based access control (RBAC)(#11579).It’s important to note that no role attributes or privileges will be considered when executing
CREATE ROLEstatements. These attributes will be saved and considered in a future release.
Bug fixes and other improvements
- Fix a bug that would cause the
mz_sourcesandmz_sinkssystem tables to report the wrong size for a source after anALTER {SOURCE|SINK} ... SET (SIZE = ...)command.
Patch releases
v0.46.1
- Stabilizate resource utilization in the
mz_introspectionsystem cluster.