Skip to content

Commit 79b815b

Browse files
Merge branch 'release-1.42.79'
* release-1.42.79: Bumping version to 1.42.79 Add changelog entries from botocore
2 parents b5acf8b + b11c6f7 commit 79b815b

5 files changed

Lines changed: 94 additions & 3 deletions

File tree

.changes/1.42.79.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
[
2+
{
3+
"category": "``appstream``",
4+
"description": "[``botocore``] Add support for URL Redirection",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``autoscaling``",
9+
"description": "[``botocore``] Adds support for new instance lifecycle states introduced by the instance lifecycle policy and replace root volume features.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bedrock-agentcore``",
14+
"description": "[``botocore``] Adds Ground Truth support for AgentCore Evaluations (Evaluate)",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``deadline``",
19+
"description": "[``botocore``] AWS Deadline Cloud now supports three new fleet auto scaling settings. With scale out rate, you can configure how quickly workers launch. With worker idle duration, you can set how long workers wait before shutting down. With standby worker count, you can keep idle workers ready for fast job start.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``devops-agent``",
24+
"description": "[``botocore``] AWS DevOps Agent General Availability.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ecs``",
29+
"description": "[``botocore``] Adding Local Storage support for ECS Managed Instances by introducing a new field \"localStorageConfiguration\" for CreateCapacityProvider and UpdateCapacityProvider APIs.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``endpoint-rules``",
34+
"description": "[``botocore``] Update endpoint-rules client to latest version",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``gamelift``",
39+
"description": "[``botocore``] Update CreateScript API documentation.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``lakeformation``",
44+
"description": "[``botocore``] Add setSourceIdentity to DataLakeSettings Parameters",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``logs``",
49+
"description": "[``botocore``] Adds Lookup Tables to CloudWatch Logs for log enrichment using CSV key-value data with KMS encryption support.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``opensearch``",
54+
"description": "[``botocore``] Added Cluster Insights API's In OpenSearch Service SDK.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``partnercentral-account``",
59+
"description": "[``botocore``] KYB Supplemental Form enables partners who fail business verification to submit additional details and supporting documentation through a self-service form, triggering an automated re-verification without requiring manual intervention from support teams.",
60+
"type": "api-change"
61+
},
62+
{
63+
"category": "``sagemaker``",
64+
"description": "[``botocore``] Added support for placement strategy and consolidation for SageMaker inference component endpoints. Customers can now configure how inference component copies are distributed across instances and availability zones (AZs), and enable automatic consolidation to optimizes resource utilization.",
65+
"type": "api-change"
66+
},
67+
{
68+
"category": "``s3``",
69+
"description": "[``botocore``] Added support for opting out of Amazon S3 Express session authentication via the new ``disable_s3_express_session_auth`` S3 client configuration setting, or the new ``AWS_S3_DISABLE_EXPRESS_SESSION_AUTH`` environment variable, or the ``s3_disable_express_session_auth`` shared configuration setting.",
70+
"type": "enhancement"
71+
}
72+
]

CHANGELOG.rst

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

5+
1.42.79
6+
=======
7+
8+
* api-change:``appstream``: [``botocore``] Add support for URL Redirection
9+
* api-change:``autoscaling``: [``botocore``] Adds support for new instance lifecycle states introduced by the instance lifecycle policy and replace root volume features.
10+
* api-change:``bedrock-agentcore``: [``botocore``] Adds Ground Truth support for AgentCore Evaluations (Evaluate)
11+
* api-change:``deadline``: [``botocore``] AWS Deadline Cloud now supports three new fleet auto scaling settings. With scale out rate, you can configure how quickly workers launch. With worker idle duration, you can set how long workers wait before shutting down. With standby worker count, you can keep idle workers ready for fast job start.
12+
* api-change:``devops-agent``: [``botocore``] AWS DevOps Agent General Availability.
13+
* api-change:``ecs``: [``botocore``] Adding Local Storage support for ECS Managed Instances by introducing a new field "localStorageConfiguration" for CreateCapacityProvider and UpdateCapacityProvider APIs.
14+
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version
15+
* api-change:``gamelift``: [``botocore``] Update CreateScript API documentation.
16+
* api-change:``lakeformation``: [``botocore``] Add setSourceIdentity to DataLakeSettings Parameters
17+
* api-change:``logs``: [``botocore``] Adds Lookup Tables to CloudWatch Logs for log enrichment using CSV key-value data with KMS encryption support.
18+
* api-change:``opensearch``: [``botocore``] Added Cluster Insights API's In OpenSearch Service SDK.
19+
* api-change:``partnercentral-account``: [``botocore``] KYB Supplemental Form enables partners who fail business verification to submit additional details and supporting documentation through a self-service form, triggering an automated re-verification without requiring manual intervention from support teams.
20+
* api-change:``sagemaker``: [``botocore``] Added support for placement strategy and consolidation for SageMaker inference component endpoints. Customers can now configure how inference component copies are distributed across instances and availability zones (AZs), and enable automatic consolidation to optimizes resource utilization.
21+
* enhancement:``s3``: [``botocore``] Added support for opting out of Amazon S3 Express session authentication via the new ``disable_s3_express_session_auth`` S3 client configuration setting, or the new ``AWS_S3_DISABLE_EXPRESS_SESSION_AUTH`` environment variable, or the ``s3_disable_express_session_auth`` shared configuration setting.
22+
23+
524
1.42.78
625
=======
726

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.42.78'
21+
__version__ = '1.42.79'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

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.42.78,<1.43.0
6+
botocore>=1.42.79,<1.43.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.16.0,<0.17.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.42.78,<1.43.0',
17+
'botocore>=1.42.79,<1.43.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.16.0,<0.17.0',
2020
]

0 commit comments

Comments
 (0)