Skip to content

Releases: SpectraLogic/ds3_net_sdk

v3.2.6

11 Oct 20:30
Compare
Choose a tag to compare
v3.2.6 Pre-release
Pre-release

This release includes the following changes:

  • Upgrade .NET version to 4.5.2
  • Support HTTPS on windows
  • Cleanup code on tests projects

v3.2.5

29 Sep 21:54
Compare
Choose a tag to compare
v3.2.5 Pre-release
Pre-release

This release includes the following changes:

  • Support adding headers to Ds3Request
  • Fixed the case where '-' would not be sorted correcrtly

v3.2.4

27 Sep 01:26
Compare
Choose a tag to compare
v3.2.4 Pre-release
Pre-release

This release includes the following changes:

  • Add URL Escaping to Metadata entries
  • Update text of error message for failing to retry

v3.2.3

15 Sep 18:49
Compare
Choose a tag to compare
v3.2.3 Pre-release
Pre-release

This release includes the following changes:

  • Add new strategy to the helper functions called ReadStreamHelperStrategy for streaming GETs
  • Update the Ds3Examples

v3.2.2

09 Sep 21:54
Compare
Choose a tag to compare
v3.2.2 Pre-release
Pre-release

This release includes the following changes:

  • Full support for pagination
  • Support best effort
  • Updated to 3.2.2 API
  • ...

v3.2.1

24 Aug 20:34
Compare
Choose a tag to compare
v3.2.1 Pre-release
Pre-release

First 3.2.x release.

This release includes the following changes:

  • Full support for the 3.2.x Spectra S3 API
  • Added an onFailure event handler on the IJob interface to allow for the reporting of failed blob put or gets
  • Added put object retries. By default 5 attempts will be made before failing the request
  • ...

v3.0.4

10 Aug 17:06
Compare
Choose a tag to compare

This release includes the following changes:

  • HeadObject now includes the etag
  • GetObjectSpectraS3 has been renamed to GetObjectDetailsSpectraS3
  • Internal refactoring to support better unit testability
  • Added a Circuit breaker to the Write Strategies
  • Fixed a parsing issue with GetObjectsWithFullDetails which caused it to not report anything as being returned
  • Fixed a parsing error with GetPutJobReplication
  • PutObject can now optionally have a length specified. If not provided, the length of the request is obtained from the stream length
  • Added a new helper function to Ds3ClientHelpers called FilterDs3Objects to help with filtering content in a lazy manner
  • Empty Metadata fields are no longer sent to Black Pearl

v3.0.3

17 Jun 20:43
Compare
Choose a tag to compare
v3.0.3 Pre-release
Pre-release

This release includes the following changes:

  • Fix issue where files are not closed on some scenarios

v3.0.2

16 Jun 19:00
Compare
Choose a tag to compare
v3.0.2 Pre-release
Pre-release

This release includes the following changes:

  • Add support for resume a get job

v3.0.1

02 Jun 21:39
Compare
Choose a tag to compare

This release includes the following changes:

  • Added additional UUID constructors to some API commands in addition to the existing string constructors
  • Added support for setting metadata and retrieving metadata with the helper functions
  • Additional code examples