Skip to content

[Release] Candidate (beta)#82

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

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

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented Jun 3, 2026

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.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@polymarket/bindings@0.1.0-beta.3

Patch Changes

  • 77fdb6e: Document order book level ordering and custom market subscription events.
  • 6e0f923: Add repository metadata required for npm trusted publishing provenance validation.
  • 3bbdb26: Restore account trade listing to the legacy endpoint and parse legacy epoch-seconds timestamps correctly.
  • e7a8858: Drop unsupported tag/series request params and response fields, and normalize related tag id fields to camelCase.
  • 6516128: Add listComboPositions for fetching combo positions with typed response bindings and SDK-owned pagination.
  • 0dc6339: Declare Node.js 24 as the minimum supported runtime for published SDK packages.
  • e1e5808: Add maker-side RFQ WebSocket support.
  • Updated dependencies [6e0f923]
  • Updated dependencies [0dc6339]
    • @polymarket/types@0.1.0-beta.3

@polymarket/client@0.1.0-beta.3

Patch Changes

  • 369cd11: Default createSecureClient to the authenticated signer's current deterministic Deposit Wallet when no wallet is provided. The client now derives the current Deposit Wallet at runtime, deploys it when needed, and preserves explicit EOA and existing wallet behavior.
  • 369cd11: Make setupTradingApprovals idempotent by checking existing ERC-20 allowances and ERC-1155 operator approvals before submitting transactions. The method now waits internally and returns a deprecated compatibility handle for callers that still call wait().
  • 77fdb6e: Document order book level ordering and custom market subscription events.
  • d134853: Add support for redeeming full combo position balances by position ID.
  • 6516128: Add support for splitting and merging combo positions by legs, including amount: 'max' for combo merge.
  • b03e211: Map unknown builder fee responses to UserInputError.
  • d00d70f: Accept copied /event/{slug} market URLs when fetching markets by URL.
  • c188742: Default listEvents to open events when closed is omitted.
  • 04bbc46: Align wallet action error unions with gasless transaction failure paths for non-EOA accounts.
  • 55d0ecf: Allow GTD limit order expirations exactly 60 seconds in the future and document using an additional latency buffer.
  • 6e0f923: Add repository metadata required for npm trusted publishing provenance validation.
  • 3bbdb26: Restore account trade listing to the legacy endpoint and parse legacy epoch-seconds timestamps correctly.
  • e7a8858: Drop unsupported tag/series request params and response fields, and normalize related tag id fields to camelCase.
  • 6516128: Add listComboPositions for fetching combo positions with typed response bindings and SDK-owned pagination.
  • b0181de: Mark public action entry point helpers as low-level functions and point consumers to client instance APIs.
  • 0dc6339: Declare Node.js 24 as the minimum supported runtime for published SDK packages.
  • e1e5808: Add maker-side RFQ WebSocket support.
  • 14d50f2: Update the RFQ quoter WebSocket URL.
  • 2067f38: Allow createSecureClient authentication to accept an explicit nonce: 0, matching the documented default nonce behavior.
  • Updated dependencies [77fdb6e]
  • Updated dependencies [6e0f923]
  • Updated dependencies [3bbdb26]
  • Updated dependencies [e7a8858]
  • Updated dependencies [6516128]
  • Updated dependencies [0dc6339]
  • Updated dependencies [e1e5808]
    • @polymarket/bindings@0.1.0-beta.3
    • @polymarket/types@0.1.0-beta.3

@polymarket/types@0.1.0-beta.3

Patch Changes

  • 6e0f923: Add repository metadata required for npm trusted publishing provenance validation.
  • 0dc6339: Declare Node.js 24 as the minimum supported runtime for published SDK packages.

Note

Medium Risk
The diff is release metadata only, but merging publishes a beta that includes authentication, deposit-wallet defaults, and on-chain approval/trading changes that can affect production integrators.

Overview
This is a Changesets beta release PR: it bumps @polymarket/bindings, @polymarket/client, and @polymarket/types from 0.1.0-beta.2 → 0.1.0-beta.3, expands .changeset/pre.json with the queued changeset IDs, and adds 0.1.0-beta.3 entries to each package changelog (no application source changes in the diff).

The published client release bundles wallet/auth and trading behavior updates: defaulting createSecureClient to the signer’s Deposit Wallet, idempotent setupTradingApprovals, explicit nonce: 0 auth, combo position list/split/merge/redeem APIs, maker RFQ WebSocket (and quoter URL fix), legacy trade listing/timestamp fixes, listEvents defaulting to open, market URL and GTD expiration fixes, and Node ≥24 plus npm provenance metadata across packages. Bindings adds listComboPositions, RFQ WS bindings, tag/series API cleanup, and related docs; types mainly reflects engines and repository metadata.

Reviewed by Cursor Bugbot for commit 515c9e1. 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 11 times, most recently from 4befff0 to f3f5dcd Compare June 5, 2026 20:11
@github-actions github-actions Bot force-pushed the changeset-release/main branch from f3f5dcd to 515c9e1 Compare June 5, 2026 20:55
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