xref: /aosp_15_r20/external/aws-sdk-java-v2/.changes/2.2.x/2.2.0.json (revision 8a52c7834d808308836a99fc2a6e0ed8db339086)
1*8a52c783SCole Faust{
2*8a52c783SCole Faust    "date": "2018-12-14",
3*8a52c783SCole Faust    "version": "2.2.0",
4*8a52c783SCole Faust    "entries": [
5*8a52c783SCole Faust        {
6*8a52c783SCole Faust            "category": "URLConnection HTTP Client",
7*8a52c783SCole Faust            "type": "feature",
8*8a52c783SCole Faust            "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*8a52c783SCole Faust        },
10*8a52c783SCole Faust        {
11*8a52c783SCole Faust            "category": "Amazon S3",
12*8a52c783SCole Faust            "type": "bugfix",
13*8a52c783SCole Faust            "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*8a52c783SCole Faust        },
15*8a52c783SCole Faust        {
16*8a52c783SCole Faust            "category": "Netty NIO HTTP Client",
17*8a52c783SCole Faust            "type": "bugfix",
18*8a52c783SCole Faust            "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*8a52c783SCole Faust        },
20*8a52c783SCole Faust        {
21*8a52c783SCole Faust            "category": "AWS SDK for Java v2",
22*8a52c783SCole Faust            "type": "feature",
23*8a52c783SCole Faust            "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*8a52c783SCole Faust        },
25*8a52c783SCole Faust        {
26*8a52c783SCole Faust            "category": "AWS SDK for Java v2",
27*8a52c783SCole Faust            "type": "feature",
28*8a52c783SCole Faust            "description": "Updated to the latest service models."
29*8a52c783SCole Faust        },
30*8a52c783SCole Faust        {
31*8a52c783SCole Faust            "category": "Amazon S3",
32*8a52c783SCole Faust            "type": "bugfix",
33*8a52c783SCole Faust            "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*8a52c783SCole Faust        }
35*8a52c783SCole Faust    ]
36*8a52c783SCole Faust}