Releases: SpectraLogic/ds3_net_sdk
Releases · SpectraLogic/ds3_net_sdk
v3.5.0
This release includes the following changes:
- Support BlackPearl 3.5.0 API
v3.4.2
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
This release includes the following changes:
- Support Black Pearl 3.4 API
v3.3.2
This release includes the following changes:
- Removed metadata encoding/decoding from helper functions
- Deleted
helper.MetaDataUtil
- Deleted
- 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 nowHttpHelper
utilizesGenericPercentEscaper
- Created
MetadataUtil
which utilizesGenericPercentEscaper
to encode metadata
- Core functionality of percent escaping removed from
v3.3.1
This release includes the following changes:
- Disable cache for http/https requests
v3.2.6.1
This release includes the following changes:
- Disable cache for http/https requests
v3.3.0
This release includes the following changes:
- Support Black Pearl 3.3 API
v3.2.9
This release includes the following changes:
- Update examples project to use the new sdk
- Add XML documentation to the release build
v3.2.8
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
This release includes the following changes:
- Downgrade .NET version to 4.5.1