Skip to content

Commit 0738c33

Browse files
Merge pull request #2998 from aws/staging/4bd7b673-ee98-422b-9e79-4e8cf939ada6
Pull request: release <- staging/4bd7b673-ee98-422b-9e79-4e8cf939ada6
2 parents 2ae143d + 2c881a9 commit 0738c33

File tree

488 files changed

+1458
-542
lines changed

Some content is hidden

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

488 files changed

+1458
-542
lines changed

.changes/2.25.40.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.25.40",
3+
"date": "2024-04-26",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS CodePipeline",
8+
"contributor": "",
9+
"description": "Add ability to manually and automatically roll back a pipeline stage to a previously successful execution."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Marketplace Entitlement Service",
14+
"contributor": "",
15+
"description": "Releasing minor endpoint updates."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Support",
20+
"contributor": "",
21+
"description": "Releasing minor endpoint updates."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Cognito Identity Provider",
26+
"contributor": "",
27+
"description": "Add LimitExceededException to SignUp errors"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AmazonConnectCampaignService",
32+
"contributor": "",
33+
"description": "This release adds support for specifying if Answering Machine should wait for prompt sound."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Relational Database Service",
38+
"contributor": "",
39+
"description": "SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "CloudWatch Observability Access Manager",
44+
"contributor": "",
45+
"description": "This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ updates:
1414
patterns:
1515
- "com.fasterxml.jackson*"
1616
ignore:
17+
# We don't want to update from 1.x.x unless necessary because it will
18+
# require extra verification to ensure customers aren't broken by the
19+
# update.
20+
- dependency-name: "org.slf4j:*"
21+
update-types: ["version-update:semver-major"]
22+
1723
# Ignore test dependencies to reduce PR noisiness. We don't need to stay
1824
# on top of them as much as compile/runtime dependencies
1925
- dependency-name: "com.amazonaws:aws-java-sdk*"
@@ -46,3 +52,5 @@ updates:
4652
- dependency-name: "org.codehaus.mojo:exec-maven-plugin"
4753
- dependency-name: "org.apache.maven.plugin-tools:maven-plugin-annotations"
4854
- dependency-name: "org.graalvm.buildtools:*"
55+
- dependency-name: "org.jacoco:jacoco-maven-plugin"
56+
- dependency-name: "org.apache.commons:commons-lang3"

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.25.40__ __2024-04-26__
3+
## __AWS CodePipeline__
4+
- ### Features
5+
- Add ability to manually and automatically roll back a pipeline stage to a previously successful execution.
6+
7+
## __AWS Marketplace Entitlement Service__
8+
- ### Features
9+
- Releasing minor endpoint updates.
10+
11+
## __AWS SDK for Java v2__
12+
- ### Features
13+
- Updated endpoint and partition metadata.
14+
15+
## __AWS Support__
16+
- ### Features
17+
- Releasing minor endpoint updates.
18+
19+
## __Amazon Cognito Identity Provider__
20+
- ### Features
21+
- Add LimitExceededException to SignUp errors
22+
23+
## __Amazon Relational Database Service__
24+
- ### Features
25+
- SupportsLimitlessDatabase field added to describe-db-engine-versions to indicate whether the DB engine version supports Aurora Limitless Database.
26+
27+
## __AmazonConnectCampaignService__
28+
- ### Features
29+
- This release adds support for specifying if Answering Machine should wait for prompt sound.
30+
31+
## __CloudWatch Observability Access Manager__
32+
- ### Features
33+
- This release introduces support for Source Accounts to define which Metrics and Logs to share with the Monitoring Account
34+
235
# __2.25.39__ __2024-04-25__
336
## __AWS AppSync__
437
- ### 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.25.39</version>
55+
<version>2.25.40</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.25.39</version>
89+
<version>2.25.40</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.25.39</version>
94+
<version>2.25.40</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.25.39</version>
106+
<version>2.25.40</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.25.39</version>
23+
<version>2.25.40</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.25.39</version>
23+
<version>2.25.40</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.25.39</version>
23+
<version>2.25.40</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.25.39</version>
23+
<version>2.25.40</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.25.39</version>
20+
<version>2.25.40</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.25.39</version>
23+
<version>2.25.40</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.25.39</version>
20+
<version>2.25.40</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle-logging-bridge/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.25.39</version>
24+
<version>2.25.40</version>
2525
</parent>
2626
<artifactId>bundle-logging-bridge</artifactId>
2727
<packaging>jar</packaging>

bundle-sdk/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.25.39</version>
24+
<version>2.25.40</version>
2525
</parent>
2626
<artifactId>bundle-sdk</artifactId>
2727
<packaging>jar</packaging>

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.25.39</version>
24+
<version>2.25.40</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.25.39</version>
25+
<version>2.25.40</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.25.39</version>
24+
<version>2.25.40</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.25.39</version>
25+
<version>2.25.40</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.25.39</version>
24+
<version>2.25.40</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

codegen/src/main/java/software/amazon/awssdk/codegen/poet/paginators/PaginatorsClassSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ protected MemberModel memberModelForResponseMember(String input) {
169169
protected CodeBlock hasNextPageMethodBody() {
170170
if (paginatorDefinition.getMoreResults() != null) {
171171
return CodeBlock.builder()
172-
.add("return $N.$L.booleanValue()",
172+
.add("return $1N.$2L != null && $1N.$2L.booleanValue()",
173173
PREVIOUS_PAGE_METHOD_ARGUMENT,
174174
fluentGetterMethodForResponseMember(paginatorDefinition.getMoreResults()))
175175
.build();

codegen/src/main/java/software/amazon/awssdk/codegen/poet/paginators/customizations/SameTokenAsyncResponseClassSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected TypeSpec.Builder nextPageFetcherClass() {
7676
protected CodeBlock hasNextPageMethodBody() {
7777
if (paginatorDefinition.getMoreResults() != null) {
7878
return CodeBlock.builder()
79-
.add("return $N.$L.booleanValue()",
79+
.add("return $1N.$2L != null && $1N.$2L.booleanValue()",
8080
PREVIOUS_PAGE_METHOD_ARGUMENT,
8181
fluentGetterMethodForResponseMember(paginatorDefinition.getMoreResults()))
8282
.build();

codegen/src/main/java/software/amazon/awssdk/codegen/poet/paginators/customizations/SameTokenSyncResponseClassSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected TypeSpec.Builder nextPageFetcherClass() {
7474
protected CodeBlock hasNextPageMethodBody() {
7575
if (paginatorDefinition.getMoreResults() != null) {
7676
return CodeBlock.builder()
77-
.add("return $N.$L.booleanValue()",
77+
.add("return $1N.$2L != null && $1N.$2L.booleanValue()",
7878
PREVIOUS_PAGE_METHOD_ARGUMENT,
7979
fluentGetterMethodForResponseMember(paginatorDefinition.getMoreResults()))
8080
.build();

0 commit comments

Comments
 (0)