docs: add 26.4 Cloud release notes#224
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
3 tasks
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.
Summary
Ports the 26.4 Cloud release notes from clickhouse-docs PR #6351.
Changes
resources/changelogs/cloud/release-notes/26_04.mdx(ported fromdocs/cloud/reference/01_changelog/02_release_notes/26_4.md).resources/changelogs/navigation.jsonat the top of the release-notes group.resources/changelogs/cloud/release-notes-index.mdxtable.Transforms applied
sidebar_label→sidebarTitle(Mintlify frontmatter).sidebar_position(unused in Mintlify; ordering is controlled bynavigation.json)..md→.mdx.Ambiguity / mapping note
The Docusaurus source filename is
26_4.md, but the existing Mintlify files use a zero-padded convention (e.g.26_02.mdx,25_06.mdx). I followed the existing Mintlify convention and named the file26_04.mdxto keep the directory consistent. This means the filename does not match the Docusaurus source 1:1 (same divergence already exists for26_2.md→26_02.mdx,25_6.md→25_06.mdx, etc.). Theslug(/changelogs/26.4) is preserved unchanged.Translations (
es/,ja/,ko/,pt-BR/,ru/,zh/) were intentionally not updated — those are handled by the translation workflow.Note
Low Risk
Documentation-only additions and nav/index updates; no application or infrastructure code changes.
Overview
Adds the full v26.4 Cloud database changelog as
resources/changelogs/cloud/release-notes/26_04.mdx(ported from clickhouse-docs), with Mintlify frontmatter (sidebarTitle, slug/changelogs/26.4).Registers the page in
resources/changelogs/navigation.json(first under Cloud release changelog) and in the autogenerated table onresources/changelogs/cloud/release-notes-index.mdx.The new page documents breaking changes (e.g. async insert default, SQL
NOTprecedence, nested serialization versions), features, performance, and a collapsible bug-fix list—same structure as prior Cloud release note pages like26_02.mdx.Reviewed by Cursor Bugbot for commit ac3d03e. Bugbot is set up for automated code reviews on this repo. Configure here.