You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Added support for on-demand practice runs and balanced capacity checks in ARC autoshift practice.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``b2bi``",
9
+
"description": "Updated APIs to support inbound EDI split capabilities and additional Partnership-level configurations of generated EDI files' contents and format.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``bedrock``",
14
+
"description": "Add support for API Keys, Re-Ranker, implicit filter for RAG / KB evaluation for Bedrock APIs.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``bedrock-runtime``",
19
+
"description": "Add API Key and document citations support for Bedrock Runtime APIs",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``cloudformation``",
24
+
"description": "Added support for UNKNOWN drift status.",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``config``",
29
+
"description": "Updated ResourceType enum with new resource types onboarded by AWS Config as of June 2025",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``connect``",
34
+
"description": "This release introduces ChatMetrics to the model, providing comprehensive analytics insights for Amazon Connect chat conversations. Users can access these detailed metrics through the AWS Connect API by using the DescribeContact operation with their specific instance and contact IDs",
35
+
"type": "api-change"
36
+
},
37
+
{
38
+
"category": "``dataexchange``",
39
+
"description": "This release updates resource Id with alphanumeric constraint, including Asset id, Revision id, Data Set id, Job id, and Event Action id.",
40
+
"type": "api-change"
41
+
},
42
+
{
43
+
"category": "``dynamodb``",
44
+
"description": "This change adds support for witnesses in global tables. It also adds a new table status, REPLICATION_NOT_AUTHORIZED. This status will indicate scenarios where global replicas table can't be utilized for data plane operations.",
45
+
"type": "api-change"
46
+
},
47
+
{
48
+
"category": "``events``",
49
+
"description": "Added support for EventBridge Dualstack endpoints in AWS GovCloud (US) regions (us-gov-east-1 and us-gov-west-1). The dualstack endpoints are identical for both FIPS and non-FIPS configurations, following the format: events.{region}.api.aws",
50
+
"type": "api-change"
51
+
},
52
+
{
53
+
"category": "``glue``",
54
+
"description": "releasing source processing properties to support source properties for ODB integrations",
55
+
"type": "api-change"
56
+
},
57
+
{
58
+
"category": "``iam``",
59
+
"description": "Updated IAM ServiceSpecificCredential support to include expiration, API Key output format instead of username and password for services that will support API keys, and the ability to list credentials for all users in the account for a given service configuration.",
60
+
"type": "api-change"
61
+
},
62
+
{
63
+
"category": "``logs``",
64
+
"description": "Increase minimum length of queryId parameter to 1 character.",
65
+
"type": "api-change"
66
+
},
67
+
{
68
+
"category": "``medical-imaging``",
69
+
"description": "Added new fields to support the concept of primary image sets within the storage hierarchy.",
70
+
"type": "api-change"
71
+
},
72
+
{
73
+
"category": "``networkflowmonitor``",
74
+
"description": "Add ConflictExceptions to UpdateScope and DeleteScope operations for scopes being mutated.",
75
+
"type": "api-change"
76
+
},
77
+
{
78
+
"category": "``outposts``",
79
+
"description": "Make ContactName and ContactPhoneNumber required fields when creating and updating Outpost Site Addresses.",
80
+
"type": "api-change"
81
+
},
82
+
{
83
+
"category": "``pcs``",
84
+
"description": "Fixed the validation pattern for an instance profile Amazon Resource Name (ARN) in AWS PCS.",
85
+
"type": "api-change"
86
+
},
87
+
{
88
+
"category": "``quicksight``",
89
+
"description": "Introduced custom permission capabilities for reporting content. Added menu option in exploration to preserve configuration data when textbox menu option is used. Added support for Athena trusted identity propagation.",
90
+
"type": "api-change"
91
+
},
92
+
{
93
+
"category": "``ssm``",
94
+
"description": "Introduces AccessType, a new filter value for the DescribeSessions API.",
95
+
"type": "api-change"
96
+
},
97
+
{
98
+
"category": "``transfer``",
99
+
"description": "Added support for dual-stack (IPv4 and IPv6) endpoints for SFTP public endpoints and VPC-internal endpoints (SFTP, FTPS, FTP, and AS2), enabling customers to configure new servers with IPv4 or dual-stack mode, convert existing servers to dual-stack, and use IPv6 with service APIs.",
100
+
"type": "api-change"
101
+
},
102
+
{
103
+
"category": "``bedrock``",
104
+
"description": "Add support for retrieving a Bearer token from environment variables to enable bearer authentication with Bedrock services.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,32 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.41.0
6
+
======
7
+
8
+
* api-change:``arc-zonal-shift``: Added support for on-demand practice runs and balanced capacity checks in ARC autoshift practice.
9
+
* api-change:``b2bi``: Updated APIs to support inbound EDI split capabilities and additional Partnership-level configurations of generated EDI files' contents and format.
10
+
* api-change:``bedrock``: Add support for API Keys, Re-Ranker, implicit filter for RAG / KB evaluation for Bedrock APIs.
11
+
* api-change:``bedrock-runtime``: Add API Key and document citations support for Bedrock Runtime APIs
12
+
* api-change:``cloudformation``: Added support for UNKNOWN drift status.
13
+
* api-change:``config``: Updated ResourceType enum with new resource types onboarded by AWS Config as of June 2025
14
+
* api-change:``connect``: This release introduces ChatMetrics to the model, providing comprehensive analytics insights for Amazon Connect chat conversations. Users can access these detailed metrics through the AWS Connect API by using the DescribeContact operation with their specific instance and contact IDs
15
+
* api-change:``dataexchange``: This release updates resource Id with alphanumeric constraint, including Asset id, Revision id, Data Set id, Job id, and Event Action id.
16
+
* api-change:``dynamodb``: This change adds support for witnesses in global tables. It also adds a new table status, REPLICATION_NOT_AUTHORIZED. This status will indicate scenarios where global replicas table can't be utilized for data plane operations.
17
+
* api-change:``events``: Added support for EventBridge Dualstack endpoints in AWS GovCloud (US) regions (us-gov-east-1 and us-gov-west-1). The dualstack endpoints are identical for both FIPS and non-FIPS configurations, following the format: events.{region}.api.aws
18
+
* api-change:``glue``: releasing source processing properties to support source properties for ODB integrations
19
+
* api-change:``iam``: Updated IAM ServiceSpecificCredential support to include expiration, API Key output format instead of username and password for services that will support API keys, and the ability to list credentials for all users in the account for a given service configuration.
20
+
* api-change:``logs``: Increase minimum length of queryId parameter to 1 character.
21
+
* api-change:``medical-imaging``: Added new fields to support the concept of primary image sets within the storage hierarchy.
22
+
* api-change:``networkflowmonitor``: Add ConflictExceptions to UpdateScope and DeleteScope operations for scopes being mutated.
23
+
* api-change:``outposts``: Make ContactName and ContactPhoneNumber required fields when creating and updating Outpost Site Addresses.
24
+
* api-change:``pcs``: Fixed the validation pattern for an instance profile Amazon Resource Name (ARN) in AWS PCS.
25
+
* api-change:``quicksight``: Introduced custom permission capabilities for reporting content. Added menu option in exploration to preserve configuration data when textbox menu option is used. Added support for Athena trusted identity propagation.
26
+
* api-change:``ssm``: Introduces AccessType, a new filter value for the DescribeSessions API.
27
+
* api-change:``transfer``: Added support for dual-stack (IPv4 and IPv6) endpoints for SFTP public endpoints and VPC-internal endpoints (SFTP, FTPS, FTP, and AS2), enabling customers to configure new servers with IPv4 or dual-stack mode, convert existing servers to dual-stack, and use IPv6 with service APIs.
28
+
* feature:``bedrock``: Add support for retrieving a Bearer token from environment variables to enable bearer authentication with Bedrock services.
0 commit comments