Skip to content

Commit 467d8ef

Browse files
committed
v26.39.0 release notes (rc.2)
Adds the rc.2 increment: one bug fix, for zero-downtime upgrades cutting over before built-in materialized views rebuilt by the upgrade had hydrated (#38399). Provisional dates are unchanged from rc.1 (Cloud 2026-08-27, Self-Managed 2026-08-28), so the operator-compatibility table needs no edit this snapshot.
1 parent 7e57233 commit 467d8ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

doc/user/content/releases/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ both Cloud and Self-Managed. See [Release schedule](/releases/schedule) for deta
3131
- **materialize-debug-freshness**: A new skill that diagnoses why an object is behind wall-clock time, sweeping source and sink status, attributing lag hop by hop, and ranking the dataflows and operators responsible.
3232

3333
### Bug Fixes {#v26.39-bug-fixes}
34+
- Fixed zero-downtime upgrades cutting over before built-in materialized views rebuilt by the upgrade had hydrated, which made them all hydrate at once at cut-over, spiking `mz_catalog_server` CPU and slowing catalog queries.
3435
- Fixed crashes and coordinator stalls when planning queries with long `JOIN` chains or long chains of CTEs.
3536
- Fixed a `column "table_func_0" does not exist` error when a table function in the `SELECT` list is combined with `GROUP BY`, aggregates, or `HAVING`.
3637
- Fixed out-of-memory crashes caused by large `SELECT` results over the HTTP and WebSocket APIs and by slow-reading `SUBSCRIBE` clients, with results now streaming incrementally over the WebSocket API, the result size limit now enforced on the HTTP API, and an error returned when a `SUBSCRIBE` client falls too far behind.

0 commit comments

Comments
 (0)