chore: release 0.23.1 — backfill CHANGELOG, bump version#132
Merged
Conversation
Bumps root and workers package.json from 0.23.0 to 0.23.1 (patch — telemetry instrumentation fix, no API or behavior changes per SemVer). Backfills CHANGELOG with PR #131 entry: blob8 (worker_version) telemetry fallback fix and duration_ms docstring expansion. This is the version-bump commit that conventionally accompanies a main → prod promotion in oddkit (see precedent: PR #128 for 0.22.0, PR #130 for 0.23.0). The promotion PR for 0.23.1 will be opened from this branch to prod. Refs: - PR #131 (the actual fix) - klappy://canon/constraints/release-validation-gate (validator dispatched on PR #131 head SHA fbe51e4, 5-corroboration verdict effective PASS)
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
oddkit | 130cf91 | Commit Preview URL Branch Preview URL |
Apr 21 2026, 11:51 PM |
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.
Release 0.23.1 — Telemetry Instrumentation Patch
Version bump and CHANGELOG entry for PR #131 (already merged to main). Mirrors the established release pattern (PR #128 for 0.22.0, PR #130 for 0.23.0): chore PR lands version + CHANGELOG on main, then a separate
main → prodpromotion PR ships it.Scope
package.json0.23.0→0.23.1workers/package.json0.23.0→0.23.1CHANGELOG.md[0.23.1]section withFixed,Changed,Refs3 files, +20/-2 lines. No code changes — pure release metadata.
SemVer rationale: patch (0.23.0 → 0.23.1)
PR #131 is a telemetry instrumentation fix — no API surface change, no MCP request/response behavior change, no tool registration change, no breaking change. Telemetry value semantics shift (
blob8value changes from"unknown"to real semver), but the schema is unchanged. Patch is the correct bump.Release-validation-gate disposition
Per
klappy://canon/constraints/release-validation-gate:fbe51e4616. Bugbot clean, zero findings.sesn_011CaHXQGvRSKZvoRUNauwxv(Sonnet 4.6 via Managed Agents) ran the 5-corroboration gauntlet. See validator verdict and smoke round 2. Effective verdict: PASS, zero code defects.This chore PR is metadata-only (CHANGELOG + version) and does not touch load-bearing surface. It does not require its own validator dispatch — the underlying code change (PR #131) was already validated.
Carry-forward
O-open: amend
klappy://canon/constraints/release-validation-gate"What Counts As Load-Bearing Surface" section to explicitly categorize telemetry instrumentation changes. Resolves the ambiguity surfaced during PR #131's review.Note
Low Risk
Low risk: this PR only updates release metadata (version numbers and
CHANGELOG.md) and does not change runtime code paths.Overview
Cuts the
0.23.1release by bumping the root and worker package versions from0.23.0to0.23.1.Backfills
CHANGELOG.mdwith a new0.23.1entry documenting the already-landed telemetry instrumentation fix (workerworker_versionfallback) and expanded telemetry schema docstrings, plus references to PR#131and validation context.Reviewed by Cursor Bugbot for commit 130cf91. Bugbot is set up for automated code reviews on this repo. Configure here.