Skip to content

Commit c050610

Browse files
Merge branch 'release-1.42.91' into develop
* release-1.42.91: Bumping version to 1.42.91 Add changelog entries from botocore
2 parents 1a92783 + f8d1385 commit c050610

5 files changed

Lines changed: 64 additions & 3 deletions

File tree

.changes/1.42.91.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``cleanrooms``",
4+
"description": "[``botocore``] This release adds support for configurable spark properties for Cleanrooms PySpark workloads.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connect``",
9+
"description": "[``botocore``] Fixes in SDK for customers using TestCase APIs",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``connectcampaignsv2``",
14+
"description": "[``botocore``] This release adds support for campaign entry limits configuration and hourly refresh frequency in Amazon Connect Outbound Campaigns.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``groundstation``",
19+
"description": "[``botocore``] Adds support for updating contacts, listing antennas, and listing ground station reservations. New API operations - UpdateContact, ListContactVersions, DescribeContactVersion, ListAntennas, and ListGroundStationReservations.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``imagebuilder``",
24+
"description": "[``botocore``] ImportDiskImage API adds registerImageOptions for Secure Boot control and custom UEFI data. It adds windowsConfiguration for selecting a specific edition from multi-image .wim files during ISO import.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``neptune``",
29+
"description": "[``botocore``] Improving Documentation for Neptune",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``quicksight``",
34+
"description": "[``botocore``] Public release of dashboard customization summary, S3 Tables data source type, Athena cross-account connector, custom sorting for controls, and AI-powered analysis generation.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``sagemaker``",
39+
"description": "[``botocore``] Adds support for providing NetworkInterface for efa enabled instances and Simplified cluster creation for Slurm-orchestrated clusters with optional Lifecycle Script (LCS) configuration.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``sts``",
44+
"description": "[``botocore``] The STS client now supports configuring SigV4a through the auth scheme preference setting. SigV4a uses asymmetric cryptography, enabling customers using long-term IAM credentials to continue making STS API calls even when a region is isolated from the partition leader.",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

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

5+
1.42.91
6+
=======
7+
8+
* api-change:``cleanrooms``: [``botocore``] This release adds support for configurable spark properties for Cleanrooms PySpark workloads.
9+
* api-change:``connect``: [``botocore``] Fixes in SDK for customers using TestCase APIs
10+
* api-change:``connectcampaignsv2``: [``botocore``] This release adds support for campaign entry limits configuration and hourly refresh frequency in Amazon Connect Outbound Campaigns.
11+
* api-change:``groundstation``: [``botocore``] Adds support for updating contacts, listing antennas, and listing ground station reservations. New API operations - UpdateContact, ListContactVersions, DescribeContactVersion, ListAntennas, and ListGroundStationReservations.
12+
* api-change:``imagebuilder``: [``botocore``] ImportDiskImage API adds registerImageOptions for Secure Boot control and custom UEFI data. It adds windowsConfiguration for selecting a specific edition from multi-image .wim files during ISO import.
13+
* api-change:``neptune``: [``botocore``] Improving Documentation for Neptune
14+
* api-change:``quicksight``: [``botocore``] Public release of dashboard customization summary, S3 Tables data source type, Athena cross-account connector, custom sorting for controls, and AI-powered analysis generation.
15+
* api-change:``sagemaker``: [``botocore``] Adds support for providing NetworkInterface for efa enabled instances and Simplified cluster creation for Slurm-orchestrated clusters with optional Lifecycle Script (LCS) configuration.
16+
* api-change:``sts``: [``botocore``] The STS client now supports configuring SigV4a through the auth scheme preference setting. SigV4a uses asymmetric cryptography, enabling customers using long-term IAM credentials to continue making STS API calls even when a region is isolated from the partition leader.
17+
18+
519
1.42.90
620
=======
721

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.90'
21+
__version__ = '1.42.91'
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.90,<1.43.0
6+
botocore>=1.42.91,<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.90,<1.43.0',
17+
'botocore>=1.42.91,<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)