Skip to content

Commit edae57b

Browse files
Merge branch 'release-1.35.61'
* release-1.35.61: Bumping version to 1.35.61 Add changelog entries from botocore
2 parents 0e08511 + 61bb713 commit edae57b

File tree

5 files changed

+88
-3
lines changed

5 files changed

+88
-3
lines changed

.changes/1.35.61.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
[
2+
{
3+
"category": "``accessanalyzer``",
4+
"description": "[``botocore``] Expand analyzer configuration capabilities for unused access analyzers. Unused access analyzer configurations now support the ability to exclude accounts and resource tags from analysis providing more granular control over the scope of analysis.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``cloudcontrol``",
9+
"description": "[``botocore``] Added support for CloudFormation Hooks with Cloud Control API. The GetResourceRequestStatus API response now includes an optional HooksProgressEvent and HooksRequestToken parameter for Hooks Invocation Progress as part of resource operation with Cloud Control.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``deadline``",
14+
"description": "[``botocore``] Adds support for select GPU accelerated instance types when creating new service-managed fleets.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``iam``",
19+
"description": "[``botocore``] This release includes support for five new APIs and changes to existing APIs that give AWS Organizations customers the ability to use temporary root credentials, targeted to member accounts in the organization.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``iotwireless``",
24+
"description": "[``botocore``] New FuotaTask resource type to enable logging for your FUOTA tasks. A ParticipatingGatewaysforMulticast parameter to choose the list of gateways to receive the multicast downlink message and the transmission interval between them. Descriptor field which will be sent to devices during FUOTA transfer.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ivs``",
29+
"description": "[``botocore``] IVS now offers customers the ability to stream multitrack video to Channels.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``license-manager-user-subscriptions``",
34+
"description": "[``botocore``] New and updated API operations to support License Included User-based Subscription of Microsoft Remote Desktop Services (RDS).",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``partnercentral-selling``",
39+
"description": "[``botocore``] Announcing AWS Partner Central API for Selling: This service launch Introduces new APIs for co-selling opportunity management and related functions. Key features include notifications, a dynamic sandbox for testing, and streamlined validations.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``quicksight``",
44+
"description": "[``botocore``] This release adds APIs for Custom Permissions management in QuickSight, and APIs to support QuickSight Branding.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``redshift``",
49+
"description": "[``botocore``] Adds support for Amazon Redshift S3AccessGrants",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``s3``",
54+
"description": "[``botocore``] This release updates the ListBuckets API Reference documentation in support of the new 10,000 general purpose bucket default quota on all AWS accounts. To increase your bucket quota from 10,000 to up to 1 million buckets, simply request a quota increase via Service Quotas.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``sagemaker``",
59+
"description": "[``botocore``] Add support for Neuron instance types [ trn1/trn1n/inf2 ] on SageMaker Notebook Instances Platform.",
60+
"type": "api-change"
61+
},
62+
{
63+
"category": "``sts``",
64+
"description": "[``botocore``] This release introduces the new API 'AssumeRoot', which returns short-term credentials that you can use to perform privileged tasks.",
65+
"type": "api-change"
66+
}
67+
]

CHANGELOG.rst

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

5+
1.35.61
6+
=======
7+
8+
* api-change:``accessanalyzer``: [``botocore``] Expand analyzer configuration capabilities for unused access analyzers. Unused access analyzer configurations now support the ability to exclude accounts and resource tags from analysis providing more granular control over the scope of analysis.
9+
* api-change:``cloudcontrol``: [``botocore``] Added support for CloudFormation Hooks with Cloud Control API. The GetResourceRequestStatus API response now includes an optional HooksProgressEvent and HooksRequestToken parameter for Hooks Invocation Progress as part of resource operation with Cloud Control.
10+
* api-change:``deadline``: [``botocore``] Adds support for select GPU accelerated instance types when creating new service-managed fleets.
11+
* api-change:``iam``: [``botocore``] This release includes support for five new APIs and changes to existing APIs that give AWS Organizations customers the ability to use temporary root credentials, targeted to member accounts in the organization.
12+
* api-change:``iotwireless``: [``botocore``] New FuotaTask resource type to enable logging for your FUOTA tasks. A ParticipatingGatewaysforMulticast parameter to choose the list of gateways to receive the multicast downlink message and the transmission interval between them. Descriptor field which will be sent to devices during FUOTA transfer.
13+
* api-change:``ivs``: [``botocore``] IVS now offers customers the ability to stream multitrack video to Channels.
14+
* api-change:``license-manager-user-subscriptions``: [``botocore``] New and updated API operations to support License Included User-based Subscription of Microsoft Remote Desktop Services (RDS).
15+
* api-change:``partnercentral-selling``: [``botocore``] Announcing AWS Partner Central API for Selling: This service launch Introduces new APIs for co-selling opportunity management and related functions. Key features include notifications, a dynamic sandbox for testing, and streamlined validations.
16+
* api-change:``quicksight``: [``botocore``] This release adds APIs for Custom Permissions management in QuickSight, and APIs to support QuickSight Branding.
17+
* api-change:``redshift``: [``botocore``] Adds support for Amazon Redshift S3AccessGrants
18+
* api-change:``s3``: [``botocore``] This release updates the ListBuckets API Reference documentation in support of the new 10,000 general purpose bucket default quota on all AWS accounts. To increase your bucket quota from 10,000 to up to 1 million buckets, simply request a quota increase via Service Quotas.
19+
* api-change:``sagemaker``: [``botocore``] Add support for Neuron instance types [ trn1/trn1n/inf2 ] on SageMaker Notebook Instances Platform.
20+
* api-change:``sts``: [``botocore``] This release introduces the new API 'AssumeRoot', which returns short-term credentials that you can use to perform privileged tasks.
21+
22+
523
1.35.60
624
=======
725

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.35.60'
20+
__version__ = '1.35.61'
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.35.60,<1.36.0
6+
botocore>=1.35.61,<1.36.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.10.0,<0.11.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.35.60,<1.36.0',
17+
'botocore>=1.35.61,<1.36.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.10.0,<0.11.0',
2020
]

0 commit comments

Comments
 (0)