v3.2.9-RC1
Pre-release
Pre-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 theDs3Client
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