Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 002ae17

Browse files
chore: release v0.3.2 (#83)
## πŸ€– New release * `polymarket-client-sdk`: 0.3.1 -> 0.3.2 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.3.2](v0.3.1...v0.3.2) - 2026-01-04 ### Added - add unknown field warnings for API responses ([#47](#47)) - *(ws)* add custom feature message types and subscription support ([#79](#79)) ### Fixed - *(ws)* defer WebSocket connection until first subscription ([#90](#90)) - *(types)* improve type handling and API compatibility ([#92](#92)) - add serde aliases for API response field variants ([#88](#88)) - *(data)* add missing fields to Position and Holder types ([#85](#85)) - *(gamma)* add missing fields to response types ([#87](#87)) - *(deser_warn)* show full JSON values in unknown field warnings ([#86](#86)) - handle order_type field in OpenOrderResponse ([#81](#81)) ### Other - update README with new features and examples ([#80](#80)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/).
1 parent c23bb05 commit 002ae17

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.2](https://github.com/Polymarket/rs-clob-client/compare/v0.3.1...v0.3.2) - 2026-01-04
11+
12+
### Added
13+
14+
- add unknown field warnings for API responses ([#47](https://github.com/Polymarket/rs-clob-client/pull/47))
15+
- *(ws)* add custom feature message types and subscription support ([#79](https://github.com/Polymarket/rs-clob-client/pull/79))
16+
17+
### Fixed
18+
19+
- *(ws)* defer WebSocket connection until first subscription ([#90](https://github.com/Polymarket/rs-clob-client/pull/90))
20+
- *(types)* improve type handling and API compatibility ([#92](https://github.com/Polymarket/rs-clob-client/pull/92))
21+
- add serde aliases for API response field variants ([#88](https://github.com/Polymarket/rs-clob-client/pull/88))
22+
- *(data)* add missing fields to Position and Holder types ([#85](https://github.com/Polymarket/rs-clob-client/pull/85))
23+
- *(gamma)* add missing fields to response types ([#87](https://github.com/Polymarket/rs-clob-client/pull/87))
24+
- *(deser_warn)* show full JSON values in unknown field warnings ([#86](https://github.com/Polymarket/rs-clob-client/pull/86))
25+
- handle order_type field in OpenOrderResponse ([#81](https://github.com/Polymarket/rs-clob-client/pull/81))
26+
27+
### Other
28+
29+
- update README with new features and examples ([#80](https://github.com/Polymarket/rs-clob-client/pull/80))
30+
1031
## [0.3.1](https://github.com/Polymarket/rs-clob-client/compare/v0.3.0...v0.3.1) - 2025-12-31
1132

1233
### Added

β€ŽCargo.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "polymarket-client-sdk"
33
description = "Polymarket CLOB (Central Limit Order Book) API client SDK"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
authors = [
66
"Polymarket Engineering <engineering@polymarket.com>",
77
"Chaz Byrnes <chaz@polymarket.com>",

0 commit comments

Comments
Β (0)