Skip to content

Commit 4f7b19d

Browse files
authored
Merge pull request #278 from Polymarket/changeset-release/main
[Release] Candidate
2 parents 682f221 + 9d5b0d4 commit 4f7b19d

8 files changed

Lines changed: 26 additions & 23 deletions

File tree

.changeset/dev-396-perps-auto-cancel.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/dev-424-exchange-v3-lift.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/dev-451-funding-payment-id.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/perps-order-update-race.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/bindings/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @polymarket/bindings
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- fb81779: Add perps auto-cancel (dead man's switch) support. `PerpsSession.armAutoCancel` schedules a signed one-shot cancel-all at a future time (at least 5 seconds ahead), `disarmAutoCancel` clears the schedule without firing, and `fetchAutoCancelStatus` reads the account's auto-cancel status, including the deadline (`null` when unarmed) and daily trigger usage. Arming past the daily trigger limit is rejected with the new `AutoCancelDailyLimitError`.
8+
9+
### Patch Changes
10+
11+
- 4c56d7b: Add a required `id` on Perps account funding payment records, matching the unique funding-record id the platform now returns on funding history and the realtime funding stream. The id is exposed as the branded `PerpsFundingPaymentId` type.
12+
313
## 0.4.0
414

515
### Minor Changes

packages/bindings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polymarket/bindings",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Internal package. Contains generated bindings for the Polymarket API. Not intended for direct use.",
55
"repository": {
66
"type": "git",

packages/client/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @polymarket/client
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- fb81779: Add perps auto-cancel (dead man's switch) support. `PerpsSession.armAutoCancel` schedules a signed one-shot cancel-all at a future time (at least 5 seconds ahead), `disarmAutoCancel` clears the schedule without firing, and `fetchAutoCancelStatus` reads the account's auto-cancel status, including the deadline (`null` when unarmed) and daily trigger usage. Arming past the daily trigger limit is rejected with the new `AutoCancelDailyLimitError`.
8+
9+
### Patch Changes
10+
11+
- 93df9d5: Internal refactor: Exchange v3 order construction helpers now live in the exchange module. No behavior change.
12+
- f6d1542: Prevent Perps `placeOrder` from missing private order updates that arrive before the command acknowledgement. High-level placement now generates a client order ID when callers omit it.
13+
- Updated dependencies [fb81779]
14+
- Updated dependencies [4c56d7b]
15+
- @polymarket/bindings@0.5.0
16+
317
## 0.4.0
418

519
### Minor Changes

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@polymarket/client",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "The Polymarket TypeScript client",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)