Releases: SpectraLogic/ds3_java_sdk
Releases · SpectraLogic/ds3_java_sdk
v0.4.0
v0.3.0
This release contains:
- A modified method for creating the Ds3Client to improve how it can be mocked in client code
- Added more abstractions so that the implementation is not exposed via the public API
- Updated the path for the bulk commands to match the new convention
- Job recovery interface has been added
- A user can now specify how many threads the helper functions should use when sending data
v0.2.5
This release contains the following improvements:
- Enhanced 307 Redirect Support on
HTTP PUTs
- This change requires that Input streams are seekable to support 307 redirects
- Added the ability to specify a MD5 checksum manually, have it computed for you, or not send one at all
- Added a new hook in the bulk helpers so users can process any data that they need to before sending
v0.2.4
This release includes the following enhancements:
- New helper methods to speed up development when performing common operations
- Added support for passing the Job ID to Get Object and Put Object requests Note: this is now the recommended way when performing bulk operations
- Added support for performing a
HTTP HEAD
against a bucket to retrieve state about that bucket - Added support for specifying a byte range offset when performing a Get Object
- Made the
Objects
classIterable
to ease in writing code that needs to iterate over all the objects after performing the bulk prime command - The Network layer will now escape all parts of the url so that spaces will get encoded to
%20