Releases: SpectraLogic/ds3_python_sdk
Releases · SpectraLogic/ds3_python_sdk
v4.1.1
v5.0.2
Added adjustable buffer size to get object command
Link to documentation
v4.1.0
- Updated to latest 4.1 API
- Added adjustable buffer size to get object command
Link to documentation
v3.5.3
Added adjustable buffer size to get object command
v5.0.1
Removed deprecated serial id.
v5.0.0
Upgraded to the latest 5.0.0 Spectra S3 API
v4.0.2
Added request payloads to mark suspect blob and clear suspect blob commands.
v4.0.1
Added request handler type checking to client commands.
Fixed bug in networking where some requests did not send their request payloads.
v3.5.2
Added request handler type checking to client commands.
Fixed bug in networking where some requests did not send their request payloads.
v3.5.1
- Updated request handler parameter name
data_persistence_rule
todata_persistence_rule_id
to improve naming scheme. - Fixed minor bug in networking code where user specified endpoints were sometimes not handling endpoints with prefixes containing
://
properly. - Test improvements.