v6.0.0
Pre-release
Pre-release
What's Changed
- Improved logging by @RachelTucker in #137
- Update to BP API 6.0 3255543 by @RachelTucker in #138
BREAKING CHANGE: Removal of S3 Multipart Upload (MPU) Support
Support for S3-style Multipart Upload (MPU) has been removed in this version of the SDK. Existing integrations using MPU methods (e.g., InitiateMultiPartUpload) will fail and require migration to the DS3 Bulk API.
Migration Path:
Users should transition to using Bulk PUT and Bulk GET jobs, which offer superior performance and scalability on BlackPearl. It is highly recommended to use the high-level HelperInterface in helpersImpl.go to manage these operations.
Full Changelog: v5.8.1...v6.0.0