Releases: x10xchange/python_sdk
Releases · x10xchange/python_sdk
2.0.0
What's Changed
- Rework errors hierarchy by @alexex10 in #94
- Fix tests typing check and errors by @alexex10 in #96
- Add REST API OpenAPI spec by @alexex10 in #100
💥 Breaking
- Replace trading client with REST client by @alexex10 in #95
- Refactor user client by @alexex10 in #97
- Migrate stream client by @alexex10 in #101
- Migrate signing code to a separate module by @alexex10 in #102
- Migrate blocking client by @alexex10 in #103
Migrations notes: https://github.com/x10xchange/python_sdk/blob/starknet/MIGRATION.md#14x---200-new-project-structure
Full Changelog: 1.4.0...2.0.0
1.4.0
What's Changed
💥 Breaking
Migrations notes: https://github.com/x10xchange/python_sdk/blob/starknet/MIGRATION.md#131---140
Full Changelog: 1.3.1...1.4.0
Support TPSL MARKET order price type
What's Changed
Full Changelog: 1.3.0...1.3.1
Support deposit/withdraw vault operations
Support CONDITIONAL order type
Support MARKET order type
Improve TPSL Support
What's Changed
- Add bridged withdrawal example by @MEJIOMAH17 in #70
- Drop api keys from response by @MEJIOMAH17 in #75
- Update parameter types according to API docs by @lethaale in #73
- Add entire position TPSL support (new order) by @alexex10 in #80
- Support TPSL order type by @alexex10 in #81
💥 Breaking
create_order_objectnow accepts names args only
Full Changelog: 0.0.17...1.0.0
0.0.17
What's Changed
- fix: correct testnet socket stream url by @zeroaddresss in #65
- Update builder example by @alexex10 in #66
New Contributors
- @zeroaddresss made their first contribution in #65
Full Changelog: 0.0.16...0.0.17