Skip to content

Releases: SpectraLogic/ds3_java_sdk

v3.2.0-RC2

13 Mar 17:10
Compare
Choose a tag to compare
v3.2.0-RC2 Pre-release
Pre-release
Update build.gradle

v3.2.0-RC1

11 Mar 04:42
Compare
Choose a tag to compare
v3.2.0-RC1 Pre-release
Pre-release
updating build number

v3.0.0-RC5

13 Mar 17:34
Compare
Choose a tag to compare

This release include the following changes:

  • Fixes an issue where + characters where not being escaped in query parameters properly
  • The constructor for Ds3ClientImpl was made public
  • Unused imports were removed in the auto-generated code

v3.0.0-RC4

06 Mar 01:06
Compare
Choose a tag to compare

This release includes the following:

  • Changes the log level when the proxy url is null in the Ds3ClientBuilder from warn to info
  • Fixes the way insecure https traffic is setup in the network layer

v3.0.0-RC3

04 Mar 17:38
Compare
Choose a tag to compare

This release includes the following changes:

  • Added a fix so that the correct hash providers were used for SHA-256 and SHA-512
  • Fixed an error where only the last common prefix would be reported
  • Updated the Date query parameters to be written as a long rather than a string representation of the date
  • Updated dependencies to their latest versions
  • Updated any query parameters that are typed as boolean to be written as either true or false
  • Added aggregate job support to the helper function WriteOptions class

v3.0.0-RC2

23 Feb 03:58
Compare
Choose a tag to compare

This Release Candidate includes the following changes:

  • Renamed every request handler that starts with Create to Put
  • Renamed the Amazon S3 call from getBuckets to getService to match the S3 API
  • Renamed BlobStoreTaskPriority to Priority
  • Fixed a bug in the verifyPhysicalPlacement and getPhysicalPlacement API calls where they would always send an empty payload
  • Renamed several more types to be consistent with 1.2 terminology

Known Issues:

  • There is a known issue in the Amazon S3 call getBucket in the CommonPrefixes XML response field. If / is set as the delimiter the last entry will be the only one returned. This will be fixed in RC3.

Javadoc

v1.2.6

23 Feb 17:26
Compare
Choose a tag to compare

This release includes a fix for users who were attempting to use either the SHA-256 or SHA-512 hashes for checksums.

v3.0.0-RC1

14 Feb 21:32
Compare
Choose a tag to compare

The first RC for the 3.0 release of the java DS3 SDK. The is not a production build, and some names are subject to change before the final release.

v1.2.5

02 Feb 23:30
Compare
Choose a tag to compare

This release include the following changes:

  • Added support for setting and getting metadata with the helper functions
  • Added support for setting and getting checksums with the helper functions
  • The symlink support in the FileChannelPutter has been improved so that it will correctly follow relatively pathed symbolically linked files.

v1.2.4

15 Jan 23:25
Compare
Choose a tag to compare

This release includes the following changes and improvements:

  • Added logging statements to report back individual file transfer speeds
  • Added extra logic to verify that a whole payload is received from Spectra S3
  • Added read symlink support to the FileObjectPutter
  • Added a circuit breaker to the helper functions which can be used to limit the number of times that the helper functions will attempt to get more chunks to process from Spectra S3
  • Improved the networking implementation so that more concurrent connections can be sent to the same endpoint
  • Non-functional code cleanup changes