Skip to content

Commit 173e2b4

Browse files
Merge branch 'release-1.38.26'
* release-1.38.26: Bumping version to 1.38.26 Add changelog entries from botocore
2 parents 3797b9c + 99ba763 commit 173e2b4

File tree

5 files changed

+82
-3
lines changed

5 files changed

+82
-3
lines changed

.changes/1.38.26.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"category": "``amplify``",
4+
"description": "[``botocore``] Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``autoscaling``",
9+
"description": "[``botocore``] Add support for \"apple\" CpuManufacturer in ABIS",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``bcm-pricing-calculator``",
14+
"description": "[``botocore``] Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``cloudtrail``",
19+
"description": "[``botocore``] CloudTrail Feature Release: Support for Enriched Events with Configurable Context for Event Data Store",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``connect``",
24+
"description": "[``botocore``] Amazon Connect Service Feature: Email Recipient Limit Increase",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``dataexchange``",
29+
"description": "[``botocore``] This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``datasync``",
34+
"description": "[``botocore``] AgentArns field is made optional for Object Storage and Azure Blob location create requests. Location credentials are now managed via Secrets Manager, and may be encrypted with service managed or customer managed keys. Authentication is now optional for Azure Blob locations.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``fsx``",
39+
"description": "[``botocore``] FSx API changes to support the public launch of new Intelligent Tiering storage class on Amazon FSx for Lustre",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``ivs-realtime``",
44+
"description": "[``botocore``] IVS Real-Time now offers customers the participant replication that allow customers to copy a participant from one stage to another.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``mwaa``",
49+
"description": "[``botocore``] Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``s3``",
54+
"description": "[``botocore``] Adding checksum support for S3 PutBucketOwnershipControls API.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``sagemaker``",
59+
"description": "[``botocore``] Add maintenance status field to DescribeMlflowTrackingServer API response",
60+
"type": "api-change"
61+
}
62+
]

CHANGELOG.rst

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

5+
1.38.26
6+
=======
7+
8+
* api-change:``amplify``: [``botocore``] Add support for customizable build instance sizes. CreateApp and UpdateApp operations now accept a new JobConfig parameter composed of BuildComputeType.
9+
* api-change:``autoscaling``: [``botocore``] Add support for "apple" CpuManufacturer in ABIS
10+
* api-change:``bcm-pricing-calculator``: [``botocore``] Add AFTER_DISCOUNTS_AND_COMMITMENTS to Workload Estimate Rate Type. Set ListWorkLoadEstimateUsage maxResults range to minimum of 0 and maximum of 300.
11+
* api-change:``cloudtrail``: [``botocore``] CloudTrail Feature Release: Support for Enriched Events with Configurable Context for Event Data Store
12+
* api-change:``connect``: [``botocore``] Amazon Connect Service Feature: Email Recipient Limit Increase
13+
* api-change:``dataexchange``: [``botocore``] This release adds Tag support for Event Action resource, through which customers can create event actions with Tags and retrieve event actions with Tags.
14+
* api-change:``datasync``: [``botocore``] AgentArns field is made optional for Object Storage and Azure Blob location create requests. Location credentials are now managed via Secrets Manager, and may be encrypted with service managed or customer managed keys. Authentication is now optional for Azure Blob locations.
15+
* api-change:``fsx``: [``botocore``] FSx API changes to support the public launch of new Intelligent Tiering storage class on Amazon FSx for Lustre
16+
* api-change:``ivs-realtime``: [``botocore``] IVS Real-Time now offers customers the participant replication that allow customers to copy a participant from one stage to another.
17+
* api-change:``mwaa``: [``botocore``] Amazon MWAA now lets you choose a worker replacement strategy when updating an environment. This release adds two worker replacement strategies: FORCED (default), which stops workers immediately, and GRACEFUL, which allows workers to finish current tasks before shutting down.
18+
* api-change:``s3``: [``botocore``] Adding checksum support for S3 PutBucketOwnershipControls API.
19+
* api-change:``sagemaker``: [``botocore``] Add maintenance status field to DescribeMlflowTrackingServer API response
20+
21+
522
1.38.25
623
=======
724

boto3/__init__.py

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

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.38.25'
20+
__version__ = '1.38.26'
2121

2222

2323
# 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.38.25,<1.39.0
6+
botocore>=1.38.26,<1.39.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.38.25,<1.39.0',
17+
'botocore>=1.38.26,<1.39.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.13.0,<0.14.0',
2020
]

0 commit comments

Comments
 (0)