Skip to content

Commit c2680d1

Browse files
Merge branch 'release-1.42.0' into develop
* release-1.42.0: Bumping version to 1.42.0 Add changelog entries from botocore Update changelog based on model updates
2 parents 20588fd + 8dbef03 commit c2680d1

File tree

6 files changed

+90
-5
lines changed

6 files changed

+90
-5
lines changed

.changes/1.42.0.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
[
2+
{
3+
"category": "``customer-profiles``",
4+
"description": "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": "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": "This release enables secondary IP addresses for Network Load Balancers.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``entityresolution``",
19+
"description": "Add support for creating advanced rule-based matching workflows in AWS Entity Resolution.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``glue``",
24+
"description": "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": "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": "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": "Granular access control support for NEO-SAML with IAMFederation for AOS data source",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``quicksight``",
44+
"description": "Added Impala connector support",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``s3control``",
49+
"description": "Add Tags field to CreateAccessPoint",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``sesv2``",
54+
"description": "This release introduces support for Multi-tenant management",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``workspaces-web``",
59+
"description": "Added ability to log session activity on a portal to an S3 bucket.",
60+
"type": "api-change"
61+
},
62+
{
63+
"category": "``sts``",
64+
"description": "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.",
65+
"type": "feature"
66+
}
67+
]

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
CHANGELOG
33
=========
44

5+
1.42.0
6+
======
7+
8+
* api-change:``customer-profiles``: 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``: 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``: This release enables secondary IP addresses for Network Load Balancers.
11+
* api-change:``entityresolution``: Add support for creating advanced rule-based matching workflows in AWS Entity Resolution.
12+
* api-change:``glue``: 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``: Extend usage to include agentless hours and add CODE_REPOSITORY to aggregation resource type
14+
* api-change:``iot``: This release allows AWS IoT Core users to use their own AWS KMS keys for data protection
15+
* api-change:``opensearch``: Granular access control support for NEO-SAML with IAMFederation for AOS data source
16+
* api-change:``quicksight``: Added Impala connector support
17+
* api-change:``s3control``: Add Tags field to CreateAccessPoint
18+
* api-change:``sesv2``: This release introduces support for Multi-tenant management
19+
* api-change:``workspaces-web``: Added ability to log session activity on a portal to an S3 bucket.
20+
* feature:``sts``: 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.
21+
22+
523
1.41.17
624
=======
725

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import os
2020

21-
__version__ = '1.41.17'
21+
__version__ = '1.42.0'
2222

2323
#
2424
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '1.41.'
53+
version = '1.42'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.41.17'
55+
release = '1.42.0'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore==1.39.17
6+
botocore==1.40.0
77
docutils>=0.18.1,<=0.19
88
s3transfer>=0.13.0,<0.14.0
99
PyYAML>=3.10,<6.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def find_version(*file_paths):
2424

2525

2626
install_requires = [
27-
'botocore==1.39.17',
27+
'botocore==1.40.0',
2828
'docutils>=0.18.1,<=0.19',
2929
's3transfer>=0.13.0,<0.14.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)