Skip to content

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Nov 17, 2025

Automated Release PR

0.1.0-alpha.28 (2025-11-18)

Full Changelog: v0.1.0-alpha.27...v0.1.0-alpha.28

Features

  • api: api update (c854d7d)
  • api: file upload method signature and functionality match previ… (#174) (e2a19ca)

Chores

  • api: Remove auto-generated files upload API to support custom coded version (d6c9c59)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from aa48baa to b5f36c9 Compare November 17, 2025 20:38
blainekasten and others added 3 commits November 18, 2025 07:32
#174)

* feat(api): file upload method signature and functionality match previous version

* disable test

* fix locks
* feat: Add multipart upload support for large files up to 25GB

This implementation adds comprehensive multipart upload functionality to support
large dataset uploads up to 25GB, with automatic routing based on file size.

- **Size-based routing**: Files >5GB automatically use multipart upload
- **Concurrent uploads**: Up to 4 concurrent parts for optimal performance
- **Progress tracking**: Real-time progress bars for multipart uploads
- **Error handling**: Robust cleanup and retry mechanisms
- **Integrity verification**: SHA256 hash validation for uploaded files

- **Sync multipart**: MultipartUploadManager for synchronous uploads
- **Async multipart**: AsyncMultipartUploadManager using ThreadPoolExecutor
- **Consistent API**: Same upload_file() interface for both approaches
- **Performance optimized**: Efficient concurrent part uploads

* Update codebase after recent changes

* reduce duplicated code in sync/async upload managers

---------

Co-authored-by: Blaine Kasten <blainekasten@gmail.com>
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b5f36c9 to ca86496 Compare November 18, 2025 15:24
@blainekasten blainekasten merged commit 6d8d4f9 into main Nov 18, 2025
12 of 16 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Nov 18, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants