Skip to content

Commit 621d800

Browse files
Merge pull request #2995 from aws/staging/06977f4b-7fb5-42bf-addc-9ba4260e3e2f
Pull request: release <- staging/06977f4b-7fb5-42bf-addc-9ba4260e3e2f
2 parents defcd0d + ea69550 commit 621d800

File tree

478 files changed

+2373
-602
lines changed

Some content is hidden

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

478 files changed

+2373
-602
lines changed

.changes/2.25.38.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.25.38",
3+
"date": "2024-04-24",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS DataSync",
8+
"contributor": "",
9+
"description": "This change allows users to disable and enable the schedules associated with their tasks."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS EntityResolution",
14+
"contributor": "",
15+
"description": "Support Batch Unique IDs Deletion."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon EMR Containers",
20+
"contributor": "",
21+
"description": "EMRonEKS Service support for SecurityConfiguration enforcement for Spark Jobs."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Elastic Compute Cloud",
26+
"contributor": "",
27+
"description": "Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon GameLift",
32+
"contributor": "",
33+
"description": "Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Simple Systems Manager (SSM)",
38+
"contributor": "",
39+
"description": "Add SSM DescribeInstanceProperties API to public AWS SDK."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Updated endpoint and partition metadata."
46+
}
47+
]
48+
}

.github/workflows/closed-issue-message.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
types: [closed]
55
jobs:
66
auto_comment:
7+
if: github.repository == 'aws/aws-sdk-java-v2'
78
runs-on: ubuntu-latest
89
permissions:
910
issues: write
@@ -13,5 +14,5 @@ jobs:
1314
# These inputs are both required
1415
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1516
message: |
16-
This issue is now closed. Comments on closed issues are hard for our team to see.
17+
This issue is now closed. Comments on closed issues are hard for our team to see.
1718
If you need more assistance, please open a new issue that references this one.

.github/workflows/codebuild-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ permissions:
1414

1515
jobs:
1616
jdk8-build:
17+
if: github.repository == 'aws/aws-sdk-java-v2'
1718
runs-on: ubuntu-latest
1819
steps:
1920
- name: Configure AWS Credentials
@@ -28,6 +29,7 @@ jobs:
2829
with:
2930
project-name: aws-sdk-java-v2
3031
jdk11-build:
32+
if: github.repository == 'aws/aws-sdk-java-v2'
3133
runs-on: ubuntu-latest
3234
steps:
3335
- name: Configure AWS Credentials
@@ -42,6 +44,7 @@ jobs:
4244
with:
4345
project-name: aws-sdk-java-v2-JDK11
4446
jdk17-build:
47+
if: github.repository == 'aws/aws-sdk-java-v2'
4548
runs-on: ubuntu-latest
4649
steps:
4750
- name: Configure AWS Credentials
@@ -56,6 +59,7 @@ jobs:
5659
with:
5760
project-name: aws-sdk-java-v2-JDK17
5861
jdk21-build:
62+
if: github.repository == 'aws/aws-sdk-java-v2'
5963
runs-on: ubuntu-latest
6064
steps:
6165
- name: Configure AWS Credentials
@@ -70,6 +74,7 @@ jobs:
7074
with:
7175
project-name: aws-java-sdk-v2-JDK21
7276
windows-jdk8-build:
77+
if: github.repository == 'aws/aws-sdk-java-v2'
7378
runs-on: ubuntu-latest
7479
steps:
7580
- name: Configure AWS Credentials
@@ -83,6 +88,7 @@ jobs:
8388
with:
8489
project-name: aws-sdk-java-v2-JDK8-windows
8590
native-image-test:
91+
if: github.repository == 'aws/aws-sdk-java-v2'
8692
runs-on: ubuntu-latest
8793
steps:
8894
- name: Configure AWS Credentials
@@ -96,6 +102,7 @@ jobs:
96102
with:
97103
project-name: aws-sdk-java-v2-native-image-test
98104
sonar-cloud-build:
105+
if: github.repository == 'aws/aws-sdk-java-v2'
99106
runs-on: ubuntu-latest
100107
steps:
101108
- name: Configure AWS Credentials
@@ -118,6 +125,7 @@ jobs:
118125
BRANCH: ${{ github.head_ref || 'master'}}
119126
BASE: ${{ github.base_ref }}
120127
endpoints-tests:
128+
if: github.repository == 'aws/aws-sdk-java-v2'
121129
runs-on: ubuntu-latest
122130
steps:
123131
- name: Configure AWS Credentials

.github/workflows/handle-stale-discussions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ on:
77

88
jobs:
99
handle-stale-discussions:
10+
if: github.repository == 'aws/aws-sdk-java-v2'
1011
name: Handle stale discussions
1112
runs-on: ubuntu-latest
1213
permissions:
1314
discussions: write
1415
steps:
1516
- name: Stale discussions action
1617
uses: aws-github-ops/handle-stale-discussions@v1
18+
with:
19+
close-stale-as-answered: false
20+
close-answered-discussion: false
1721
env:
1822
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

.github/workflows/stale-issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
cleanup:
10+
if: github.repository == 'aws/aws-sdk-java-v2'
1011
name: Stale issue job
1112
runs-on: ubuntu-latest
1213
permissions:

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.25.38__ __2024-04-24__
3+
## __AWS DataSync__
4+
- ### Features
5+
- This change allows users to disable and enable the schedules associated with their tasks.
6+
7+
## __AWS EntityResolution__
8+
- ### Features
9+
- Support Batch Unique IDs Deletion.
10+
11+
## __AWS SDK for Java v2__
12+
- ### Features
13+
- Updated endpoint and partition metadata.
14+
15+
## __Amazon EMR Containers__
16+
- ### Features
17+
- EMRonEKS Service support for SecurityConfiguration enforcement for Spark Jobs.
18+
19+
## __Amazon Elastic Compute Cloud__
20+
- ### Features
21+
- Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface
22+
23+
## __Amazon GameLift__
24+
- ### Features
25+
- Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.
26+
27+
## __Amazon Simple Systems Manager (SSM)__
28+
- ### Features
29+
- Add SSM DescribeInstanceProperties API to public AWS SDK.
30+
231
# __2.25.37__ __2024-04-23__
332
## __AWS Cost Explorer Service__
433
- ### 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.37</version>
55+
<version>2.25.38</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.37</version>
89+
<version>2.25.38</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.25.37</version>
94+
<version>2.25.38</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.37</version>
106+
<version>2.25.38</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.37</version>
23+
<version>2.25.38</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.37</version>
23+
<version>2.25.38</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.37</version>
23+
<version>2.25.38</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.37</version>
23+
<version>2.25.38</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.37</version>
20+
<version>2.25.38</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.37</version>
23+
<version>2.25.38</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.25.37</version>
20+
<version>2.25.38</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -222,6 +222,11 @@
222222
<artifactId>iam-policy-builder</artifactId>
223223
<version>${awsjavasdk.version}</version>
224224
</dependency>
225+
<dependency>
226+
<groupId>software.amazon.awssdk</groupId>
227+
<artifactId>endpoints-spi</artifactId>
228+
<version>${awsjavasdk.version}</version>
229+
</dependency>
225230
<!-- Services -->
226231
<dependency>
227232
<groupId>software.amazon.awssdk</groupId>

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.37</version>
24+
<version>2.25.38</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.37</version>
24+
<version>2.25.38</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.37</version>
24+
<version>2.25.38</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.37</version>
25+
<version>2.25.38</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.37</version>
24+
<version>2.25.38</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.37</version>
25+
<version>2.25.38</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.37</version>
24+
<version>2.25.38</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.25.37</version>
23+
<version>2.25.38</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.25.37</version>
23+
<version>2.25.38</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.25.37</version>
25+
<version>2.25.38</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.25.37</version>
25+
<version>2.25.38</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

0 commit comments

Comments
 (0)