Skip to content

Commit ee92fbd

Browse files
Merge branch 'release-1.40.6'
* release-1.40.6: Bumping version to 1.40.6 Add changelog entries from botocore
2 parents a91e94d + f0a5be5 commit ee92fbd

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

.changes/1.40.6.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``connect``",
4+
"description": "[``botocore``] This release adds a new API GetContactMetrics for Amazon Connect.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``inspector2``",
9+
"description": "[``botocore``] Add CVSSV4 to Vulnerability Search API and update enable/disable account id list length to 5",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``iot-data``",
14+
"description": "[``botocore``] Adding DeleteConnection API to IoT Data Plane",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``sagemaker``",
19+
"description": "[``botocore``] Adds support for GB200 UltraServers in Amazon SageMaker training jobs, training plans, and HyperPod clusters",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``transcribe``",
24+
"description": "[``botocore``] Update documentation to use key ARN only in OutputEncryptionKMSKeyId request parameter",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "stub",
29+
"description": "[``botocore``] Fixes a bug which causes the stubber to begin failing for DynamoDB when SSO or AssumeRole credentials fail to load",
30+
"type": "bugfix"
31+
}
32+
]

CHANGELOG.rst

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

5+
1.40.6
6+
======
7+
8+
* api-change:``connect``: [``botocore``] This release adds a new API GetContactMetrics for Amazon Connect.
9+
* api-change:``inspector2``: [``botocore``] Add CVSSV4 to Vulnerability Search API and update enable/disable account id list length to 5
10+
* api-change:``iot-data``: [``botocore``] Adding DeleteConnection API to IoT Data Plane
11+
* api-change:``sagemaker``: [``botocore``] Adds support for GB200 UltraServers in Amazon SageMaker training jobs, training plans, and HyperPod clusters
12+
* api-change:``transcribe``: [``botocore``] Update documentation to use key ARN only in OutputEncryptionKMSKeyId request parameter
13+
* bugfix:stub: [``botocore``] Fixes a bug which causes the stubber to begin failing for DynamoDB when SSO or AssumeRole credentials fail to load
14+
15+
516
1.40.5
617
======
718

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.5'
21+
__version__ = '1.40.6'
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.5,<1.41.0
6+
botocore>=1.40.6,<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.40.5,<1.41.0',
17+
'botocore>=1.40.6,<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)