Skip to content

Commit a8c928a

Browse files
Merge branch 'release-1.40.70'
* release-1.40.70: Bumping version to 1.40.70 Add changelog entries from botocore
2 parents aecb2bb + 9534f00 commit a8c928a

File tree

5 files changed

+94
-3
lines changed

5 files changed

+94
-3
lines changed

.changes/1.40.70.json

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
[
2+
{
3+
"category": "``acm-pca``",
4+
"description": "[``botocore``] Private Certificate Authority service now supports ML-DSA key algorithms.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``appstream``",
9+
"description": "[``botocore``] AWS Appstream support for IPv6",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``backup``",
14+
"description": "[``botocore``] AWS Backup supports backups of Amazon EKS clusters, including Kubernetes cluster state and persistent storage attached to the EKS cluster via a persistent volume claim (EBS volumes, EFS file systems, and S3 buckets).",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``braket``",
19+
"description": "[``botocore``] Adds ExperimentalCapabilities field to CreateQuantumTask request and GetQuantumTask response objects. Enables use of experimental software capabilities when creating quantum tasks.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``datazone``",
24+
"description": "[``botocore``] Remove trackingServerName from DataZone Connection MLflowProperties",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``dsql``",
29+
"description": "[``botocore``] Cluster endpoint added to CreateCluster and GetCluster API responses",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``ec2``",
34+
"description": "[``botocore``] Amazon EC2 Fleet customers can now filter instance types based on encryption-in-transit support using Attribute-Based Instance Type Selection (ABIS), eliminating the manual effort of identifying and selecting compatible instance types for security-sensitive workloads.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``guardduty``",
39+
"description": "[``botocore``] Include tags filed in CreatePublishingDestinationRequest and DescribePublishingDestinationResponse.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``iam``",
44+
"description": "[``botocore``] Added CreateDelegationRequest API, which is not available for general use at this time.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``invoicing``",
49+
"description": "[``botocore``] Added new invoicing get-invoice-pdf API Operation",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``kafka``",
54+
"description": "[``botocore``] Amazon MSK now supports intelligent rebalancing for MSK Express brokers.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``sts``",
59+
"description": "[``botocore``] Added GetDelegatedAccessToken API, which is not available for general use at this time.",
60+
"type": "api-change"
61+
},
62+
{
63+
"category": "``verifiedpermissions``",
64+
"description": "[``botocore``] Amazon Verified Permissions / Features : Adds support for entity Cedar tags.",
65+
"type": "api-change"
66+
},
67+
{
68+
"category": "``wafv2``",
69+
"description": "[``botocore``] AWS WAF now supports CLOUDWATCH_TELEMETRY_RULE_MANAGED as a LogScope option, enabling automated logging configuration through Amazon CloudWatch Logs for telemetry data collection and analysis.",
70+
"type": "api-change"
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.40.70
6+
=======
7+
8+
* api-change:``acm-pca``: [``botocore``] Private Certificate Authority service now supports ML-DSA key algorithms.
9+
* api-change:``appstream``: [``botocore``] AWS Appstream support for IPv6
10+
* api-change:``backup``: [``botocore``] AWS Backup supports backups of Amazon EKS clusters, including Kubernetes cluster state and persistent storage attached to the EKS cluster via a persistent volume claim (EBS volumes, EFS file systems, and S3 buckets).
11+
* api-change:``braket``: [``botocore``] Adds ExperimentalCapabilities field to CreateQuantumTask request and GetQuantumTask response objects. Enables use of experimental software capabilities when creating quantum tasks.
12+
* api-change:``datazone``: [``botocore``] Remove trackingServerName from DataZone Connection MLflowProperties
13+
* api-change:``dsql``: [``botocore``] Cluster endpoint added to CreateCluster and GetCluster API responses
14+
* api-change:``ec2``: [``botocore``] Amazon EC2 Fleet customers can now filter instance types based on encryption-in-transit support using Attribute-Based Instance Type Selection (ABIS), eliminating the manual effort of identifying and selecting compatible instance types for security-sensitive workloads.
15+
* api-change:``guardduty``: [``botocore``] Include tags filed in CreatePublishingDestinationRequest and DescribePublishingDestinationResponse.
16+
* api-change:``iam``: [``botocore``] Added CreateDelegationRequest API, which is not available for general use at this time.
17+
* api-change:``invoicing``: [``botocore``] Added new invoicing get-invoice-pdf API Operation
18+
* api-change:``kafka``: [``botocore``] Amazon MSK now supports intelligent rebalancing for MSK Express brokers.
19+
* api-change:``sts``: [``botocore``] Added GetDelegatedAccessToken API, which is not available for general use at this time.
20+
* api-change:``verifiedpermissions``: [``botocore``] Amazon Verified Permissions / Features : Adds support for entity Cedar tags.
21+
* api-change:``wafv2``: [``botocore``] AWS WAF now supports CLOUDWATCH_TELEMETRY_RULE_MANAGED as a LogScope option, enabling automated logging configuration through Amazon CloudWatch Logs for telemetry data collection and analysis.
22+
23+
524
1.40.69
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.40.69'
21+
__version__ = '1.40.70'
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.40.69,<1.41.0
6+
botocore>=1.40.70,<1.41.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.14.0,<0.15.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.40.69,<1.41.0',
17+
'botocore>=1.40.70,<1.41.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.14.0,<0.15.0',
2020
]

0 commit comments

Comments
 (0)