chore: release v0.7.99 - #3088
Merged
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
miguel-heygen
temporarily deployed
to
npm-publish
August 7, 2026 15:51 — with
GitHub Actions
Inactive
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.
What
Stable release v0.7.99, containing the CLI publish recovery fix from #3087.
Publishing now retries one brief transport failure during upload and reports which boundary failed when recovery is exhausted. Long timeouts, direct publish, and completion remain single-shot; signed upload query credentials are redacted from diagnostics.
Release contents
v0.7.99notes and bump all 13 packages plus 3 plugin manifests.Local validation
bun run test:scripts— 138/138 pass.bunx oxfmt --check— all 18 release files clean.0.7.99→latest, PR branch accepted.bun run build— all packages and SDK playground pass.bun run verify:packed-manifests— 13 packages publish-safe; 108 exports resolved, 103 Node exports executed, clean consumer install and CLI startup verified.Publish path
Merge through the normal stable-release workflow. GitHub Actions checks out the exact merge SHA, creates
v0.7.99there, publishes npm with thelatesttag, and creates the GitHub release. The local annotated tag was deliberately not pushed.