Releases: SpectraLogic/ds3_net_sdk
Releases · SpectraLogic/ds3_net_sdk
v3.2.6
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
This release includes the following changes:
- Support adding headers to Ds3Request
- Fixed the case where '-' would not be sorted correcrtly
v3.2.4
This release includes the following changes:
- Add URL Escaping to Metadata entries
- Update text of error message for failing to retry
v3.2.3
This release includes the following changes:
- Add new strategy to the helper functions called ReadStreamHelperStrategy for streaming GETs
- Update the Ds3Examples
v3.2.2
This release includes the following changes:
- Full support for pagination
- Support best effort
- Updated to 3.2.2 API
- ...
v3.2.1
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 theIJob
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
This release includes the following changes:
HeadObject
now includes the etagGetObjectSpectraS3
has been renamed toGetObjectDetailsSpectraS3
- 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
calledFilterDs3Objects
to help with filtering content in a lazy manner - Empty Metadata fields are no longer sent to Black Pearl
v3.0.3
This release includes the following changes:
- Fix issue where files are not closed on some scenarios
v3.0.2
This release includes the following changes:
- Add support for resume a get job
v3.0.1
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