Skip to content

Commit 61523c9

Browse files
Bump version to 2.26.3
1 parent e15020f commit 61523c9

14 files changed

Lines changed: 65 additions & 50 deletions

.changes/2.26.3.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
[
2+
{
3+
"category": "``servicecatalog``",
4+
"description": "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.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``s3tables``",
9+
"description": "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.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``dsql``",
14+
"description": "Added GetClusterEndpointService API. The new API allows retrieving endpoint service name specific to a cluster.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "Formatter",
19+
"description": "Update JSON formatter to encode raw bytes as UTF-8.",
20+
"type": "bugfix"
21+
},
22+
{
23+
"category": "``events``",
24+
"description": "Adding support for KmsKeyIdentifer in CreateConnection, UpdateConnection and DescribeConnection APIs",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``resource-groups``",
29+
"description": "Resource Groups: TagSyncTasks can be created with ResourceQuery",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``eks``",
34+
"description": "Added support for new AL2023 ARM64 NVIDIA AMIs to the supported AMITypes.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``connectcases``",
39+
"description": "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.",
40+
"type": "api-change"
41+
}
42+
]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.changes/next-release/bugfix-Formatter-33861.json

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

CHANGELOG.rst

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

5+
2.26.3
6+
======
7+
8+
* api-change:``servicecatalog``: 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.
9+
* api-change:``s3tables``: 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.
10+
* api-change:``dsql``: Added GetClusterEndpointService API. The new API allows retrieving endpoint service name specific to a cluster.
11+
* bugfix:Formatter: Update JSON formatter to encode raw bytes as UTF-8.
12+
* api-change:``events``: Adding support for KmsKeyIdentifer in CreateConnection, UpdateConnection and DescribeConnection APIs
13+
* api-change:``resource-groups``: Resource Groups: TagSyncTasks can be created with ResourceQuery
14+
* api-change:``eks``: Added support for new AL2023 ARM64 NVIDIA AMIs to the supported AMITypes.
15+
* api-change:``connectcases``: 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.
16+
17+
518
2.26.2
619
======
720

0 commit comments

Comments
 (0)