Releases: SpectraLogic/ds3_java_sdk
Releases · SpectraLogic/ds3_java_sdk
v3.2.0-RC3
Updating version number to v3.2.0-RC3
v3.2.0-RC2
Update build.gradle
v3.2.0-RC1
updating build number
v3.0.0-RC5
This release include the following changes:
- Fixes an issue where
+
characters where not being escaped in query parameters properly - The constructor for
Ds3ClientImpl
was made public - Unused imports were removed in the auto-generated code
v3.0.0-RC4
This release includes the following:
- Changes the log level when the proxy url is null in the Ds3ClientBuilder from warn to info
- Fixes the way insecure https traffic is setup in the network layer
v3.0.0-RC3
This release includes the following changes:
- Added a fix so that the correct hash providers were used for SHA-256 and SHA-512
- Fixed an error where only the last common prefix would be reported
- Updated the Date query parameters to be written as a long rather than a string representation of the date
- Updated dependencies to their latest versions
- Updated any query parameters that are typed as
boolean
to be written as eithertrue
orfalse
- Added aggregate job support to the helper function
WriteOptions
class
v3.0.0-RC2
This Release Candidate includes the following changes:
- Renamed every request handler that starts with
Create
toPut
- Renamed the Amazon S3 call from
getBuckets
togetService
to match the S3 API - Renamed
BlobStoreTaskPriority
toPriority
- Fixed a bug in the verifyPhysicalPlacement and getPhysicalPlacement API calls where they would always send an empty payload
- Renamed several more types to be consistent with 1.2 terminology
Known Issues:
- There is a known issue in the Amazon S3 call
getBucket
in theCommonPrefixes
XML response field. If/
is set as the delimiter the last entry will be the only one returned. This will be fixed in RC3.
v1.2.6
v3.0.0-RC1
The first RC for the 3.0 release of the java DS3 SDK. The is not a production build, and some names are subject to change before the final release.
v1.2.5
This release include the following changes:
- Added support for setting and getting metadata with the helper functions
- Added support for setting and getting checksums with the helper functions
- The symlink support in the FileChannelPutter has been improved so that it will correctly follow relatively pathed symbolically linked files.