Skip to content

Commit 655af71

Browse files
Merge branch 'release-1.22.11' into develop
* release-1.22.11: Bumping version to 1.22.11 Update changelog based on model updates
2 parents 311f5a1 + 29b9d7d commit 655af71

File tree

6 files changed

+83
-4
lines changed

6 files changed

+83
-4
lines changed

.changes/1.22.11.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"category": "``finspace-data``",
4+
"description": "Add new APIs for managing Datasets, Changesets, and Dataviews.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``braket``",
9+
"description": "This release adds support for Amazon Braket Hybrid Jobs.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``s3control``",
14+
"description": "Added Amazon CloudWatch publishing option for S3 Storage Lens metrics.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``chime-sdk-meetings``",
19+
"description": "Added new APIs for enabling Echo Reduction with Voice Focus.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``es``",
24+
"description": "This release adds an optional parameter dry-run for the UpdateElasticsearchDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``connect``",
29+
"description": "This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``ssm``",
34+
"description": "Adds new parameter to CreateActivation API . This parameter is for \"internal use only\".",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``eks``",
39+
"description": "Adding missing exceptions to RegisterCluster operation",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``dms``",
44+
"description": "Added new S3 endpoint settings to allow to convert the current UTC time into a specified time zone when a date partition folder is created. Using with 'DatePartitionedEnabled'.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``rds``",
49+
"description": "Adds local backup support to Amazon RDS on AWS Outposts.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``cloudformation``",
54+
"description": "This release include SDK changes for the feature launch of Stack Import to Service Managed StackSet.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``quicksight``",
59+
"description": "Add support for Exasol data source, 1 click enterprise embedding and email customization.",
60+
"type": "api-change"
61+
}
62+
]

CHANGELOG.rst

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

5+
1.22.11
6+
=======
7+
8+
* api-change:``finspace-data``: Add new APIs for managing Datasets, Changesets, and Dataviews.
9+
* api-change:``braket``: This release adds support for Amazon Braket Hybrid Jobs.
10+
* api-change:``s3control``: Added Amazon CloudWatch publishing option for S3 Storage Lens metrics.
11+
* api-change:``chime-sdk-meetings``: Added new APIs for enabling Echo Reduction with Voice Focus.
12+
* api-change:``es``: This release adds an optional parameter dry-run for the UpdateElasticsearchDomainConfig API to perform basic validation checks, and detect the deployment type that will be required for the configuration change, without actually applying the change.
13+
* api-change:``connect``: This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide.
14+
* api-change:``ssm``: Adds new parameter to CreateActivation API . This parameter is for "internal use only".
15+
* api-change:``eks``: Adding missing exceptions to RegisterCluster operation
16+
* api-change:``dms``: Added new S3 endpoint settings to allow to convert the current UTC time into a specified time zone when a date partition folder is created. Using with 'DatePartitionedEnabled'.
17+
* api-change:``rds``: Adds local backup support to Amazon RDS on AWS Outposts.
18+
* api-change:``cloudformation``: This release include SDK changes for the feature launch of Stack Import to Service Managed StackSet.
19+
* api-change:``quicksight``: Add support for Exasol data source, 1 click enterprise embedding and email customization.
20+
21+
522
1.22.10
623
=======
724

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.22.10'
20+
__version__ = '1.22.11'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.22.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.22.10'
55+
release = '1.22.11'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

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.23.10
6+
botocore==1.23.11
77
docutils>=0.10,<0.16
88
s3transfer>=0.5.0,<0.6.0
99
PyYAML>=3.10,<5.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def find_version(*file_paths):
2424

2525

2626
install_requires = [
27-
'botocore==1.23.10',
27+
'botocore==1.23.11',
2828
'docutils>=0.10,<0.16',
2929
's3transfer>=0.5.0,<0.6.0',
3030
'PyYAML>=3.10,<5.5',

0 commit comments

Comments
 (0)