Skip to content

Releases: SpectraLogic/ds3_python3_sdk

v6.0.0

v6.0.0 Pre-release
Pre-release

Choose a tag to compare

@RachelTucker RachelTucker released this 22 May 16:14
3e17b38

What's Changed

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., initiate_multi_part_upload) 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 Helper class in ds3Helpers.py to manage these operations.

Full Changelog: v5.8.3...v6.0.0

v5.8.3

Choose a tag to compare

@RachelTucker RachelTucker released this 19 Feb 19:44
504382a

What's Changed

New Contributors

Full Changelog: v5.8.2...v5.8.3

v5.8.2

Choose a tag to compare

@RachelTucker RachelTucker released this 10 Sep 16:58
1e462c7

What's Changed

Full Changelog: v5.8.1...v5.8.2

v5.8.1

Choose a tag to compare

@RachelTucker RachelTucker released this 28 Aug 22:10
5208f5d

Updated build and install to use pip.

v5.8.0

Choose a tag to compare

@RachelTucker RachelTucker released this 27 May 16:54
f901f60

Updated to BP API 5.8

v5.4.3

Choose a tag to compare

@RachelTucker RachelTucker released this 02 Nov 21:58
623f299

Added logging to helper functions.
Fixed bug in multi-threading of helper functions.

v5.4.2

Choose a tag to compare

@RachelTucker RachelTucker released this 10 Mar 18:34
b7d262d
  • Added ability to specify BP job names while using the helpers.

v5.4.1

Choose a tag to compare

@RachelTucker RachelTucker released this 21 Feb 22:47
c26b12e
  • Added feature to helpers where blob checksums are calculated on the client and verified by the BP on puts.
  • Added documentation to helpers.

v5.4.0

Choose a tag to compare

@RachelTucker RachelTucker released this 06 Oct 23:12
d156ec2

Updated to BP API 5.4

v5.3.0

Choose a tag to compare

@RachelTucker RachelTucker released this 18 May 22:17
271773e

Updated to BP API 5.3.1