Releases: SpectraLogic/ds3_java_sdk
Releases · SpectraLogic/ds3_java_sdk
v3.2.7
v3.2.6
This release contains the following changes:
- Updated the helper functions to ensure that a channel is closed before the object completed notifications are fired
- Added initial support for failure events in the helper functions
- Fixed a bug in the
EjectStorageDomain
api command where it was incorrectly incorrectly for a list of Ds3Objects - Fixed a bug in the helper functions where it would artificially limit the blob size of a file which affected non-blobbing work loads.
- General code cleanup
v3.2.5
v3.2.4
This release includes the following changes:
- Some catched exceptions are no longer required. This cleans up the interface a bit, and removes unnecessary catches and throws statements in client code.
- Added a generic lazy loader that can be used by all paginated requests
- Made all requests that support pagination implement a specific paginating interface
- Updated the xml generation so that all xml streams are generated using
UTF-8
- Added retry logic for Put Objects that encounter recoverable errors
v3.2.3
v3.2.2
This release includes the following changes:
- Support for ignoring duplicate files if the file and size match with the
startWriteJob
helper function - Improvements merged from 3.0.0
- Made the
listContent
iterator lazy for better memory and cpu performance - Made
addPrefixToDs3ObjectsList
lazy - Made
removePrefixFromDs3ObjectsList
lazy
v3.0.7
v3.0.6
v3.0.5
This release includes the following changes:
- Metadata values that are null or empty are excluded from being sent to Black Pearl
- Added a helper method that converts from a
Contents
object to aDs3Object
and provides filtering capabilities - Corrected an issue with the
GetObjectsWithFullDetails
api call - Various test improvements