Skip to content

v3.2.9-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rpmoore rpmoore released this 15 Nov 22:51
· 530 commits to master since this release

This release includes the following changes:

  • Response have been split into two classes. The response value objects, and the parser that creates it. This should only be a breaking change for users who have used reflection to mock the response creation for unit testing. This change removes the need to use reflection.
  • This release adds an override for getObject in the Ds3Client interface that allows a user to pass in their own parser implementation that gives them direct access to the http network stream.
  • Added a new property to the FailedRequestException to improve debugging with Spectra S3 logs
  • Added OutputStream overloads to the GetObjectRequest