chore: release v0.10.0 - #164
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changelog-release/main
branch
2 times, most recently
from
July 2, 2026 23:49
b3a3adb to
36fd556
Compare
github-actions
Bot
force-pushed
the
changelog-release/main
branch
5 times, most recently
from
July 13, 2026 18:15
2a7708d to
5161030
Compare
github-actions
Bot
force-pushed
the
changelog-release/main
branch
4 times, most recently
from
August 3, 2026 18:20
be96460 to
786fe94
Compare
github-actions
Bot
force-pushed
the
changelog-release/main
branch
from
August 3, 2026 19:22
786fe94 to
e3fa874
Compare
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 was opened by the Changelogs release workflow.
When you're ready to release, merge this PR and the packages will be published.
0.10.0 (2026-08-03)
Minor Changes
PaymentRuntimeclass that provides reusable primitives for matching payment challenges and creating credentials without depending on HTTPX. RefactoredPaymentTransportandClientto accept either amethodslist or a pre-builtruntimeinstance, and consolidated theMethodprotocol intompp.runtime. (by @parvahuja, #202)hintfield toPaymentErrorproblem details.PaymentRequiredError,MalformedCredentialError, andPaymentMethodUnsupportedErrornow include a default hint pointing users to wallet documentation. (by @parvahuja, #202)WWW-Authenticateheaders with quoted commas, added pass-through support for streaming request bodies on ordinary and unrelated 402 responses, and introducedPaymentOutcomeUnknownError(consolidated from the MCP client into core) to surface explicit errors when a paid retry outcome is uncertain due to network failures or task cancellation. (by @parvahuja, #202)Patch Changes
files=) and streaming bodies on paid 402 retry. Multipart bodies are buffered and replayed identically; async generator bodies raisePaymentErrorbefore any I/O. (by @parvahuja, #202)subscriptionIdwhen parsing and formatting payment receipts. (by @parvahuja, #202)McpErrorshape, where error code and data are nested under anerrorattribute rather than directly on the exception. Added helper functions_error_codeand_error_datato extract these fields from both error shapes. (by @parvahuja, #202)