Skip to content

Commit de3fb1f

Browse files
Merge pull request #1904 from aws/staging/4625b514-12f7-49f5-968e-1134c8bd2f8e
Pull request: release <- staging/4625b514-12f7-49f5-968e-1134c8bd2f8e
2 parents e0a61cd + d6d15fb commit de3fb1f

File tree

387 files changed

+1522
-583
lines changed

Some content is hidden

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

387 files changed

+1522
-583
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,6 +706,15 @@
706706
"contributions": [
707707
"code"
708708
]
709+
},
710+
{
711+
"login": "alvinsee",
712+
"name": "Alvin See",
713+
"avatar_url": "https://avatars.githubusercontent.com/u/1531158?v=4",
714+
"profile": "https://alvinsee.com/",
715+
"contributions": [
716+
"code"
717+
]
709718
}
710719
],
711720
"contributorsPerLine": 7,

.changes/2.17.115.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.17.115",
3+
"date": "2022-01-20",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Elastic Compute Cloud",
8+
"contributor": "",
9+
"description": "C6i, M6i and R6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS MediaTailor",
14+
"contributor": "",
15+
"description": "This release adds support for multiple Segment Delivery Configurations. Users can provide a list of names and URLs when creating or editing a source location. When retrieving content, users can send a header to choose which URL should be used to serve content."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon GuardDuty",
20+
"contributor": "",
21+
"description": "Amazon GuardDuty findings now include remoteAccountDetails under AwsApiCallAction section if instance credential is exfiltrated."
22+
},
23+
{
24+
"type": "bugfix",
25+
"category": "Netty NIO HTTP Client",
26+
"contributor": "",
27+
"description": "Verify that the content-length header matches the content returned by the service."
28+
},
29+
{
30+
"type": "bugfix",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "",
33+
"description": "Prevent duplicate ExecutionAttribute names and fix name for FIPS_ENDPOINT_ENABLED attribute"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Connect Service",
38+
"contributor": "",
39+
"description": "This release adds tagging support for UserHierarchyGroups resource."
40+
},
41+
{
42+
"type": "bugfix",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "alvinsee",
45+
"description": "sets tableSchema field when provisioning the extension context in ChainExtension#afterRead"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS Fault Injection Simulator",
50+
"contributor": "",
51+
"description": "Added action startTime and action endTime timestamp fields to the ExperimentAction object"
52+
}
53+
]
54+
}

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<!--- Why is this change required? What problem does it solve? -->
55
<!--- If it fixes an open issue, please link to the issue here -->
66

7-
## Description
7+
## Modifications
88
<!--- Describe your changes in detail -->
99

1010
## Testing
@@ -22,15 +22,14 @@
2222
## Checklist
2323
<!--- Go over all the following points, and put an `x` in all the boxes that apply -->
2424
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
25-
- [ ] I have read the **CONTRIBUTING** document
25+
- [ ] I have read the [CONTRIBUTING](https://github.com/aws/aws-sdk-java-v2/blob/master/CONTRIBUTING.md) document
2626
- [ ] Local run of `mvn install` succeeds
2727
- [ ] My code follows the code style of this project
2828
- [ ] My change requires a change to the Javadoc documentation
2929
- [ ] I have updated the Javadoc documentation accordingly
30-
- [ ] I have read the **README** document
3130
- [ ] I have added tests to cover my changes
3231
- [ ] All new and existing tests passed
33-
- [ ] A short description of the change has been added to the **CHANGELOG**
32+
- [ ] I have added a changelog entry. Adding a new entry must be accomplished by running the `scripts/new-change` script and following the instructions. Commit the new file created by the script in `.changes/next-release` with your changes.
3433
- [ ] My change is to implement 1.11 parity feature and I have updated [LaunchChangelog](https://github.com/aws/aws-sdk-java-v2/blob/master/docs/LaunchChangelog.md)
3534

3635
## License

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# __2.17.115__ __2022-01-20__
2+
## __AWS Fault Injection Simulator__
3+
- ### Features
4+
- Added action startTime and action endTime timestamp fields to the ExperimentAction object
5+
6+
## __AWS MediaTailor__
7+
- ### Features
8+
- This release adds support for multiple Segment Delivery Configurations. Users can provide a list of names and URLs when creating or editing a source location. When retrieving content, users can send a header to choose which URL should be used to serve content.
9+
10+
## __AWS SDK for Java v2__
11+
- ### Bugfixes
12+
- Prevent duplicate ExecutionAttribute names and fix name for FIPS_ENDPOINT_ENABLED attribute
13+
- sets tableSchema field when provisioning the extension context in ChainExtension#afterRead
14+
- Contributed by: [@alvinsee](https://github.com/alvinsee)
15+
16+
## __Amazon Connect Service__
17+
- ### Features
18+
- This release adds tagging support for UserHierarchyGroups resource.
19+
20+
## __Amazon Elastic Compute Cloud__
21+
- ### Features
22+
- C6i, M6i and R6i instances are powered by a third-generation Intel Xeon Scalable processor (Ice Lake) delivering all-core turbo frequency of 3.5 GHz
23+
24+
## __Amazon GuardDuty__
25+
- ### Features
26+
- Amazon GuardDuty findings now include remoteAccountDetails under AwsApiCallAction section if instance credential is exfiltrated.
27+
28+
## __Netty NIO HTTP Client__
29+
- ### Bugfixes
30+
- Verify that the content-length header matches the content returned by the service.
31+
32+
## __Contributors__
33+
Special thanks to the following contributors to this release:
34+
35+
[@alvinsee](https://github.com/alvinsee)
136
# __2.17.114__ __2022-01-19__
237
## __AWS EC2 Instance Connect__
338
- ### Features

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Gitter](https://badges.gitter.im/aws/aws-sdk-java-v2.svg)](https://gitter.im/aws/aws-sdk-java-v2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
55
[![codecov](https://codecov.io/gh/aws/aws-sdk-java-v2/branch/master/graph/badge.svg)](https://codecov.io/gh/aws/aws-sdk-java-v2)
66
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
7-
[![All Contributors](https://img.shields.io/badge/all_contributors-78-orange.svg?style=flat-square)](#contributors-)
7+
[![All Contributors](https://img.shields.io/badge/all_contributors-79-orange.svg?style=flat-square)](#contributors-)
88
<!-- ALL-CONTRIBUTORS-BADGE:END -->
99

1010
The **AWS SDK for Java 2.0** is a rewrite of 1.0 with some great new features. As with version 1.0,
@@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
5252
<dependency>
5353
<groupId>software.amazon.awssdk</groupId>
5454
<artifactId>bom</artifactId>
55-
<version>2.17.114</version>
55+
<version>2.17.115</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
8686
<dependency>
8787
<groupId>software.amazon.awssdk</groupId>
8888
<artifactId>ec2</artifactId>
89-
<version>2.17.114</version>
89+
<version>2.17.115</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.114</version>
94+
<version>2.17.115</version>
9595
</dependency>
9696
```
9797

@@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
103103
<dependency>
104104
<groupId>software.amazon.awssdk</groupId>
105105
<artifactId>aws-sdk-java</artifactId>
106-
<version>2.17.114</version>
106+
<version>2.17.115</version>
107107
</dependency>
108108
```
109109

@@ -282,6 +282,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
282282
</tr>
283283
<tr>
284284
<td align="center"><a href="https://www.theguardian.com/profile/roberto-tyley"><img src="https://avatars.githubusercontent.com/u/52038?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Roberto Tyley</b></sub></a><br /><a href="https://github.com/aws/aws-sdk-java-v2/commits?author=rtyley" title="Code">💻</a></td>
285+
<td align="center"><a href="https://alvinsee.com/"><img src="https://avatars.githubusercontent.com/u/1531158?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Alvin See</b></sub></a><br /><a href="https://github.com/aws/aws-sdk-java-v2/commits?author=alvinsee" title="Code">💻</a></td>
285286
</tr>
286287
</table>
287288

archetypes/archetype-app-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.114</version>
23+
<version>2.17.115</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.114</version>
23+
<version>2.17.115</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/archetype-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.114</version>
23+
<version>2.17.115</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.114</version>
23+
<version>2.17.115</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.17.114</version>
20+
<version>2.17.115</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

0 commit comments

Comments
 (0)