Changelog

Product Update: July 2026

July 31, 2026

In July we continued to invest in running context-engineering workloads reliably at scale, and in making it easier to build on Materialize with coding agents. Here are some of the highlights; for the full list of changes, see the release notes.

Sources and sinks

Clusters and serving

  • Autoscaling to speed up hydration (public preview). Clusters can now automatically spin up and down burst replicas to hydrate faster, so you can recover from incidents sooner and speed up iteration cycles.
  • Asynchronous cluster reconfiguration. ALTER CLUSTER commands now run in the background, so a reconfiguration continues even if your session closes.
  • Freshness targets for queries (public preview). The new Bounded Staleness isolation level lets you set a freshness target on queries, so if data freshness drops below the target, a query returns an error instead of blocking.
  • Faster queries, more objects. Materialize now handles 13% more queries per second under heavy concurrent write load, and self-managed deployments now support 2x higher object limits.

Agent experience

  • OAuth sign-in for MCP servers. The agent and developer MCP servers now support browser-based OAuth, so you can securely connect your coding agents with a single command.
  • Developer MCP query tool. The developer MCP server can now run SELECT, SHOW, and EXPLAIN against user objects, such as views and tables, so coding agents can debug against real data and query plans.

Operations

  • SCIM role mapping (private preview). Materialize Cloud now supports SCIM, so user access is granted and revoked automatically as people join, switch teams, or leave your organization.