Releases: SpectraLogic/ds3_java_sdk
Releases · SpectraLogic/ds3_java_sdk
v5.0.0
This release includes the following changes:
- Updates the SDK to support the Black Pearl 5.0 API
NOTE This is a pre-release and is only intended to help prepare for the upcoming 5.0 release.
Link to Javadoc
v4.1.0
This release includes the following changes:
- Updates the BP API compatibility to 4.1
- Exposes Blob Checksum data via the Head Object Response
- Updates the Gradle to version 4.5.1
Link to Javadoc
v3.5.4
This release includes:
- Adds detection for cases where the SDK is built with JDK9 but in Java 8 compatibility mode which can cause problems with some calls.
- Updates to Gradle 4.5
- Updates to Kotlin 1.2.21
Link to Javadoc
v3.5.3
This release includes the following changes:
- Updates the Tape Type to report as a String instead of an Enum which allow the SDK to work with newer version of Black Pearl that have other supported Tape Types
- Updates the SDK to use Kotlin 1.2.10
Link to Javadoc
v4.0.1
This release includes the following changes:
- Updates the SDK to use Java 8
- Adds Kotlin to the project
- Updated Guava to version 23.0
- Made the
listObjectsForDirectory
a lazy call
- Added a new helper function called
deleteBucket
- Adds checks to the
PutObjectRequest
and GetObjectRequest
calls to make sure the Channel
passed in is not null
Link to Javadoc
v3.5.2
This release includes the following changes:
- Updates the SDK to use Java 8
- Adds Kotlin to the project
- Updated Guava to version 23.0
- Made the
listObjectsForDirectory
a lazy call
- Added a new helper function called
deleteBucket
v3.5.1
This release includes the following changes:
- Adds support for resolving symbolic links when attempting to store a file locally
- Corrects an issue where Locales other than English would cause authentication to fail
- Re-adds a class that was removed in a previous version for backwards compatibility
- Adds logic to avoid NPE in certain conditions when reading the version information for the fat jar
v4.0.0
This release includes the following changes:
- Updates the SDK to version 4.0.0 of the Spectra S3 API
- Adds a new helper function for adding folders to Black Pearl
v3.5.0
This release includes the following changes:
- Updates the api to the v3.5.0 version of the Spectra S3 API
v3.4.1
This release includes the following changes:
- The bulk put and get helper functions have been re-written to make them extensible and allow for them to be customized for more use cases