Skip to content

Releases: SpectraLogic/ds3_java_sdk

v0.4.0

06 Aug 18:45
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
Merge pull request #25 from rpmoore/master

Adding in the code samples from the readme

v0.3.0

18 Jun 21:37
Compare
Choose a tag to compare

This release contains:

  • A modified method for creating the Ds3Client to improve how it can be mocked in client code
  • Added more abstractions so that the implementation is not exposed via the public API
  • Updated the path for the bulk commands to match the new convention
  • Job recovery interface has been added
  • A user can now specify how many threads the helper functions should use when sending data

v0.2.5

21 May 16:51
Compare
Choose a tag to compare

This release contains the following improvements:

  • Enhanced 307 Redirect Support on HTTP PUTs
  • This change requires that Input streams are seekable to support 307 redirects
  • Added the ability to specify a MD5 checksum manually, have it computed for you, or not send one at all
  • Added a new hook in the bulk helpers so users can process any data that they need to before sending

v0.2.4

08 May 19:02
Compare
Choose a tag to compare

This release includes the following enhancements:

  • New helper methods to speed up development when performing common operations
  • Added support for passing the Job ID to Get Object and Put Object requests Note: this is now the recommended way when performing bulk operations
  • Added support for performing a HTTP HEAD against a bucket to retrieve state about that bucket
  • Added support for specifying a byte range offset when performing a Get Object
  • Made the Objects class Iterable to ease in writing code that needs to iterate over all the objects after performing the bulk prime command
  • The Network layer will now escape all parts of the url so that spaces will get encoded to %20

v0.2.3

17 Apr 22:06
Compare
Choose a tag to compare

This minor release includes:

  • Improved printing of error messages

v0.2.2

17 Apr 20:16
Compare
Choose a tag to compare

This release includes:

  • Reducing visibility of internal classes to avoid polluting the public API
  • Query Parameters are now printed in sorted order
  • Licensing information adding to all source files.