Skip to content

Commit 47f881c

Browse files
dtfiedlerclaude
andcommitted
chore: bump version to 0.0.4 and update changelog
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 2374d27 commit 47f881c

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "turbo-sdk"
7-
version = "0.0.3"
7+
version = "0.0.4"
88
description = "Python SDK for interacting with the Ardrive Turbo Upload and Payment Service"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)