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.4
4+
5+ ### Added
6+
7+ - Stream signing support for large files via ` sign_stream() ` function
8+ - ` deep_hash_blob_stream() ` for streaming hash computation without loading entire payload into memory
9+ - ` get_signature_data_stream() ` for computing signature hash with streaming data
10+ - Progress callback support: ` on_progress(processed_bytes, total_bytes) ` during signing
11+ - Default chunk size of 256 KiB (matches Arweave chunk size)
12+ - Exported new functions from ` turbo_sdk.bundle ` module
13+
314## 0.0.3
415
516### Changed
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.3 "
7+ version = " 0.0.4 "
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