2.1.4 2018-12-07
AWS CodeDeploy
Features
- Supporting AWS CodeDeploy
AWS SDK for Java v2
Features
- Add
modifyException
API to ExecutionInterceptor
. - Add application/gzip mime type
- Update spot bugs version to 3.1.9
- Updated to the latest service models.
Bugfixes
- Fix infinite stream of results bug in auto paginator APIs when the next token is an empty string
- Fixes nullpointerexception when server responds with null values in map.
- Use the class loader that loaded the SDK to load the HTTP implementations. See #56
Amazon S3
Bugfixes
- Turns off trailing checksums when using SSE-C or SSE-KMS
- Update S3 headObject/headBucket operations to throw NoSuchKey/NoSuchException when S3 is returning 404. See #123, #544
Netty NIO Async HTTP Client
Bugfixes
- Close created
ChannelPool
s in close()
method. - Fix the issue where streaming requests with
Expect: 100-continue
header sometimes are hanging because 100Continue response message is not being read automatically. See #459
core
2.1.3 2018-11-29
AWS SDK for Java v2
Features
- Updated to the latest service models.
2.1.2 2018-11-28
AWS SDK for Java v2
Features
- Updated to the latest service models.
core
2.1.1 2018-11-27
AWS Organizations
Bugfixes
- Add
organizations
to aws-sdk-java
module.
AWS SDK for Java V2
Bugfixes
- Fixes Issue #864 by checking for embedded JSON objects while unmarshalling bytes.
AWS SDK for Java v2
Features
- Updated to the latest service models.
- Updated to the latest service models.
Bugfixes
- Fix async pagination javadocs to use the correct method name
SdkPublisher#subscribe
. - Fixed an issue where close() and abort() weren't being honored for streaming responses in all cases.
- Preserve computedChecksum in
ChecksumValidatingInputStream
so that it doesn't throw error if it validates more than once. See #873
2.1.0 2018-11-19
AWS SDK for Java v2
Features
- AWS SDK for Java v2 is generally available now. To get started, please see this blog post.
- Update Netty version to Netty 4.1.31.Final
Bugfixes
- Temporarily removed OSGi support because the Netty HTTP client does not yet support it. See #726
Netty NIO Async HTTP Client
Bugfixes
- Not invoke fireExceptionCaught if the channel is not active. see #452