Skip to content

Releases: SpectraLogic/ds3_java_sdk

v5.0.0

15 Mar 20:44
3205977
Compare
Choose a tag to compare
v5.0.0 Pre-release
Pre-release

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

27 Feb 04:37
Compare
Choose a tag to compare

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

27 Jan 18:56
90030d7
Compare
Choose a tag to compare

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

11 Jan 21:06
b8f6bd6
Compare
Choose a tag to compare
v3.5.3 Pre-release
Pre-release

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

18 Sep 17:29
Compare
Choose a tag to compare

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

30 Aug 21:04
Compare
Choose a tag to compare
v3.5.2 Pre-release
Pre-release

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

23 Aug 17:27
Compare
Choose a tag to compare
v3.5.1 Pre-release
Pre-release

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

17 Jul 23:10
Compare
Choose a tag to compare
v4.0.0 Pre-release
Pre-release

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

22 Jun 16:04
Compare
Choose a tag to compare

This release includes the following changes:

  • Updates the api to the v3.5.0 version of the Spectra S3 API

v3.4.1

16 Jun 17:59
Compare
Choose a tag to compare
v3.4.1 Pre-release
Pre-release

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