Skip to content

Commit 26e93c5

Browse files
Bumping version to 1.37.35
1 parent b850feb commit 26e93c5

12 files changed

Lines changed: 52 additions & 38 deletions

.changes/1.37.35.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``connectcases``",
4+
"description": "[``botocore``] This feature provides capabilities to help track and meet service level agreements (SLAs) on cases programmatically. It allows configuring a new related item of type `Sla` on a case using CreateRelatedItem API and provides the ability to search for this new related item using SearchRelatedItems API.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``dsql``",
9+
"description": "[``botocore``] Added GetClusterEndpointService API. The new API allows retrieving endpoint service name specific to a cluster.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``eks``",
14+
"description": "[``botocore``] Added support for new AL2023 ARM64 NVIDIA AMIs to the supported AMITypes.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``events``",
19+
"description": "[``botocore``] Adding support for KmsKeyIdentifer in CreateConnection, UpdateConnection and DescribeConnection APIs",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``resource-groups``",
24+
"description": "[``botocore``] Resource Groups: TagSyncTasks can be created with ResourceQuery",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``s3tables``",
29+
"description": "[``botocore``] S3 Tables now supports setting encryption configurations on table buckets and tables. Encryption configurations can use server side encryption using AES256 or KMS customer-managed keys.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``servicecatalog``",
34+
"description": "[``botocore``] Updated default value for the access-level-filter in SearchProvisionedProducts API to Account. For access to userLevel or roleLevel, the user must provide access-level-filter parameter.",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-connectcases-93953.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-dsql-17149.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-eks-99547.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-events-10101.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-resourcegroups-14762.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-s3tables-17832.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-servicecatalog-73619.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

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

5+
1.37.35
6+
=======
7+
8+
* api-change:``connectcases``: [``botocore``] This feature provides capabilities to help track and meet service level agreements (SLAs) on cases programmatically. It allows configuring a new related item of type `Sla` on a case using CreateRelatedItem API and provides the ability to search for this new related item using SearchRelatedItems API.
9+
* api-change:``dsql``: [``botocore``] Added GetClusterEndpointService API. The new API allows retrieving endpoint service name specific to a cluster.
10+
* api-change:``eks``: [``botocore``] Added support for new AL2023 ARM64 NVIDIA AMIs to the supported AMITypes.
11+
* api-change:``events``: [``botocore``] Adding support for KmsKeyIdentifer in CreateConnection, UpdateConnection and DescribeConnection APIs
12+
* api-change:``resource-groups``: [``botocore``] Resource Groups: TagSyncTasks can be created with ResourceQuery
13+
* api-change:``s3tables``: [``botocore``] S3 Tables now supports setting encryption configurations on table buckets and tables. Encryption configurations can use server side encryption using AES256 or KMS customer-managed keys.
14+
* api-change:``servicecatalog``: [``botocore``] Updated default value for the access-level-filter in SearchProvisionedProducts API to Account. For access to userLevel or roleLevel, the user must provide access-level-filter parameter.
15+
16+
517
1.37.34
618
=======
719

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.37.34'
20+
__version__ = '1.37.35'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

0 commit comments

Comments
 (0)