release: 0.7.4 — correct the 0.7.2 n-bound claim (docs only)#25
Merged
Conversation
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.
Documentation only. Runtime code is byte-identical to 0.7.3 — released so the corrected record ships with the package instead of sitting unreleased on main.
0.7.2's changelog claimed an out-of-range
n"took payment, then 400'd at the provider and lost the prepaid USDC". That is false. BlockRun's gateways settle on success, so a request that dies at the provider settles nothing.Verified on every path this time, including the async one I hadn't checked: the poll endpoint answers
payment_status: "not_charged"— "Upstream generation failed. No payment was taken." — for failed jobs, andsettlePaymentWithRetryonly ever runs in thecompletedbranch.The
nbound stays; it just was never about money. Root cause was the SDK's"API error after payment"wording (fixed in BlockRunAI/blockrun-llm#25).277 tests pass; version consistency guard green.