v0.65.md 1.6 KB


title: "Materialize v0.65" date: 2023-08-16 released: true

patch: 2

v0.65.0

SQL

  • Breaking change. Limit the length of object identifiers to 255 bytes.

  • Include the name and size of cluster replicas in the output of SHOW CLUSTERS as a new column named replicas.

  • Improve and extend the base implementation of Role-based access control (RBAC):

    • Add the SHOW ROLES command, which lists the roles available in the system.

It's important to note that role-based access control (RBAC) is disabled by default. You must contact us to enable this feature in your Materialize region.

Bug fixes and other improvements

  • Breaking change. Disallow executing functions from the mz_internal schema {{% gh 20998 %}}. This change should have no user impact, but please let us know if you run into any issues.