Update codegen files - #427
Merged
Merged
Conversation
ptr727
added a commit
that referenced
this pull request
Jun 19, 2026
Promotes `develop` to `main` for the **2.13** release. ## Headline fix CodeGen was failing with SIGABRT (exit 134) — `ReleaseVersionForward` created duplicate version rows when an online *Latest* regressed below a version already present as *Stable*. Now folds the restored label into the existing entry, with an all-build `VerifyNoDuplicateVersions()` guard before the version file is written, defensive vendor-JSON parsing (reject conflicting publication types, fold benign duplicates), descriptive failure messages, and regression tests (#436, #437). ## Also included (already on develop) - Dependency bumps (#431, #432, #435) and codegen refreshes (#427, #428). - Versioning policy doc (#424) — note: the auto-bump rule is considered flawed and will be reconciled separately in #418. ## Versioning `version.json` is **2.13** (matches README/HISTORY release notes). The flawed per-release auto-bump rule is intentionally not applied. ## Notes Merging to `main` does not publish; the next scheduled publish picks it up. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: ptr727-codegen[bot] <275599072+ptr727-codegen[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
This PR updates the codegen files.