Skip to content

Releases: SpectraLogic/ds3_java_sdk

v3.2.7

21 Oct 22:58
Compare
Choose a tag to compare

This release includes the following changes:

  • Adds the force parameter to the WriteJobOptions class

v3.2.6

17 Oct 16:52
Compare
Choose a tag to compare

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

12 Oct 23:13
Compare
Choose a tag to compare

This release includes the following changes:

  • Fixes an issue on Windows where files that were split between multiple chunks could not be received correctly
  • Adds automatic retries when attempting to get data when using the bulk helper functions

v3.2.4

21 Sep 20:32
Compare
Choose a tag to compare

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

29 Aug 23:09
Compare
Choose a tag to compare

This release includes the following changes:

  • Updated to the latest Spectra 3.2.2 API

v3.2.2

23 Aug 19:32
Compare
Choose a tag to compare

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

12 Aug 22:26
Compare
Choose a tag to compare

This release includes the following changes:

  • Extra logging that includes the spectra s3 request id in the network logs

v3.0.6

27 Jul 21:07
Compare
Choose a tag to compare

This release includes the following:

  • Add a toDs3Iterable helper method to convert from Contents to Ds3Object and to provide filtering capabilities
  • Improvements to the way logging is done to improve performance

v3.0.5

21 Jul 04:30
Compare
Choose a tag to compare

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 a Ds3Object and provides filtering capabilities
  • Corrected an issue with the GetObjectsWithFullDetails api call
  • Various test improvements

v3.0.4

15 Jul 22:29
Compare
Choose a tag to compare
v3.0.4 Pre-release
Pre-release

This release includes the following changes:

  • Fixes an issue where a NPE was possible