Skip to content

Commit 7d0c84c

Browse files
authored
Merge branch 'master' into nnguynm/add-short-type-support
2 parents 38b679b + c7d5302 commit 7d0c84c

File tree

357 files changed

+7611
-655
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

357 files changed

+7611
-655
lines changed

.all-contributorsrc

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"contributions": [
103103
"code"
104104
],
105-
"name": "Guillaume Corr\u00e9"
105+
"name": "Guillaume Corré"
106106
},
107107
{
108108
"profile": "https://github.com/hyandell",
@@ -598,6 +598,24 @@
598598
"code"
599599
],
600600
"name": "Sam Fink"
601+
},
602+
{
603+
"login": "bondj",
604+
"name": "Jonathan Bond",
605+
"avatar_url": "https://avatars.githubusercontent.com/u/4749778?v=4",
606+
"profile": "https://github.com/bondj",
607+
"contributions": [
608+
"code"
609+
]
610+
},
611+
{
612+
"login": "ajs139",
613+
"name": "ajs139",
614+
"avatar_url": "https://avatars.githubusercontent.com/u/9387176?v=4",
615+
"profile": "https://github.com/ajs139",
616+
"contributions": [
617+
"code"
618+
]
601619
}
602620
],
603621
"contributorsPerLine": 7,

.changes/2.16.37.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.16.37",
3+
"date": "2021-04-07",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Storage Gateway",
8+
"contributor": "",
9+
"description": "File Gateway APIs now support FSx for Windows as a cloud storage."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon ElastiCache",
14+
"contributor": "",
15+
"description": "This release adds tagging support for all AWS ElastiCache resources except Global Replication Groups."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Interactive Video Service",
20+
"contributor": "",
21+
"description": "This release adds support for the Auto-Record to S3 feature. Amazon IVS now enables you to save your live video to Amazon S3."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Updated service endpoint metadata."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Access Analyzer",
32+
"contributor": "",
33+
"description": "IAM Access Analyzer now analyzes your CloudTrail events to identify actions and services that have been used by an IAM entity (user or role) and generates an IAM policy that is based on that activity."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Application Migration Service",
38+
"contributor": "",
39+
"description": "Add new service - Application Migration Service."
40+
},
41+
{
42+
"type": "bugfix",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Fix leak of bytebuf on HTTP GoAway"
46+
}
47+
]
48+
}

.changes/2.16.38.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.16.38",
3+
"date": "2021-04-08",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Kinesis Video Streams Archived Media",
8+
"contributor": "",
9+
"description": "Documentation updates for archived.kinesisvideo"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "ajs139",
15+
"description": "Add a configuration option to enable `TCP_KEEPALIVE` on the ApacheHttpClient."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Updated service endpoint metadata."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Resource Access Manager",
26+
"contributor": "",
27+
"description": "Documentation updates for AWS RAM resource sharing"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Connect Customer Profiles",
32+
"contributor": "",
33+
"description": "Documentation updates for Put-Integration API"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS RoboMaker",
38+
"contributor": "",
39+
"description": "This release allows RoboMaker customers to specify custom tools to run with their simulation job"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Lookout for Equipment",
44+
"contributor": "",
45+
"description": "This release introduces support for Amazon Lookout for Equipment."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Auto Scaling",
50+
"contributor": "",
51+
"description": "Amazon EC2 Auto Scaling announces Warm Pools that help applications to scale out faster by pre-initializing EC2 instances and save money by requiring fewer continuously running instances"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon AppStream",
56+
"contributor": "",
57+
"description": "This release provides support for image updates"
58+
}
59+
]
60+
}

.changes/next-release/bugfix-AWSSDKforJavav2-5b0301e.json

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"category": "DynamoDB Enhanced Client",
3+
"contributor": "",
4+
"type": "feature",
5+
"description": "Added a new method annotation `DynamoDbPreserveEmptyObject` that specifies a class as empty class if all fields are null when mapping a DynamoDb record to a Java bean. See [#2280](https://github.com/aws/aws-sdk-java-v2/issues/2280)."
6+
}

CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
# __2.16.38__ __2021-04-08__
2+
## __AWS Resource Access Manager__
3+
- ### Features
4+
- Documentation updates for AWS RAM resource sharing
5+
6+
## __AWS RoboMaker__
7+
- ### Features
8+
- This release allows RoboMaker customers to specify custom tools to run with their simulation job
9+
10+
## __AWS SDK for Java v2__
11+
- ### Features
12+
- Add a configuration option to enable `TCP_KEEPALIVE` on the ApacheHttpClient.
13+
- Contributed by: [@ajs139](https://github.com/ajs139)
14+
- Updated service endpoint metadata.
15+
16+
## __Amazon AppStream__
17+
- ### Features
18+
- This release provides support for image updates
19+
20+
## __Amazon Connect Customer Profiles__
21+
- ### Features
22+
- Documentation updates for Put-Integration API
23+
24+
## __Amazon Kinesis Video Streams Archived Media__
25+
- ### Features
26+
- Documentation updates for archived.kinesisvideo
27+
28+
## __Amazon Lookout for Equipment__
29+
- ### Features
30+
- This release introduces support for Amazon Lookout for Equipment.
31+
32+
## __Auto Scaling__
33+
- ### Features
34+
- Amazon EC2 Auto Scaling announces Warm Pools that help applications to scale out faster by pre-initializing EC2 instances and save money by requiring fewer continuously running instances
35+
36+
## __Contributors__
37+
Special thanks to the following contributors to this release:
38+
39+
[@ajs139](https://github.com/ajs139)
40+
# __2.16.37__ __2021-04-07__
41+
## __AWS SDK for Java v2__
42+
- ### Features
43+
- Updated service endpoint metadata.
44+
45+
- ### Bugfixes
46+
- Fix leak of bytebuf on HTTP GoAway
47+
48+
## __AWS Storage Gateway__
49+
- ### Features
50+
- File Gateway APIs now support FSx for Windows as a cloud storage.
51+
52+
## __Access Analyzer__
53+
- ### Features
54+
- IAM Access Analyzer now analyzes your CloudTrail events to identify actions and services that have been used by an IAM entity (user or role) and generates an IAM policy that is based on that activity.
55+
56+
## __Amazon ElastiCache__
57+
- ### Features
58+
- This release adds tagging support for all AWS ElastiCache resources except Global Replication Groups.
59+
60+
## __Amazon Interactive Video Service__
61+
- ### Features
62+
- This release adds support for the Auto-Record to S3 feature. Amazon IVS now enables you to save your live video to Amazon S3.
63+
64+
## __Application Migration Service__
65+
- ### Features
66+
- Add new service - Application Migration Service.
67+
168
# __2.16.36__ __2021-04-06__
269
## __AWS Cloud9__
370
- ### Features

0 commit comments

Comments
 (0)