Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,31 @@
"@polymarket/examples-react": "0.0.0"
},
"changesets": [
"blue-badgers-attend",
"brave-lobsters-deploy",
"calm-pugs-approve",
"clever-books-cheer",
"combo-redeem-position-id",
"combo-split-merge-legs",
"dark-yaks-rest",
"dev-166-builder-fee-404",
"dev-168-market-event-url",
"dev-169-listevents-open-default",
"dev-206-gasless-wallet-errors",
"fifty-lands-talk",
"fix-gtd-expiration-boundary",
"fuzzy-hornets-report",
"lazy-trades-fix",
"lemon-pumas-cheer",
"list-combo-positions",
"low-level-action-helpers",
"node-24-engines",
"protocol-v2-approvals",
"public-beta-release",
"wide-houses-type"
"public-runner-integration-tests",
"rfq-quoter-ws-url",
"ripe-suits-hammer",
"wide-houses-type",
"zero-nonce-auth"
]
}
15 changes: 15 additions & 0 deletions packages/bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @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

## 0.1.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymarket/bindings",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"description": "Internal package. Contains generated bindings for the Polymarket API. Not intended for direct use.",
"repository": {
"type": "git",
Expand Down
33 changes: 33 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# @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

## 0.1.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymarket/client",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"description": "The Polymarket TypeScript client",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @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.

## 0.1.0-beta.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymarket/types",
"version": "0.1.0-beta.2",
"version": "0.1.0-beta.3",
"description": "Shared TypeScript types for the Polymarket SDK.",
"repository": {
"type": "git",
Expand Down