-
- Supporting AWS CodeDeploy
-
- Add
modifyException
API toExecutionInterceptor
. - Add application/gzip mime type
- Update spot bugs version to 3.1.9
- Updated to the latest service models.
- Add
-
- 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
-
- Close created
ChannelPool
s inclose()
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
- Close created
-
- Netty 4.1.32.Final
-
- Updated to the latest service models.
-
- Updated to the latest service models.
-
- Jackson 2.9.6 -> 2.9.7
-
- Add
organizations
toaws-sdk-java
module.
- Add
-
- Fixes Issue #864 by checking for embedded JSON objects while unmarshalling bytes.
-
- Updated to the latest service models.
- Updated to the latest service models.
-
- 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
- Fix async pagination javadocs to use the correct method name
-
- 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
-
- Temporarily removed OSGi support because the Netty HTTP client does not yet support it. See #726
-
- Not invoke fireExceptionCaught if the channel is not active. see #452