• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "date": "2018-12-14",
3    "version": "2.2.0",
4    "entries": [
5        {
6            "category": "URLConnection HTTP Client",
7            "type": "feature",
8            "description": "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."
9        },
10        {
11            "category": "Amazon S3",
12            "type": "bugfix",
13            "description": "Modify type of S3Object#size member from integer to long. This is a breaking change for customers who are using the size() method currently"
14        },
15        {
16            "category": "Netty NIO HTTP Client",
17            "type": "bugfix",
18            "description": "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."
19        },
20        {
21            "category": "AWS SDK for Java v2",
22            "type": "feature",
23            "description": "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."
24        },
25        {
26            "category": "AWS SDK for Java v2",
27            "type": "feature",
28            "description": "Updated to the latest service models."
29        },
30        {
31            "category": "Amazon S3",
32            "type": "bugfix",
33            "description": "S3 putObject API using UrlConnectionHttpClient goes into infinite loop. See https://github.com/aws/aws-sdk-java-v2/pull/942 for more details."
34        }
35    ]
36}