File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# turbo-python-sdk
22
3+ ## 0.0.5
4+
5+ ### Added
6+
7+ - Multipart upload support with progress callbacks
8+ - True streaming upload support with ` StreamingDataItem `
9+ - Stream factory pattern for reliable stream handling during signing
10+
11+ ### Fixed
12+
13+ - Read ` BinaryIO ` into bytes so stream factory survives ` sign() ` close
14+
15+ ### Changed
16+
17+ - Refactored signer from constructor to ` sign() ` method on ` StreamingDataItem `
18+ - Updated mypy Python version target
19+ - Pinned ` black ` dependency version to avoid failures with Python 3.11
20+
321## 0.0.4
422
523### Added
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " turbo-sdk"
7- version = " 0.0.4 "
7+ version = " 0.0.5 "
88description = " Python SDK for interacting with the Ardrive Turbo Upload and Payment Service"
99readme = " README.md"
1010license = {text = " MIT" }
You can’t perform that action at this time.
0 commit comments