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
* release-1.40.0: Bumping version to 1.40.0 Add changelog entries from botocore Update the documentation to reflect the change in default sts endpoint (#4576)
"description": "[``botocore``] The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate.",
5
+
"type": "api-change"
6
+
},
7
+
{
8
+
"category": "``ec2``",
9
+
"description": "[``botocore``] Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem.",
10
+
"type": "api-change"
11
+
},
12
+
{
13
+
"category": "``elbv2``",
14
+
"description": "[``botocore``] This release enables secondary IP addresses for Network Load Balancers.",
15
+
"type": "api-change"
16
+
},
17
+
{
18
+
"category": "``entityresolution``",
19
+
"description": "[``botocore``] Add support for creating advanced rule-based matching workflows in AWS Entity Resolution.",
20
+
"type": "api-change"
21
+
},
22
+
{
23
+
"category": "``glue``",
24
+
"description": "[``botocore``] Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types.",
25
+
"type": "api-change"
26
+
},
27
+
{
28
+
"category": "``inspector2``",
29
+
"description": "[``botocore``] Extend usage to include agentless hours and add CODE_REPOSITORY to aggregation resource type",
30
+
"type": "api-change"
31
+
},
32
+
{
33
+
"category": "``iot``",
34
+
"description": "[``botocore``] This release allows AWS IoT Core users to use their own AWS KMS keys for data protection",
35
+
"type": "api-change"
36
+
},
37
+
{
38
+
"category": "``opensearch``",
39
+
"description": "[``botocore``] Granular access control support for NEO-SAML with IAMFederation for AOS data source",
"description": "[``botocore``] Add Tags field to CreateAccessPoint",
50
+
"type": "api-change"
51
+
},
52
+
{
53
+
"category": "``sesv2``",
54
+
"description": "[``botocore``] This release introduces support for Multi-tenant management",
55
+
"type": "api-change"
56
+
},
57
+
{
58
+
"category": "``workspaces-web``",
59
+
"description": "[``botocore``] Added ability to log session activity on a portal to an S3 bucket.",
60
+
"type": "api-change"
61
+
},
62
+
{
63
+
"category": "``sts``",
64
+
"description": "[``botocore``] Updated the default sts service endpoint from ``legacy`` to ``regional``. This behavior can be overridden using the ``sts_regional_endpoints`` setting in the shared AWS config file or the ``AWS_STS_REGIONAL_ENDPOINTS`` environment variable.",
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,24 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
1.40.0
6
+
======
7
+
8
+
* api-change:``customer-profiles``: [``botocore``] The release updates standard profile with 2 new fields that supports account-level engagement. Updated APIs include CreateProfile, UpdateProfile, MergeProfiles, SearchProfiles, BatchGetProfile, GetSegmentMembership, CreateSegmentDefinition, CreateSegmentEstimate.
9
+
* api-change:``ec2``: [``botocore``] Added support for the force option for the EC2 instance terminate command. This feature enables customers to recover resources associated with an instance stuck in the shutting-down state as a result of rare issues caused by a frozen operating system or an underlying hardware problem.
10
+
* api-change:``elbv2``: [``botocore``] This release enables secondary IP addresses for Network Load Balancers.
11
+
* api-change:``entityresolution``: [``botocore``] Add support for creating advanced rule-based matching workflows in AWS Entity Resolution.
12
+
* api-change:``glue``: [``botocore``] Added support for Route node, S3 Iceberg sources/targets, catalog Iceberg sources, DynamoDB ELT connector, AutoDataQuality evaluation, enhanced PII detection with redaction, Kinesis fan-out support, and new R-series worker types.
13
+
* api-change:``inspector2``: [``botocore``] Extend usage to include agentless hours and add CODE_REPOSITORY to aggregation resource type
14
+
* api-change:``iot``: [``botocore``] This release allows AWS IoT Core users to use their own AWS KMS keys for data protection
15
+
* api-change:``opensearch``: [``botocore``] Granular access control support for NEO-SAML with IAMFederation for AOS data source
16
+
* api-change:``quicksight``: [``botocore``] Added Impala connector support
17
+
* api-change:``s3control``: [``botocore``] Add Tags field to CreateAccessPoint
18
+
* api-change:``sesv2``: [``botocore``] This release introduces support for Multi-tenant management
19
+
* api-change:``workspaces-web``: [``botocore``] Added ability to log session activity on a portal to an S3 bucket.
20
+
* feature:``sts``: [``botocore``] Updated the default sts service endpoint from ``legacy`` to ``regional``. This behavior can be overridden using the ``sts_regional_endpoints`` setting in the shared AWS config file or the ``AWS_STS_REGIONAL_ENDPOINTS`` environment variable.
0 commit comments