You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release includes a fix for clients that are using non-standard http ports. Certain helper methods would not respect the non-standard port number. This has been corrected.
This release includes a new API call on the Ds3Client interface to retrieve all the connection information that was passed into the client. This update also includes an updated project structure. To download this release please see the updated README file for Maven and Gradle integration.
This release includes significant changes to the io system for putting and getting objects. The SDK has moved away from using IO Streams to using Channels provided by Java NIO.