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
- Kafka source versioning. You can now do blue-green cutovers on Kafka sources, to pick up upstream schema changes without downtime.
- AWS Glue Schema Registry, on sources and sinks. Kafka sources and sinks can now use the AWS Glue Schema Registry for Avro, so you can manage your schemas end to end on AWS.
- PostgreSQL physical replica support. Materialize can now replicate from a PostgreSQL hot standby, moving replication load off the primary that serves your production traffic.
- Iceberg sinks on Google Cloud (public preview). Iceberg sinks can now write to GCP-managed Iceberg tables, landing results in your Google Cloud lakehouse.
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.