Skip to content

Commit bdab870

Browse files
committed
chore: add 0.7.1 changelog entry
1 parent faebb64 commit bdab870

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010

11+
## [0.7.1] - 2026-07-15
12+
13+
### Changed
14+
15+
- `upload_parquet()` now uses the presigned upload session API (`POST /v1/uploads`) instead of reading the entire file into memory before uploading. For multipart mode the file is streamed one `part_size` chunk at a time, eliminating the memory spike that caused OOM on large Parquet files. Falls back to `POST /v1/files` when the server returns 501.
16+
1117
## [0.7.0] - 2026-07-14
1218

1319
### Added

0 commit comments

Comments
 (0)