Skip to content

Commit cb20642

Browse files
Merge pull request #2841 from aws/staging/aed25655-4c14-4e2a-9ccd-ac3fd194796a
Pull request: release <- staging/aed25655-4c14-4e2a-9ccd-ac3fd194796a
2 parents 3948fb2 + 9001162 commit cb20642

File tree

474 files changed

+3013
-598
lines changed

Some content is hidden

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

474 files changed

+3013
-598
lines changed

.changes/2.22.4.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"version": "2.22.4",
3+
"date": "2023-12-21",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Changed the log level from error to warning when exceptions are found in parsing proxy configuration from system properties/environment variables, as we ignore those exceptions and proceed."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Fix an issue where the S3 CRT client can incorrectly treat the body of an error response for `GetObject` as the object's content. For example, if a role has permissions for `HeadObject` but not a `GetObject`, the S3 CRT client would download the `403` response as the object's contents."
16+
},
17+
{
18+
"type": "bugfix",
19+
"category": "AWS SDK for Java v2 Bundle",
20+
"contributor": "",
21+
"description": "Fix an issue where external dependencies are also included unshaded in in the `bundle` JAR."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS CodeCommit",
26+
"contributor": "",
27+
"description": "AWS CodeCommit now supports customer managed keys from AWS Key Management Service. UpdateRepositoryEncryptionKey is added for updating the key configuration. CreateRepository, GetRepository, BatchGetRepositories are updated with new input or output parameters."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Elemental MediaLive",
32+
"contributor": "",
33+
"description": "MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS RDS DataService",
38+
"contributor": "",
39+
"description": "This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Agents for Amazon Bedrock",
44+
"contributor": "",
45+
"description": "This release introduces Amazon Aurora as a vector store on Knowledge Bases for Amazon Bedrock"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon AppIntegrations Service",
50+
"contributor": "",
51+
"description": "The Amazon AppIntegrations service adds DeleteApplication API for deleting applications, and updates APIs to support third party applications reacting to workspace events and make data requests to Amazon Connect for agent and contact events."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Connect Service",
56+
"contributor": "",
57+
"description": "Adds APIs to manage User Proficiencies and Predefined Attributes. Enhances StartOutboundVoiceContact API input. Introduces SearchContacts API. Enhances DescribeContact API. Adds an API to update Routing Attributes in QueuePriority and QueueTimeAdjustmentSeconds."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Neptune Graph",
62+
"contributor": "",
63+
"description": "Adds Waiters for successful creation and deletion of Graph, Graph Snapshot, Import Task and Private Endpoints for Neptune Analytics"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Prometheus Service",
68+
"contributor": "",
69+
"description": "This release updates Amazon Managed Service for Prometheus APIs to support customer managed KMS keys."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Relational Database Service",
74+
"contributor": "",
75+
"description": "This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon SageMaker Service",
80+
"contributor": "",
81+
"description": "Amazon SageMaker Training now provides model training container access for debugging purposes. Amazon SageMaker Search now provides the ability to use visibility conditions to limit resource access to a single domain or multiple domains."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "AWS SDK for Java v2",
86+
"contributor": "",
87+
"description": "Updated endpoint and partition metadata."
88+
}
89+
]
90+
}

CHANGELOG.md

Lines changed: 55 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
# __2.22.4__ __2023-12-21__
2+
## __AWS CodeCommit__
3+
- ### Features
4+
- AWS CodeCommit now supports customer managed keys from AWS Key Management Service. UpdateRepositoryEncryptionKey is added for updating the key configuration. CreateRepository, GetRepository, BatchGetRepositories are updated with new input or output parameters.
5+
6+
## __AWS Elemental MediaLive__
7+
- ### Features
8+
- MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.
9+
10+
## __AWS RDS DataService__
11+
- ### Features
12+
- This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
13+
14+
## __AWS SDK for Java v2__
15+
- ### Features
16+
- Updated endpoint and partition metadata.
17+
18+
- ### Bugfixes
19+
- Changed the log level from error to warning when exceptions are found in parsing proxy configuration from system properties/environment variables, as we ignore those exceptions and proceed.
20+
- Fix an issue where the S3 CRT client can incorrectly treat the body of an error response for `GetObject` as the object's content. For example, if a role has permissions for `HeadObject` but not a `GetObject`, the S3 CRT client would download the `403` response as the object's contents.
21+
22+
## __AWS SDK for Java v2 Bundle__
23+
- ### Bugfixes
24+
- Fix an issue where external dependencies are also included unshaded in in the `bundle` JAR.
25+
26+
## __Agents for Amazon Bedrock__
27+
- ### Features
28+
- This release introduces Amazon Aurora as a vector store on Knowledge Bases for Amazon Bedrock
29+
30+
## __Amazon AppIntegrations Service__
31+
- ### Features
32+
- The Amazon AppIntegrations service adds DeleteApplication API for deleting applications, and updates APIs to support third party applications reacting to workspace events and make data requests to Amazon Connect for agent and contact events.
33+
34+
## __Amazon Connect Service__
35+
- ### Features
36+
- Adds APIs to manage User Proficiencies and Predefined Attributes. Enhances StartOutboundVoiceContact API input. Introduces SearchContacts API. Enhances DescribeContact API. Adds an API to update Routing Attributes in QueuePriority and QueueTimeAdjustmentSeconds.
37+
38+
## __Amazon Neptune Graph__
39+
- ### Features
40+
- Adds Waiters for successful creation and deletion of Graph, Graph Snapshot, Import Task and Private Endpoints for Neptune Analytics
41+
42+
## __Amazon Prometheus Service__
43+
- ### Features
44+
- This release updates Amazon Managed Service for Prometheus APIs to support customer managed KMS keys.
45+
46+
## __Amazon Relational Database Service__
47+
- ### Features
48+
- This release adds support for using RDS Data API with Aurora PostgreSQL Serverless v2 and provisioned DB clusters.
49+
50+
## __Amazon SageMaker Service__
51+
- ### Features
52+
- Amazon SageMaker Training now provides model training container access for debugging purposes. Amazon SageMaker Search now provides the ability to use visibility conditions to limit resource access to a single domain or multiple domains.
53+
154
# __2.22.3__ __2023-12-20__
255
## __AWS MediaTailor__
356
- ### Features
@@ -2433,7 +2486,7 @@ Special thanks to the following contributors to this release:
24332486
## __Contributors__
24342487
Special thanks to the following contributors to this release:
24352488

2436-
[@faucct](https://github.com/faucct), [@psnilesh](https://github.com/psnilesh)
2489+
[@psnilesh](https://github.com/psnilesh), [@faucct](https://github.com/faucct)
24372490
# __2.20.146__ __2023-09-12__
24382491
## __AWS CRT-based S3 Client__
24392492
- ### Bugfixes
@@ -4174,7 +4227,7 @@ Special thanks to the following contributors to this release:
41744227
## __Contributors__
41754228
Special thanks to the following contributors to this release:
41764229

4177-
[@bmaizels](https://github.com/bmaizels), [@breader124](https://github.com/breader124)
4230+
[@breader124](https://github.com/breader124), [@bmaizels](https://github.com/bmaizels)
41784231
# __2.20.85__ __2023-06-13__
41794232
## __AWS CloudTrail__
41804233
- ### 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.22.3</version>
55+
<version>2.22.4</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.22.3</version>
89+
<version>2.22.4</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.22.3</version>
94+
<version>2.22.4</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.22.3</version>
106+
<version>2.22.4</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.22.3</version>
23+
<version>2.22.4</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.22.3</version>
23+
<version>2.22.4</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.22.3</version>
23+
<version>2.22.4</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.22.3</version>
23+
<version>2.22.4</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.22.3</version>
20+
<version>2.22.4</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.22.3</version>
23+
<version>2.22.4</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.22.3</version>
20+
<version>2.22.4</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

0 commit comments

Comments
 (0)