Skip to content

Commit 61d0814

Browse files
committed
v26.38.2 release notes (final)
Adds the v26.38.2 section to the releases index and a row to the self-managed operator compatibility table. Dates are the real release dates for this train: Cloud 2026-08-24, Self-Managed 2026-08-25. This train has no RC snapshots, so `final` is its only snapshot.
1 parent 96c4e5a commit 61d0814

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

doc/user/content/releases/_index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ Starting with the v26.1.0 release, Materialize releases on a weekly schedule for
1919
both Cloud and Self-Managed. See [Release schedule](/releases/schedule) for details.
2020
{{</ note >}}
2121

22+
## v26.38.2
23+
*Released to Materialize Cloud: 2026-08-24* <br>
24+
*Released to Materialize Self-Managed: 2026-08-25* <br>
25+
26+
### Agent Skills {#v26.38.2-agent-skills}
27+
- **materialize-debug-freshness**: New skill that diagnoses why an object is behind wall-clock time, sweeping source and sink status, attributing lag hop by hop through `mz_materialization_lag`, and — once hydration is confirmed — ranking the dataflows on a replica and then that dataflow's operators back to the query clause responsible.
28+
29+
### Bug Fixes {#v26.38.2-bug-fixes}
30+
- Fixed slow catalog queries immediately after a zero-downtime upgrade that migrated builtin materialized views: the migrated views and everything downstream of them used to hydrate all at once at cut-over, spiking CPU on `mz_catalog_server`, and now hydrate before cut-over instead.
31+
2232
## v26.38.0
2333
*Released to Materialize Cloud: 2026-08-19* <br>
2434

doc/user/data/self_managed/self_managed_operator_compatibility.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ columns:
55
- column: Release date
66
- column: Notes
77
rows:
8+
- Materialize Operator: v26.38.2
9+
orchestratord version: v26.38.2
10+
environmentd version: v26.38.2
11+
Release date: "2026-08-25"
12+
Notes: "See [v26.38.2 release notes](/releases/#v26382)"
813
- Materialize Operator: v26.38
914
orchestratord version: v26.38
1015
environmentd version: v26.38

0 commit comments

Comments
 (0)