v26.43.0 release notes - #38928
Open
bosconi wants to merge 1 commit into
Open
v26.43.0 release notes#38928bosconi wants to merge 1 commit into
bosconi wants to merge 1 commit into
Conversation
Adds the v26.43.0 section to the releases index and the v26.43 row to the self-managed operator compatibility table, from the rc.1 snapshot. Dates are provisional (Cloud 2026-09-24, Self-Managed 2026-09-25): the first Thursday strictly after the v26.43.0-rc.1 tag, plus one day for Self-Managed. The final snapshot replaces them with the real dates. Increment: 3 Improvements, 4 Bug Fixes. No Features and no Agent Skills section — the agent-skills window for this snapshot contains 0 PRs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Starts the v26.43.0 release-note train. Dates in RC snapshots are provisional until the release ships. One commit is added per snapshot; the final snapshot sets the real dates.
This commit (rc.1) adds the
## v26.43.0section — 3 Improvements, 4 Bug Fixes — and thev26.43row in the self-managed operator compatibility table. No Features section: nothing in this snapshot's 109 in-scope PRs rises to one. No Agent Skills section either — the agent-skills window contains 0 PRs.v26.43.0-rc.1tag (2026-09-18T02:20:07Z), plus one day. But v26.42.0 has not shipped — nov26.42.0tag, release#579 still open on rc.4 — and v26.42.0 release notes (rc.4) #38925 carries the same provisional pair. Two consecutive trains cannot ship on one day; either v26.42.0 ships this week and v26.43.0 slips a week, or v26.42.0 has slipped and this train follows it.Three of the seven entries refine hydration history, which shipped in v26.42.0 (#38654, published in that train's rc.3). None of them should be read as introducing the capability — they add per-process rows and peaks, and fix
object_count.Docs follow-up, not a release-note matter.
doc/user/content/sql/system-catalog/mz_internal.mdstill documentsobject_countas "Includes the replica's system introspection dataflows, so it exceeds the number of indexes and materialized views you created." #38729 makes that sentence stale; it is deliberately not repeated in these notes, but the page itself wants a separate fix.Five PRs in this snapshot's window are excluded as already published by earlier trains (#38436, #38809, #38654, #38863 in v26.42.0; #38664 in v26.41.1). They merged to
mainin this window but were cherry-picked onto an earlier release branch and published there — restating them here would put the same entry in two consecutive releases. Accounted for inomitted.mdunder "Already published in an earlier release".Snapshot drafts (with PR links) in mz-skills:
Borderline PRs omitted: rc.1: 8 — review borderline calls. The closest call is #38718 (columnar accumulators for
sum/count/any/all): a measured win — one arrangement 1.21 GB → 436 MB, replica RSS during hydration down 21% — held only becauseenable_columnar_accumulable_diffreadsfalseat this tag. If the release owner confirms the flag is on for customers in v26.43.0, publish it as an Improvement. Four further borderline items are gated the same way (enable_metric_sink,enable_unified_cluster).