Skip to content

Commit 2355631

Browse files
authored
Minor version update to 2.46.0 (#7005)
1 parent 32056a8 commit 2355631

522 files changed

Lines changed: 626 additions & 624 deletions

File tree

Some content is hidden

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

CHANGELOG.md

Lines changed: 1 addition & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -1,107 +1,2 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2-
# __2.45.1__ __2026-05-29__
3-
## __AWS Ground Station__
4-
- ### Features
5-
- Adds support for Alpha-5 satellite number encoding in the Two-Line Element ephemeris format.
6-
7-
## __AWS RDS DataService__
8-
- ### Features
9-
- RDS Data API arrays (longValues, doubleValues, stringValues, booleanValues) in ExecuteStatement responses now correctly support null elements. Runtime change for JS v3 and .NET. Compile-time change for C plus plus, .NET, Kotlin, Rust. No impact for Java, Python, Ruby, PHP, Go.
10-
11-
## __AWS SDK for Java v2__
12-
- ### Features
13-
- Updated endpoint and partition metadata.
14-
15-
## __Amazon Bedrock__
16-
- ### Features
17-
- Automated Reasoning checks - Added two build workflows for policies. Iterative Refine Policy uses AI to update policy definitions based on test results and feedback. Resolve Policy Ambiguities consolidates ambiguous variables in Automated Reasoning policies, a common source of ambiguous validation.
18-
19-
## __Amazon Bedrock AgentCore Control__
20-
- ### Features
21-
- Reference your own AWS Secrets Manager secrets when configuring credential providers, giving you control over encryption, rotation, and access policies instead of using service-managed secrets.
22-
23-
## __Amazon Omics__
24-
- ### Features
25-
- Add engineSettings to StartRun and GetRun. Add profiles and profileParameterTemplates to GetWorkflow and GetWorkflowVersion.
26-
27-
## __Amazon QuickSight__
28-
- ### Features
29-
- Adds support for creating, updating, describing, listing, and deleting an OAuthClientApplication resource, a new quicksight resource that allows customers to store OAuth configurations to connect to their databases via 3 Legged OAuth.
30-
31-
## __Amazon Route 53 Resolver__
32-
- ### Features
33-
- Added BatchCreateFirewallRule, BatchUpdateFirewallRule, BatchDeleteFirewallRule, and ListFirewallRuleTypes APIs. Added FirewallRuleType support to Firewall Rule APIs.
34-
35-
## __Amazon Simple Email Service__
36-
- ### Features
37-
- This release introduces support for Tenant Suppression Lists
38-
39-
## __Apache HTTP Client 5__
40-
- ### Features
41-
- Fail fast at Apache5HttpClient construction when SecurityManager is active and jdk.net.NetworkPermission setOption.TCP_KEEPIDLE, setOption.TCP_KEEPINTERVAL, setOption.TCP_KEEPCOUNT are not granted.
42-
43-
# __2.45.0__ __2026-05-28__
44-
## __AWS Control Catalog__
45-
- ### Features
46-
- AWS Control Catalog - Added GovernedProviders response field and inclusion filter to GetControl and ListControls APIs to identify and filter by cloud provider. Added ParameterRequirementSummary response field indicating parameter requirements.
47-
48-
## __AWS IoT__
49-
- ### Features
50-
- Adds new connectivity-related fields to Fleet Indexing API requests and responses.
51-
52-
## __AWS IoT Data Plane__
53-
- ### Features
54-
- Adding GetConnection, ListSubscriptions, and SendDirectMessage APIs to IoT Data Plane
55-
56-
## __AWS Parallel Computing Service__
57-
- ### Features
58-
- This release adds support for configuring scaleDownIdleTimeInSeconds at the compute node group level, allowing customers to set different idle timeouts per node group. Previously this setting was only available at the cluster level.
59-
60-
## __AWS Resilience Hub V2__
61-
- ### Features
62-
- This is the initial SDK release for the next generation of Resilience Hub.
63-
64-
## __AWS S3 Control__
65-
- ### Features
66-
- Update the minimum value of MinStorageBytesPercentage in StorageLensPrefixLevel.SelectionCriteria from 0.1 to 1, aligning the model with the documented contract.
67-
68-
## __AWS SDK for Java v2__
69-
- ### Features
70-
- Updated endpoint and partition metadata.
71-
72-
## __AWSDeadlineCloud__
73-
- ### Features
74-
- Added support for persistent storage on Service-Managed Fleets, allowing customers to configure persistent storage that preserves data across worker sessions which reduces job startup times for workloads with large software installations or asset caches.
75-
76-
## __Amazon AppStream__
77-
- ### Features
78-
- Amazon WorkSpaces Applications now supports BYOL (Bring Your Own License). This enables customers to import their own WorkSpaces images and use them in WorkSpaces Applications.
79-
80-
## __Amazon Bedrock__
81-
- ### Features
82-
- Add support for ModelPackageArn in Bedrock's CreateCustomModel API
83-
84-
## __Amazon Bedrock AgentCore__
85-
- ### Features
86-
- Added Harness support for LiteLLM model configuration for third-party model providers. Added S3 and Git skill source types. Added Responses API format for OpenAI and Bedrock models. Added runtimeUserId and runtimeClientError to InvokeHarness.
87-
88-
## __Amazon Bedrock AgentCore Control__
89-
- ### Features
90-
- Added Harness support for LiteLLM model configuration for third-party model providers. Added S3 and Git skill source types. Added Responses API format for OpenAI and Bedrock models. Added runtimeUserId parameter to InvokeHarness for end-user identification.
91-
92-
## __Amazon Bedrock Runtime__
93-
- ### Features
94-
- Support system role in message
95-
96-
## __Amazon Connect Customer Profiles__
97-
- ### Features
98-
- BatchPutProfileObject API adds multiple profile objects to a domain of a given ObjectType in a single API call.
99-
100-
## __Amazon S3__
101-
- ### Bugfixes
102-
- The multipart S3 client now honors MetadataDirective COPY by preserving source object metadata on the destination during multipart copy.
103-
104-
## __OpenSearch Service Serverless__
105-
- ### Features
106-
- Adds support for deletion protection on collections, ability to create NEXTGEN collection groups and autoscaling visibility for NEXTGEN collection groups
107-
2+

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

0 commit comments

Comments
 (0)