Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.06 KB

2.2.x-CHANGELOG.md

File metadata and controls

18 lines (15 loc) · 1.06 KB

2.2.0 2018-12-14

AWS SDK for Java v2

  • Features

    • Adds the operation name of the calling API to the ExecutionContext class. This exposes a way to get the API name from within an ExecutionInterceptor.
    • Updated to the latest service models.

Amazon S3

  • Bugfixes

    • Modify type of S3Object#size member from integer to long. This is a breaking change for customers who are using the size() method currently
    • S3 putObject API using UrlConnectionHttpClient goes into infinite loop. See aws#942 for more details.

Netty NIO HTTP Client

  • Bugfixes

    • Fix a bug where it's possible for an HTTP2 channel pool to be closed while some channels are still being released causing them to be left open and leaked.

URLConnection HTTP Client

  • Features

    • Adding a hook to enable custom creation of the initial HttpURLConnection. This enables customers to control how a connection is established for a given URL including handling any required proxy configuration etc.