Skip to content

Releases: Polymarket/py-clob-client-v2

v1.1.0

Choose a tag to compare

@cesarenaldi cesarenaldi released this 17 Jul 12:56

Async execution support

The CLOB is rolling out an async execution pipeline: POST /order and POST /orders responses will no longer include transactionsHashes directly and instead return tradeIDs for matched orders. This release makes the client handle that change transparently. Upgrade to >=1.1.0 before the server rollout; no code changes are required.

Changed

  • When a matched order response carries tradeIDs without transactionsHashes, post_order and post_orders resolve the hashes internally before returning, so response["transactionsHashes"] keeps working as it does today. Resolution is best-effort: it never raises after a successful placement (poll failures are retried, not propagated), and on timeout the response is returned with tradeIDs so the trades can be followed via get_trades or the user websocket channel (#101)
  • Orders posted with defer_exec are returned as-is, unchanged from current behavior

v1.0.2

Choose a tag to compare

@cesarenaldi cesarenaldi released this 02 Jul 08:24
fdb2590

Changes

  • Add support for CLOB tick sizes 0.005 and 0.0025.
  • Bump package version to 1.0.2.

v1.0.1

Choose a tag to compare

@pradeep-selvaraju pradeep-selvaraju released this 09 May 12:57
394ecc1

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.0.1

1.0.1rc1

Choose a tag to compare

@suhailkakar suhailkakar released this 01 May 22:17
afa7721

What's Changed

New Contributors

Full Changelog: v1.0.0...1.0.1rc1

v1.0.0

Choose a tag to compare

@pradeep-selvaraju pradeep-selvaraju released this 17 Apr 14:58
a2ec069

What's Changed

Full Changelog: v0.0.4...v1.0.0

v0.0.4

v0.0.4 Pre-release
Pre-release

Choose a tag to compare

@pradeep-selvaraju pradeep-selvaraju released this 16 Apr 21:11
356bce4

What's Changed

Full Changelog: v0.0.3...v0.0.4

v0.0.3

v0.0.3 Pre-release
Pre-release

Choose a tag to compare

@pradeep-selvaraju pradeep-selvaraju released this 10 Apr 20:05
a7e7cd2

What's Changed

Full Changelog: v0.0.2...v0.0.3

v0.0.2

v0.0.2 Pre-release
Pre-release

Choose a tag to compare

@JonathanAmenechi JonathanAmenechi released this 08 Apr 01:12

Full Changelog: v0.0.1...v0.0.2

v0.0.1

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@pradeep-selvaraju pradeep-selvaraju released this 08 Apr 00:37
18109ec

What's Changed

New Contributors

Full Changelog: https://github.com/Polymarket/py-clob-client-v2/commits/v0.0.1