Skip to content

Commit 4a8c103

Browse files
Merge pull request #3348 from aws/staging/4f71a1a6-ec0f-41ca-bf50-7866cba9a379
Pull request: release <- staging/4f71a1a6-ec0f-41ca-bf50-7866cba9a379
2 parents e29efc3 + e62d53b commit 4a8c103

File tree

487 files changed

+2117
-1323
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

+2117
-1323
lines changed

.changes/2.28.23.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"version": "2.28.23",
3+
"date": "2024-10-15",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Amplify",
8+
"contributor": "",
9+
"description": "Added sourceUrlType field to StartDeployment request"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS CloudFormation",
14+
"contributor": "",
15+
"description": "Documentation update for AWS CloudFormation API Reference."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS CodeBuild",
20+
"contributor": "",
21+
"description": "Enable proxy for reserved capacity fleet."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Resilience Hub",
26+
"contributor": "",
27+
"description": "AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Interactive Video Service",
32+
"contributor": "",
33+
"description": "On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Redshift",
38+
"contributor": "",
39+
"description": "This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Simple Email Service",
44+
"contributor": "",
45+
"description": "This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Transcribe Streaming Service",
50+
"contributor": "",
51+
"description": "We are expanding support for 40 new locales in AWS Transcribe Streaming."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "QBusiness",
56+
"contributor": "",
57+
"description": "Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "AWS SDK for Java v2",
62+
"contributor": "",
63+
"description": "Updated endpoint and partition metadata."
64+
}
65+
]
66+
}

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,45 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.28.23__ __2024-10-15__
3+
## __AWS Amplify__
4+
- ### Features
5+
- Added sourceUrlType field to StartDeployment request
6+
7+
## __AWS CloudFormation__
8+
- ### Features
9+
- Documentation update for AWS CloudFormation API Reference.
10+
11+
## __AWS CodeBuild__
12+
- ### Features
13+
- Enable proxy for reserved capacity fleet.
14+
15+
## __AWS Resilience Hub__
16+
- ### Features
17+
- AWS Resilience Hub now integrates with the myApplications platform, enabling customers to easily assess the resilience of applications defined in myApplications. The new Resiliency widget provides visibility into application resilience and actionable recommendations for improvement.
18+
19+
## __AWS SDK for Java v2__
20+
- ### Features
21+
- Updated endpoint and partition metadata.
22+
23+
## __Amazon Interactive Video Service__
24+
- ### Features
25+
- On a channel that you own, you can now replace an ongoing stream with a new stream by streaming up with the priority parameter appended to the stream key.
26+
27+
## __Amazon Redshift__
28+
- ### Features
29+
- This release launches the CreateIntegration, DeleteIntegration, DescribeIntegrations and ModifyIntegration APIs to create and manage Amazon Redshift Zero-ETL Integrations.
30+
31+
## __Amazon Simple Email Service__
32+
- ### Features
33+
- This release adds support for email maximum delivery seconds that allows senders to control the time within which their emails are attempted for delivery.
34+
35+
## __Amazon Transcribe Streaming Service__
36+
- ### Features
37+
- We are expanding support for 40 new locales in AWS Transcribe Streaming.
38+
39+
## __QBusiness__
40+
- ### Features
41+
- Amazon Q Business now supports embedding the Amazon Q Business web experience on third-party websites.
42+
243
# __2.28.22__ __2024-10-14__
344
## __AWS CodePipeline__
445
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To automatically manage module versions (currently all modules have the same ver
5151
<dependency>
5252
<groupId>software.amazon.awssdk</groupId>
5353
<artifactId>bom</artifactId>
54-
<version>2.28.22</version>
54+
<version>2.28.23</version>
5555
<type>pom</type>
5656
<scope>import</scope>
5757
</dependency>
@@ -85,12 +85,12 @@ Alternatively you can add dependencies for the specific services you use only:
8585
<dependency>
8686
<groupId>software.amazon.awssdk</groupId>
8787
<artifactId>ec2</artifactId>
88-
<version>2.28.22</version>
88+
<version>2.28.23</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>software.amazon.awssdk</groupId>
9292
<artifactId>s3</artifactId>
93-
<version>2.28.22</version>
93+
<version>2.28.23</version>
9494
</dependency>
9595
```
9696

@@ -102,7 +102,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
102102
<dependency>
103103
<groupId>software.amazon.awssdk</groupId>
104104
<artifactId>aws-sdk-java</artifactId>
105-
<version>2.28.22</version>
105+
<version>2.28.23</version>
106106
</dependency>
107107
```
108108

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

0 commit comments

Comments
 (0)