[Release] Candidate - #289
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 11, 2026 09:09
12aad3a to
1a68212
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 12, 2026 11:36
1a68212 to
8fceb16
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 Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@polymarket/bindings@0.6.0
Minor Changes
client.requestComboQuote(...),client.acceptComboQuote(...), andclient.waitForComboFill(...), plus thefetchRfqStatusaction in@polymarket/client/actions. Requests authenticate with the client's Builder API Key (builderApiKey(...)orremoteBuilderSigning(...)), and winning quotes are self-contained JSON values that may be persisted or routed between processes before acceptance. SELL quotes expose exact post-fee collateral proceeds asnetReceive. Business outcomes such as no quotes, a maker declining, or an expired acceptance window are returned as result values; gateway rejections throw the newRfqRequestRejectedErrorwith a classifiedRfqRejectionCode.CtfConditionId,CtfConditionIdSchema,OptionalCtfConditionIdSchema, andtoCtfConditionIdas deprecated compatibility aliases.Patch Changes
nullwhen a token has no last trade.@polymarket/client@0.6.0
Minor Changes
client.requestComboQuote(...),client.acceptComboQuote(...), andclient.waitForComboFill(...), plus thefetchRfqStatusaction in@polymarket/client/actions. Requests authenticate with the client's Builder API Key (builderApiKey(...)orremoteBuilderSigning(...)), and winning quotes are self-contained JSON values that may be persisted or routed between processes before acceptance. SELL quotes expose exact post-fee collateral proceeds asnetReceive. Business outcomes such as no quotes, a maker declining, or an expired acceptance window are returned as result values; gateway rejections throw the newRfqRequestRejectedErrorwith a classifiedRfqRejectionCode.CtfConditionId,CtfConditionIdSchema,OptionalCtfConditionIdSchema, andtoCtfConditionIdas deprecated compatibility aliases.Patch Changes
nullwhen a token has no last trade.Note
Medium Risk
Publishes new combo RFQ trading APIs and market ID surface changes; the PR itself is only version/changelog packaging, but the released features touch authenticated trading flows.
Overview
Release candidate that bumps
@polymarket/bindingsand@polymarket/clientfrom 0.5.0 → 0.6.0, consumes pending changesets, and writes the corresponding changelog entries for npm publish.0.6.0 includes:
requestComboQuote,acceptComboQuote,waitForComboFill, andfetchRfqStatus, with Builder API Key auth andRfqRequestRejectedErrorfor gateway rejections.nullwhen a token has no trade.Reviewed by Cursor Bugbot for commit 8fceb16. Bugbot is set up for automated code reviews on this repo. Configure here.