Skip to content

Commit eb94b96

Browse files
Merge pull request #1696 from aws/staging/61453a76-d469-483f-9b7a-5d4a464e5d7d
Pull request: release <- staging/61453a76-d469-483f-9b7a-5d4a464e5d7d
2 parents 99971ca + c9c2dc7 commit eb94b96

File tree

368 files changed

+5185
-452
lines changed

Some content is hidden

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

368 files changed

+5185
-452
lines changed

.changes/2.17.41.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.17.41",
3+
"date": "2021-09-16",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Macie 2",
8+
"contributor": "",
9+
"description": "This release adds support for specifying which managed data identifiers are used by a classification job, and retrieving a list of managed data identifiers that are available."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Simple Storage Service",
14+
"contributor": "",
15+
"description": "Add support for access point arn filtering in S3 CW Request Metrics"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Pinpoint",
20+
"contributor": "",
21+
"description": "This SDK release adds a new feature for Pinpoint campaigns, in-app messaging."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS RoboMaker",
26+
"contributor": "",
27+
"description": "Adding support to create container based Robot and Simulation applications by introducing an environment field"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "",
33+
"description": "Updated service endpoint metadata."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Transcribe Service",
38+
"contributor": "",
39+
"description": "This release adds support for subtitling with Amazon Transcribe batch jobs."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Managed Streaming for Kafka Connect",
44+
"contributor": "",
45+
"description": "This is the initial SDK release for Amazon Managed Streaming for Apache Kafka Connect (MSK Connect)."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon SageMaker Service",
50+
"contributor": "",
51+
"description": "Add API for users to retry a failed pipeline execution or resume a stopped one."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "DynamoDB Enhanced Client",
56+
"contributor": "",
57+
"description": "This commit introduces DynamoDbTable#putItemWithResponse() that allows customers to specify additional parameters on the request such as ReturnValues to get additional information the service response."
58+
}
59+
]
60+
}

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
# __2.17.41__ __2021-09-16__
2+
## __AWS RoboMaker__
3+
- ### Features
4+
- Adding support to create container based Robot and Simulation applications by introducing an environment field
5+
6+
## __AWS SDK for Java v2__
7+
- ### Features
8+
- Updated service endpoint metadata.
9+
10+
## __Amazon Macie 2__
11+
- ### Features
12+
- This release adds support for specifying which managed data identifiers are used by a classification job, and retrieving a list of managed data identifiers that are available.
13+
14+
## __Amazon Pinpoint__
15+
- ### Features
16+
- This SDK release adds a new feature for Pinpoint campaigns, in-app messaging.
17+
18+
## __Amazon SageMaker Service__
19+
- ### Features
20+
- Add API for users to retry a failed pipeline execution or resume a stopped one.
21+
22+
## __Amazon Simple Storage Service__
23+
- ### Features
24+
- Add support for access point arn filtering in S3 CW Request Metrics
25+
26+
## __Amazon Transcribe Service__
27+
- ### Features
28+
- This release adds support for subtitling with Amazon Transcribe batch jobs.
29+
30+
## __DynamoDB Enhanced Client__
31+
- ### Features
32+
- This commit introduces DynamoDbTable#putItemWithResponse() that allows customers to specify additional parameters on the request such as ReturnValues to get additional information the service response.
33+
34+
## __Managed Streaming for Kafka Connect__
35+
- ### Features
36+
- This is the initial SDK release for Amazon Managed Streaming for Apache Kafka Connect (MSK Connect).
37+
138
# __2.17.40__ __2021-09-14__
239
## __AWS SDK for Java v2__
340
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.40</version>
55+
<version>2.17.41</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.40</version>
89+
<version>2.17.41</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.40</version>
94+
<version>2.17.41</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.40</version>
106+
<version>2.17.41</version>
107107
</dependency>
108108
```
109109

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.40</version>
23+
<version>2.17.41</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.40</version>
23+
<version>2.17.41</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.40</version>
23+
<version>2.17.41</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.40</version>
23+
<version>2.17.41</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 6 additions & 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.40</version>
20+
<version>2.17.41</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1403,6 +1403,11 @@ Amazon AutoScaling, etc).</description>
14031403
<artifactId>opensearch</artifactId>
14041404
<version>${awsjavasdk.version}</version>
14051405
</dependency>
1406+
<dependency>
1407+
<groupId>software.amazon.awssdk</groupId>
1408+
<artifactId>kafkaconnect</artifactId>
1409+
<version>${awsjavasdk.version}</version>
1410+
</dependency>
14061411
</dependencies>
14071412
<build>
14081413
<finalName>${project.artifactId}-${project.version}</finalName>

bom-internal/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.40</version>
23+
<version>2.17.41</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 6 additions & 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.40</version>
20+
<version>2.17.41</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -1543,6 +1543,11 @@
15431543
<artifactId>opensearch</artifactId>
15441544
<version>${awsjavasdk.version}</version>
15451545
</dependency>
1546+
<dependency>
1547+
<groupId>software.amazon.awssdk</groupId>
1548+
<artifactId>kafkaconnect</artifactId>
1549+
<version>${awsjavasdk.version}</version>
1550+
</dependency>
15461551
</dependencies>
15471552
</dependencyManagement>
15481553
</project>

buildspecs/release-to-maven.yml

Lines changed: 35 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,44 @@ version: 0.2
33
phases:
44
install:
55
commands:
6-
- apt-get update
7-
- apt-get install python3 python3-pip -y
8-
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
9-
- update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
10-
- pip install awscli==1.19.34 --upgrade --user
11-
- pip install rsa
12-
- pip install typing
6+
- apt-get update
7+
- apt-get install python3 python3-pip -y
8+
- update-alternatives --install /usr/bin/python python /usr/bin/python3 10
9+
- update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10
10+
- pip install awscli==1.19.34 --upgrade --user
11+
- pip install rsa
12+
- pip install typing
1313

1414
pre_build:
1515
commands:
16-
- ROOT=`pwd`
17-
- CREDENTIALS=$ROOT/credentials
18-
- SETTINGS_XML=$CREDENTIALS/settings.xml
19-
- GPG_HOME=$CREDENTIALS/gpghome
16+
- ROOT=`pwd`
17+
- SETTINGS_XML_TEMPLATE=buildspecs/resources/release-settings.xml
18+
- SETTINGS_XML=release-settings-final.xml
19+
- SDK_SIGNING_GPG_SECRING=secring.gpg
20+
- SDK_SIGNING_GPG_SECRING_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gpg-secret-ring-9d0YXc"
21+
- SDK_SIGNING_GPG_KEYNAME_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gpg-keyname-wFsOOg"
22+
- SDK_SIGNING_GPG_PASSPHRASE_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gpg-passphrase-A0H1Kq"
23+
- SONATYPE_PASSWORD_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sonatype-password-I2V6Y0"
2024

2125
build:
2226
commands:
23-
- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
24-
- SONATYPE_URL="https://aws.oss.sonatype.org/service/local/repositories/releases/content/software/amazon/awssdk/aws-sdk-java/$RELEASE_VERSION/"
25-
- |
26-
if ! curl -f --head $SONATYPE_URL; then
27-
mkdir -p $CREDENTIALS
28-
aws s3 cp s3://aws-java-sdk-release-credentials/ $CREDENTIALS/ --recursive
29-
mvn clean deploy -B -s $SETTINGS_XML -Dgpg.homedir=$GPG_HOME -Ppublishing -DperformRelease -Dspotbugs.skip -DskipTests -Dcheckstyle.skip -Djapicmp.skip -Ddoclint=none -pl !:protocol-tests,!:protocol-tests-core,!:codegen-generated-classes-test,!:sdk-benchmarks,!:module-path-tests,!:tests-coverage-reporting,!:stability-tests,!:sdk-native-image-test,!:auth-sts-testing,!:s3-benchmarks -DautoReleaseAfterClose=true -DstagingProgressTimeoutMinutes=30
30-
else
31-
echo "This version was already released."
32-
fi
27+
- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
28+
- SONATYPE_URL="https://aws.oss.sonatype.org/service/local/repositories/releases/content/software/amazon/awssdk/aws-sdk-java/$RELEASE_VERSION/"
29+
- |
30+
if ! curl -f --head $SONATYPE_URL; then
31+
SONATYPE_PASSWORD=`aws secretsmanager get-secret-value --secret-id $SONATYPE_PASSWORD_ARN --query SecretString --output text`
32+
SDK_SIGNING_GPG_KEYNAME=`aws secretsmanager get-secret-value --secret-id $SDK_SIGNING_GPG_KEYNAME_ARN --query SecretString --output text`
33+
SDK_SIGNING_GPG_PASSPHRASE=`aws secretsmanager get-secret-value --secret-id $SDK_SIGNING_GPG_PASSPHRASE_ARN --query SecretString --output text`
34+
aws secretsmanager get-secret-value --secret-id $SDK_SIGNING_GPG_SECRING_ARN --query SecretBinary --output text | base64 -d > $SDK_SIGNING_GPG_SECRING
35+
gpg --passphrase $SDK_SIGNING_GPG_PASSPHRASE --import $SDK_SIGNING_GPG_SECRING
36+
37+
cat $SETTINGS_XML_TEMPLATE | \
38+
awk 'BEGIN { var=ENVIRON["SONATYPE_PASSWORD"] } { gsub("\\$SONATYPE_PASSWORD", var, $0); print }' | \
39+
awk 'BEGIN { var=ENVIRON["SDK_SIGNING_GPG_PASSPHRASE"] } { gsub("\\$SDK_SIGNING_GPG_PASSPHRASE", var, $0); print }' > \
40+
awk 'BEGIN { var=ENVIRON["SDK_SIGNING_GPG_KEYNAME"] } { gsub("\\$SDK_SIGNING_GPG_KEYNAME", var, $0); print }' > \
41+
$SETTINGS_XML
42+
43+
mvn clean deploy -B -s $SETTINGS_XML -Ppublishing -DperformRelease -Dspotbugs.skip -DskipTests -Dcheckstyle.skip -Djapicmp.skip -Ddoclint=none -pl !:protocol-tests,!:protocol-tests-core,!:codegen-generated-classes-test,!:sdk-benchmarks,!:module-path-tests,!:tests-coverage-reporting,!:stability-tests,!:sdk-native-image-test,!:auth-sts-testing,!:s3-benchmarks -DautoReleaseAfterClose=true -DstagingProgressTimeoutMinutes=30
44+
else
45+
echo "This version was already released."
46+
fi
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<settings>
2+
<servers>
3+
<server>
4+
<id>sonatype-nexus-staging</id>
5+
<username>amazonwebservices</username>
6+
<password>$SONATYPE_PASSWORD</password>
7+
</server>
8+
</servers>
9+
<profiles>
10+
<profile>
11+
<id>publishing</id>
12+
<activation>
13+
<activeByDefault>false</activeByDefault>
14+
</activation>
15+
<properties>
16+
<gpg.keyname>$SDK_SIGNING_GPG_KEYNAME</gpg.keyname>
17+
<gpg.passphrase>$SDK_SIGNING_GPG_PASSPHRASE</gpg.passphrase>
18+
</properties>
19+
</profile>
20+
</profiles>
21+
</settings>

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.17.40</version>
24+
<version>2.17.41</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.17.40</version>
25+
<version>2.17.41</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.17.40</version>
24+
<version>2.17.41</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.17.40</version>
25+
<version>2.17.41</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.17.40</version>
24+
<version>2.17.41</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

core/annotations/pom.xml

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

core/arns/pom.xml

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

core/auth-crt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.17.40</version>
25+
<version>2.17.41</version>
2626
</parent>
2727

2828
<artifactId>auth-crt</artifactId>

core/auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.17.40</version>
25+
<version>2.17.41</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

0 commit comments

Comments
 (0)