Skip to content

[Release] Candidate - #289

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

[Release] Candidate#289
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

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

  • 050331b: Add requester-side combo RFQ support: client.requestComboQuote(...), client.acceptComboQuote(...), and client.waitForComboFill(...), plus the fetchRfqStatus action in @polymarket/client/actions. Requests authenticate with the client's Builder API Key (builderApiKey(...) or remoteBuilderSigning(...)), 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 as netReceive. Business outcomes such as no quotes, a maker declining, or an expired acceptance window are returned as result values; gateway rejections throw the new RfqRequestRejectedError with a classified RfqRejectionCode.
  • dd427eb: Expose PolyV2 position IDs alongside CTF token IDs on normalized market outcomes, preserve the deprecated market-level position ID array for compatibility, and introduce protocol-neutral condition ID APIs while retaining CtfConditionId, CtfConditionIdSchema, OptionalCtfConditionIdSchema, and toCtfConditionId as deprecated compatibility aliases.

Patch Changes

  • f2f1817: Return null when a token has no last trade.

@polymarket/client@0.6.0

Minor Changes

  • 050331b: Add requester-side combo RFQ support: client.requestComboQuote(...), client.acceptComboQuote(...), and client.waitForComboFill(...), plus the fetchRfqStatus action in @polymarket/client/actions. Requests authenticate with the client's Builder API Key (builderApiKey(...) or remoteBuilderSigning(...)), 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 as netReceive. Business outcomes such as no quotes, a maker declining, or an expired acceptance window are returned as result values; gateway rejections throw the new RfqRequestRejectedError with a classified RfqRejectionCode.
  • dd427eb: Expose PolyV2 position IDs alongside CTF token IDs on normalized market outcomes, preserve the deprecated market-level position ID array for compatibility, and introduce protocol-neutral condition ID APIs while retaining CtfConditionId, CtfConditionIdSchema, OptionalCtfConditionIdSchema, and toCtfConditionId as deprecated compatibility aliases.

Patch Changes

  • f2f1817: Return null when a token has no last trade.
  • Updated dependencies [f2f1817]
  • Updated dependencies [050331b]
  • Updated dependencies [dd427eb]
    • @polymarket/bindings@0.6.0

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/bindings and @polymarket/client from 0.5.0 → 0.6.0, consumes pending changesets, and writes the corresponding changelog entries for npm publish.

0.6.0 includes:

  • Requester-side combo RFQ: requestComboQuote, acceptComboQuote, waitForComboFill, and fetchRfqStatus, with Builder API Key auth and RfqRequestRejectedError for gateway rejections.
  • PolyV2 market IDs: position IDs on normalized outcomes plus protocol-neutral condition ID APIs (CTF aliases kept as deprecated).
  • Patch: last-trade lookups return null when 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.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 12aad3a to 1a68212 Compare August 11, 2026 09:09
@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 1a68212 to 8fceb16 Compare August 12, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants