Skip to content

Commit 9c95f84

Browse files
authored
Merge branch 'master' into all-contributors/add-akidambisrinivasan
2 parents 043cb94 + f91a8dd commit 9c95f84

File tree

487 files changed

+1445
-666
lines changed

Some content is hidden

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

487 files changed

+1445
-666
lines changed

.changes/2.25.16.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"version": "2.25.16",
3+
"date": "2024-03-22",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "akidambisrinivasan",
9+
"description": "Improve HTTP2/PING timeout logic. Improvement avoids premature timeouts due to delays in scheduling the write of PING frame to the channel and/or flushing it to the socket."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWSKendraFrontendService",
14+
"contributor": "",
15+
"description": "Documentation update, March 2024. Corrects some docs for Amazon Kendra."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Price List Service",
20+
"contributor": "",
21+
"description": "Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SecurityHub",
26+
"contributor": "",
27+
"description": "Added new resource detail object to ASFF, including resource for LastKnownExploitAt"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Kinesis Firehose",
32+
"contributor": "",
33+
"description": "Updates Amazon Firehose documentation for message regarding Enforcing Tags IAM Policy."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "IAM Roles Anywhere",
38+
"contributor": "",
39+
"description": "This release relaxes constraints on the durationSeconds request parameter for the *Profile APIs that support it. This parameter can now take on values that go up to 43200."
40+
}
41+
]
42+
}

.changes/2.25.17.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
{
2+
"version": "2.25.17",
3+
"date": "2024-03-25",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS CodeBuild",
8+
"contributor": "",
9+
"description": "Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Elemental MediaLive",
14+
"contributor": "",
15+
"description": "Exposing TileMedia H265 options"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Global Accelerator",
20+
"contributor": "",
21+
"description": "AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Support creating an `SdkPublisher` from an `Iterable`"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon EC2 Container Service",
32+
"contributor": "",
33+
"description": "Documentation only update for Amazon ECS."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon EMR Containers",
38+
"contributor": "",
39+
"description": "This release increases the number of supported job template parameters from 20 to 100."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Elastic Compute Cloud",
44+
"contributor": "",
45+
"description": "Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon SageMaker Service",
50+
"contributor": "",
51+
"description": "Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5"
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS SDK for Java v2",
56+
"contributor": "",
57+
"description": "Updated endpoint and partition metadata."
58+
}
59+
]
60+
}

.changes/next-release/bugfix-AWSSDKforJavav2-9bd9da8.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,68 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.25.17__ __2024-03-25__
3+
## __AWS CodeBuild__
4+
- ### Features
5+
- Supporting GitLab and GitLab Self Managed as source types in AWS CodeBuild.
6+
7+
## __AWS Elemental MediaLive__
8+
- ### Features
9+
- Exposing TileMedia H265 options
10+
11+
## __AWS Global Accelerator__
12+
- ### Features
13+
- AWS Global Accelerator now supports cross-account sharing for bring your own IP addresses.
14+
15+
## __AWS SDK for Java v2__
16+
- ### Features
17+
- Support creating an `SdkPublisher` from an `Iterable`
18+
- Updated endpoint and partition metadata.
19+
20+
## __Amazon EC2 Container Service__
21+
- ### Features
22+
- Documentation only update for Amazon ECS.
23+
24+
## __Amazon EMR Containers__
25+
- ### Features
26+
- This release increases the number of supported job template parameters from 20 to 100.
27+
28+
## __Amazon Elastic Compute Cloud__
29+
- ### Features
30+
- Added support for ModifyInstanceMetadataDefaults and GetInstanceMetadataDefaults to set Instance Metadata Service account defaults
31+
32+
## __Amazon SageMaker Service__
33+
- ### Features
34+
- Introduced support for the following new instance types on SageMaker Studio for JupyterLab and CodeEditor applications: m6i, m6id, m7i, c6i, c6id, c7i, r6i, r6id, r7i, and p5
35+
36+
# __2.25.16__ __2024-03-22__
37+
## __AWS Price List Service__
38+
- ### Features
39+
- Add ResourceNotFoundException to ListPriceLists and GetPriceListFileUrl APIs
40+
41+
## __AWS SDK for Java v2__
42+
- ### Bugfixes
43+
- Improve HTTP2/PING timeout logic. Improvement avoids premature timeouts due to delays in scheduling the write of PING frame to the channel and/or flushing it to the socket.
44+
- Contributed by: [@akidambisrinivasan](https://github.com/akidambisrinivasan)
45+
46+
## __AWS SecurityHub__
47+
- ### Features
48+
- Added new resource detail object to ASFF, including resource for LastKnownExploitAt
49+
50+
## __AWSKendraFrontendService__
51+
- ### Features
52+
- Documentation update, March 2024. Corrects some docs for Amazon Kendra.
53+
54+
## __Amazon Kinesis Firehose__
55+
- ### Features
56+
- Updates Amazon Firehose documentation for message regarding Enforcing Tags IAM Policy.
57+
58+
## __IAM Roles Anywhere__
59+
- ### Features
60+
- This release relaxes constraints on the durationSeconds request parameter for the *Profile APIs that support it. This parameter can now take on values that go up to 43200.
61+
62+
## __Contributors__
63+
Special thanks to the following contributors to this release:
64+
65+
[@akidambisrinivasan](https://github.com/akidambisrinivasan)
266
# __2.25.15__ __2024-03-21__
367
## __CodeArtifact__
468
- ### 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.15</version>
55+
<version>2.25.17</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.15</version>
89+
<version>2.25.17</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.25.15</version>
94+
<version>2.25.17</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.15</version>
106+
<version>2.25.17</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.16-SNAPSHOT</version>
23+
<version>2.25.18-SNAPSHOT</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.16-SNAPSHOT</version>
23+
<version>2.25.18-SNAPSHOT</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.16-SNAPSHOT</version>
23+
<version>2.25.18-SNAPSHOT</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.16-SNAPSHOT</version>
23+
<version>2.25.18-SNAPSHOT</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.16-SNAPSHOT</version>
20+
<version>2.25.18-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

0 commit comments

Comments
 (0)