Backfill Weave SDK release notes (0.52.38–0.53.4) and add drift-check automation - #3058
Backfill Weave SDK release notes (0.52.38–0.53.4) and add drift-check automation#3058dbrian57 wants to merge 1 commit into
Conversation
…orkflow - Add 11 missing <Update> entries covering May 5 – July 31, 2026, summarized from wandb/weave GitHub releases with internal-only changes omitted - Add Breaking changes and Security sections where releases warrant them - Add a weekly GitHub Actions workflow that runs scripts/check_sdk_release_notes_drift.py and opens/updates a tracking issue when a docs page falls behind the newest GitHub release - Authenticate the drift script's GitHub API calls when GITHUB_TOKEN is set Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
HiveMind Sessions1 session · 33m · $10
View all sessions in HiveMind → Run |
Readability impactWord-weighted Flesch-Kincaid grade change across 1 changed page: +0.5 (harder). Lower Flesch-Kincaid grade and higher reading ease both mean easier to read. This check is informational and never blocks a PR. Human readability
AI agent comprehensionRated 0-3 (higher is easier for an agent to parse and act on).
Curated-docs baseline median FK grade by type: conceptual 10.5, procedural 8.8, reference 9.4. |
📚 Mintlify Preview Links📝 Changed (1 total)📄 Pages (1)
🤖 Generated automatically when Mintlify deployment succeeds |
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Preview: https://wb-21fd5541-weave-sdk-release-notes-backfill.mintlify.site/release-notes/weave-sdk-releases |
Description
Fixes the Weave SDK release notes page being ~4 months stale (DOCS-3049). The page stopped at 0.52.37 (April 17) while wandb/weave is at v0.53.4 (July 31).
Content
Adds 11 missing
<Update>entries (0.52.38–0.52.43, 0.53.0–0.53.4), summarized from the GitHub release PR lists in the page's existing customer-facing style. Internal-only work (tests, CI, refactors, unreleased plumbing) is omitted. Two additions to the page's section vocabulary, motivated by DOCS-1743 (customer request for breaking-change visibility):use_otel_v2default flip that stopped implicitopenaipatching; SQLite trace server removal) and 0.53.0 (TS SDKWeaveClientvalue export removal; settings consolidation).Automation
.github/workflows/sdk-release-notes-drift.ymlrunsscripts/check_sdk_release_notes_drift.py; on drift it opens (or updates) arelease-notes-driftissue with a table of stale pages, and auto-closes the issue when the pages catch up.Authorizationheader whenGITHUB_TOKENis set, to avoid unauthenticated rate limits on shared runners.Verification
validate-mdx-mintlify.sh).wandb/wandbandwandb/weave.fix(weave): WB-38055) were resolved against PR bodies/diffs rather than guessed; entries are grounded in what each PR says.Items for SME review
A few judgment calls that a Weave engineer should sanity-check:
use_otel_v2default flip and SQLite trace-server removal to a Breaking changes section even though the upstream PRs weren't marked!.chore-typed, so confirm it was meant to be announced.🤖 Generated with Claude Code