Skip to content

Releases: SpectraLogic/ds3_net_sdk

v3.5.0

24 Apr 19:36
Compare
Choose a tag to compare

This release includes the following changes:

  • Support BlackPearl 3.5.0 API

v3.4.2

30 Jan 22:07
Compare
Choose a tag to compare

This release includes the following changes:

  • Ensure correct exception thrown for full drive
  • Added new FileSystemHelpers to check for drive issues before GET job
  • Updated example project

v3.4.1

05 Jan 23:54
Compare
Choose a tag to compare

This release includes the following changes:

  • Support Black Pearl 3.4 API

v3.3.2

05 Jan 22:05
Compare
Choose a tag to compare

This release includes the following changes:

  • Removed metadata encoding/decoding from helper functions
    • Deleted helper.MetaDataUtil
  • Created RequestHeaders to wrap headers within requests and perform encoding
  • Created custom GenericPercentEscaper to specify which characters to percent encode
    • Core functionality of percent escaping removed from HttpHelper, and now HttpHelper utilizes GenericPercentEscaper
    • Created MetadataUtil which utilizes GenericPercentEscaper to encode metadata

v3.3.1

19 Dec 18:37
Compare
Choose a tag to compare

This release includes the following changes:

  • Disable cache for http/https requests

v3.2.6.1

19 Dec 17:35
Compare
Choose a tag to compare
v3.2.6.1 Pre-release
Pre-release

This release includes the following changes:

  • Disable cache for http/https requests

v3.3.0

18 Nov 18:56
Compare
Choose a tag to compare

This release includes the following changes:

  • Support Black Pearl 3.3 API

v3.2.9

17 Nov 21:49
Compare
Choose a tag to compare

This release includes the following changes:

  • Update examples project to use the new sdk
  • Add XML documentation to the release build

v3.2.8

10 Nov 21:28
Compare
Choose a tag to compare

This release includes the following changes:

  • Add new Ds3JobOptions parameter to the helper functions
  • Support checksum in the helper functions
  • Add user agent to the http request header
  • ...

v3.2.7

19 Oct 17:04
Compare
Choose a tag to compare

This release includes the following changes:

  • Downgrade .NET version to 4.5.1