Skip to content

Commit e2fb47b

Browse files
Merge branch 'release-1.40.0'
* 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)
2 parents ce70857 + 9e895ba commit e2fb47b

File tree

6 files changed

+90
-5
lines changed

6 files changed

+90
-5
lines changed

.changes/1.40.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": "[``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",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``quicksight``",
44+
"description": "[``botocore``] Added Impala connector support",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``s3control``",
49+
"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.",
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.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.
21+
22+
523
1.39.17
624
=======
725

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from boto3.session import Session
1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.39.17'
21+
__version__ = '1.40.0'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

docs/source/guide/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ in the ``~/.aws/config`` file.
421421
``sts_regional_endpoints``
422422
Sets AWS STS endpoint resolution logic. This configuration can also be set
423423
using the environment variable ``AWS_STS_REGIONAL_ENDPOINTS``. By default,
424-
this configuration option is set to ``legacy``. Valid values are the following:
424+
this configuration option is set to ``regional``. Valid values are the following:
425425

426426
* ``regional``
427427
Uses the STS endpoint that corresponds to the configured Region. For
@@ -641,4 +641,4 @@ Setting it in the shared credentials or config file:
641641
.. code-block:: ini
642642
643643
[default]
644-
account_id_endpoint_mode=disabled
644+
account_id_endpoint_mode=disabled

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,<1.40.0
6+
botocore>=1.40.0,<1.41.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.13.0,<0.14.0
99

setup.py

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

1515

1616
requires = [
17-
'botocore>=1.39.17,<1.40.0',
17+
'botocore>=1.40.0,<1.41.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.13.0,<0.14.0',
2020
]

0 commit comments

Comments
 (0)