Skip to content

Commit 376a8a7

Browse files
authored
Merge pull request #2719 from aws/staging/06b146d1-1674-42bb-a101-f25ae8e089ca
Pull request: release <- staging/06b146d1-1674-42bb-a101-f25ae8e089ca
2 parents 61ca059 + 7fd2dec commit 376a8a7

File tree

450 files changed

+1182
-772
lines changed

Some content is hidden

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

450 files changed

+1182
-772
lines changed

.changes/2.21.5.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.21.5",
3+
"date": "2023-10-20",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Application Discovery Service",
8+
"contributor": "",
9+
"description": "This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Health Imaging",
14+
"contributor": "",
15+
"description": "Updates on documentation links"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon AppConfig",
20+
"contributor": "",
21+
"description": "Update KmsKeyIdentifier constraints to support AWS KMS multi-Region keys."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon AppIntegrations Service",
26+
"contributor": "",
27+
"description": "Updated ScheduleConfig to be an optional input to CreateDataIntegration to support event driven downloading of files from sources such as Amazon s3 using Amazon Connect AppIntegrations."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Connect Service",
32+
"contributor": "",
33+
"description": "This release adds support for updating phone number metadata, such as phone number description."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Simple Systems Manager (SSM)",
38+
"contributor": "",
39+
"description": "This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Updated endpoint and partition metadata."
46+
},
47+
{
48+
"type": "bugfix",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Removed mapping for RESOLVED_CHECKSUM_SPECS execution attribute that was causing intermittent failures for S3 operations with checksums since 2.21.0 release. The bug can cause `java.lang.NullPointerException: Cannot read field \"value\" because \"s1\" is null` exceptions, as reported in https://github.com/aws/aws-sdk-java-v2/issues/4608."
52+
}
53+
]
54+
}

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# __2.21.5__ __2023-10-20__
2+
## __AWS Application Discovery Service__
3+
- ### Features
4+
- This release introduces three new APIs: StartBatchDeleteConfigurationTask, DescribeBatchDeleteConfigurationTask, and BatchDeleteAgents.
5+
6+
## __AWS Health Imaging__
7+
- ### Features
8+
- Updates on documentation links
9+
10+
## __AWS SDK for Java v2__
11+
- ### Features
12+
- Updated endpoint and partition metadata.
13+
- Removed mapping for RESOLVED_CHECKSUM_SPECS execution attribute that was causing intermittent failures for S3 operations with checksums since 2.21.0 release. The bug can cause `java.lang.NullPointerException: Cannot read field \"value\" because \"s1\" is null` exceptions, as reported in https://github.com/aws/aws-sdk-java-v2/issues/4608.
14+
15+
## __Amazon AppConfig__
16+
- ### Features
17+
- Update KmsKeyIdentifier constraints to support AWS KMS multi-Region keys.
18+
19+
## __Amazon AppIntegrations Service__
20+
- ### Features
21+
- Updated ScheduleConfig to be an optional input to CreateDataIntegration to support event driven downloading of files from sources such as Amazon s3 using Amazon Connect AppIntegrations.
22+
23+
## __Amazon Connect Service__
24+
- ### Features
25+
- This release adds support for updating phone number metadata, such as phone number description.
26+
27+
## __Amazon Simple Systems Manager (SSM)__
28+
- ### Features
29+
- This release introduces a new API: DeleteOpsItem. This allows deletion of an OpsItem.
30+
131
# __2.21.4__ __2023-10-19__
232
## __AWS SDK for Java v2__
333
- ### Features
@@ -2544,7 +2574,7 @@ Special thanks to the following contributors to this release:
25442574
## __Contributors__
25452575
Special thanks to the following contributors to this release:
25462576

2547-
[@breader124](https://github.com/breader124), [@bmaizels](https://github.com/bmaizels)
2577+
[@bmaizels](https://github.com/bmaizels), [@breader124](https://github.com/breader124)
25482578
# __2.20.85__ __2023-06-13__
25492579
## __AWS CloudTrail__
25502580
- ### 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.21.4</version>
55+
<version>2.21.5</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.21.4</version>
89+
<version>2.21.5</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.21.4</version>
94+
<version>2.21.5</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.21.4</version>
106+
<version>2.21.5</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.21.4</version>
23+
<version>2.21.5</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.21.4</version>
23+
<version>2.21.5</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.21.4</version>
23+
<version>2.21.5</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.21.4</version>
23+
<version>2.21.5</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.21.4</version>
20+
<version>2.21.5</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

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.21.4</version>
23+
<version>2.21.5</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/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.21.4</version>
20+
<version>2.21.5</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

buildspecs/release-javadoc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ phases:
2121
- mvn clean install javadoc:aggregate -B -Ppublic-javadoc -Dcheckstyle.skip -Dspotbugs.skip -DskipTests -Ddoclint=none -pl '!:protocol-tests,!:protocol-tests-core,!:codegen-generated-classes-test,!:sdk-benchmarks,!:s3-benchmarks,!:module-path-tests,!:test-utils,!:http-client-tests,!:tests-coverage-reporting,!:sdk-native-image-test,!:ruleset-testing-core,!:old-client-version-compatibility-test'
2222
- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec`
2323
-
24-
- aws s3 sync target/site/apidocs/ $DOC_PATH/$RELEASE_VERSION/
24+
- aws s3 sync target/site/apidocs/ $DOC_PATH/$RELEASE_VERSION/ --acl="public-read"
25+
- aws s3 cp ./scripts/crosslink_redirect.html $DOC_PATH/$RELEASE_VERSION/ --acl="public-read"
2526
- aws s3 sync $DOC_PATH/$RELEASE_VERSION/ $DOC_PATH/latest/ --acl=public-read --delete
2627
- jar cf aws-java-sdk-v2-docs.jar -C target/site/apidocs .
27-
- aws s3 cp aws-java-sdk-v2-docs.jar $DOC_PATH/ --acl="public-read"
28-
- aws s3 cp ./scripts/crosslink_redirect.html $DOC_PATH/latest/ --acl="public-read"
28+
- aws s3 cp aws-java-sdk-v2-docs.jar $DOC_PATH/ --acl="public-read"

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.21.4</version>
24+
<version>2.21.5</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.21.4</version>
25+
<version>2.21.5</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.21.4</version>
24+
<version>2.21.5</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.21.4</version>
25+
<version>2.21.5</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.21.4</version>
24+
<version>2.21.5</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.21.4</version>
23+
<version>2.21.5</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.21.4</version>
23+
<version>2.21.5</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.21.4</version>
25+
<version>2.21.5</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.21.4</version>
25+
<version>2.21.5</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

core/auth/src/test/java/software/amazon/awssdk/auth/signer/AwsSignerExecutionAttributeTest.java

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,19 @@
1717

1818
import static org.assertj.core.api.Assertions.assertThat;
1919
import static org.junit.jupiter.api.Assertions.assertThrows;
20-
import static software.amazon.awssdk.checksums.DefaultChecksumAlgorithm.SHA256;
2120

2221
import java.time.Clock;
2322
import java.time.Duration;
2423
import java.time.Instant;
2524
import java.time.ZoneOffset;
26-
import java.util.Collections;
2725
import java.util.concurrent.CompletableFuture;
2826
import org.junit.jupiter.api.BeforeEach;
2927
import org.junit.jupiter.api.Test;
3028
import org.mockito.Mockito;
3129
import software.amazon.awssdk.auth.credentials.AwsCredentials;
3230
import software.amazon.awssdk.core.SelectedAuthScheme;
33-
import software.amazon.awssdk.core.checksums.Algorithm;
34-
import software.amazon.awssdk.core.checksums.ChecksumSpecs;
3531
import software.amazon.awssdk.core.interceptor.ExecutionAttribute;
3632
import software.amazon.awssdk.core.interceptor.ExecutionAttributes;
37-
import software.amazon.awssdk.core.interceptor.SdkExecutionAttribute;
3833
import software.amazon.awssdk.core.interceptor.SdkInternalExecutionAttribute;
3934
import software.amazon.awssdk.http.auth.aws.signer.AwsV4FamilyHttpSigner;
4035
import software.amazon.awssdk.http.auth.aws.signer.AwsV4HttpSigner;
@@ -169,42 +164,6 @@ public void signingExpiration_oldAndNewAttributeAreMirrored() {
169164
Duration.ofSeconds(10));
170165
}
171166

172-
@Test
173-
public void checksum_AttributeWriteReflectedInProperty() {
174-
assertOldAttributeWrite_canBeReadFromNewAttributeCases(SdkExecutionAttribute.RESOLVED_CHECKSUM_SPECS,
175-
AwsV4FamilyHttpSigner.CHECKSUM_ALGORITHM,
176-
ChecksumSpecs.builder()
177-
.isRequestChecksumRequired(true)
178-
.headerName("beepboop")
179-
.isRequestStreaming(true)
180-
.isValidationEnabled(true)
181-
.responseValidationAlgorithms(
182-
Collections.singletonList(Algorithm.CRC32))
183-
.algorithm(Algorithm.SHA256)
184-
.build(),
185-
SHA256);
186-
}
187-
188-
@Test
189-
public void checksum_PropertyWriteReflectedInAttribute() {
190-
// We need to set up the attribute first, so that ChecksumSpecs information is not lost
191-
ChecksumSpecs valueToWrite = ChecksumSpecs.builder()
192-
.isRequestChecksumRequired(true)
193-
.headerName("beepboop")
194-
.isRequestStreaming(true)
195-
.isValidationEnabled(true)
196-
.responseValidationAlgorithms(
197-
Collections.singletonList(Algorithm.CRC32))
198-
.algorithm(Algorithm.SHA256)
199-
.build();
200-
attributes.putAttribute(SdkExecutionAttribute.RESOLVED_CHECKSUM_SPECS, valueToWrite);
201-
202-
assertNewPropertyWrite_canBeReadFromNewAttributeCases(SdkExecutionAttribute.RESOLVED_CHECKSUM_SPECS,
203-
AwsV4FamilyHttpSigner.CHECKSUM_ALGORITHM,
204-
valueToWrite,
205-
SHA256);
206-
}
207-
208167
private void assertOldAndNewBooleanAttributesAreMirrored(ExecutionAttribute<Boolean> attribute,
209168
SignerProperty<Boolean> property) {
210169
assertOldAndNewAttributesAreMirrored(attribute, property, true);

core/aws-core/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.21.4</version>
25+
<version>2.21.5</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

core/checksums-spi/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.21.4</version>
25+
<version>2.21.5</version>
2626
</parent>
2727

2828
<artifactId>checksums-spi</artifactId>

core/checksums/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.21.4</version>
25+
<version>2.21.5</version>
2626
</parent>
2727

2828
<artifactId>checksums</artifactId>

core/crt-core/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>core</artifactId>
24-
<version>2.21.4</version>
24+
<version>2.21.5</version>
2525
</parent>
2626

2727
<artifactId>crt-core</artifactId>

0 commit comments

Comments
 (0)