Skip to content

Commit a71684a

Browse files
dtfiedlerclaude
andcommitted
chore: bump version to 0.0.5 and update changelog
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 39fec24 commit a71684a

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

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

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.4"
7+
version = "0.0.5"
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)