Releases: SpectraLogic/ds3_java_sdk
Releases · SpectraLogic/ds3_java_sdk
v1.1.0-RC2
This RC release adds support for deleting an offline tape drive and deleting an offline tape partition.
1.1.0-RC1
This release adds support for Black Pearl 1.1.
New API Calls:
- Notification Service Registration/Un-registration
- Multi Object Delete
- Added an integration testing module
v0.7.7
This release includes:
- A fat jar build task to create a single 'fat' jar file which contains the ds3 code, as well as it's dependencies
- Fixes an issue in the bulk helpers which prevented users from using the Bulk Helper commmands
v0.7.6
This release includes a new API call on the Ds3Client
interface to retrieve all the connection information that was passed into the client. This update also includes an updated project structure. To download this release please see the updated README
file for Maven and Gradle integration.
v0.7.5
Merge pull request #49 from rpmoore/master
Upgrading gradle to 2.1
v0.7.4
This release includes significant changes to the io system for putting and getting objects. The SDK has moved away from using IO Streams to using Channels provided by Java NIO.
v0.7.3
This release includes:
- Enhancements to internal buffer performance
- Options to customize buffer size
- Options to modify the Job Priority and WriteOptimization on a per job basis.
v0.7.2
This release adds the ability to configure default write optimizations and job priority for buckets as well as setting them on a per job basis.
v0.7.1
Fixes an issue where file would not be resent when an object put encountered a 307 redirect.