Skip to content

Commit ab2ee00

Browse files
Merge branch 'release-1.22.47' into develop
* release-1.22.47: Bumping version to 1.22.47 Update changelog based on model updates
2 parents 870e542 + 078e0a6 commit ab2ee00

7 files changed

Lines changed: 83 additions & 9 deletions

File tree

.changes/1.22.47.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"category": "``emr``",
4+
"description": "Update emr command to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``elasticache``",
9+
"description": "Documentation update for AWS ElastiCache",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "datapipeline",
14+
"description": "Deprecated support for the datapipeline create-default-roles command",
15+
"type": "enhancement"
16+
},
17+
{
18+
"category": "``es``",
19+
"description": "Allows customers to get progress updates for blue/green deployments",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``fis``",
24+
"description": "Added GetTargetResourceType and ListTargetResourceTypesAPI actions. These actions return additional details about resource types and parameters that can be targeted by FIS actions. Added a parameters field for the targets that can be specified in experiment templates.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``comprehend``",
29+
"description": "Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``dynamodb``",
34+
"description": "Documentation update for DynamoDB Java SDK.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``iot``",
39+
"description": "This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``ce``",
44+
"description": "Doc-only update for Cost Explorer API that adds INVOICING_ENTITY dimensions",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``appflow``",
49+
"description": "Launching Amazon AppFlow Custom Connector SDK.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``glue``",
54+
"description": "Launch Protobuf support for AWS Glue Schema Registry",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``personalize``",
59+
"description": "Adding minRecommendationRequestsPerSecond attribute to recommender APIs.",
60+
"type": "api-change"
61+
}
62+
]

.changes/next-release/enhancement-datapipeline-86652.json

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

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.47
6+
=======
7+
8+
* api-change:``emr``: Update emr command to latest version
9+
* api-change:``elasticache``: Documentation update for AWS ElastiCache
10+
* enhancement:datapipeline: Deprecated support for the datapipeline create-default-roles command
11+
* api-change:``es``: Allows customers to get progress updates for blue/green deployments
12+
* api-change:``fis``: Added GetTargetResourceType and ListTargetResourceTypesAPI actions. These actions return additional details about resource types and parameters that can be targeted by FIS actions. Added a parameters field for the targets that can be specified in experiment templates.
13+
* api-change:``comprehend``: Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.
14+
* api-change:``dynamodb``: Documentation update for DynamoDB Java SDK.
15+
* api-change:``iot``: This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
16+
* api-change:``ce``: Doc-only update for Cost Explorer API that adds INVOICING_ENTITY dimensions
17+
* api-change:``appflow``: Launching Amazon AppFlow Custom Connector SDK.
18+
* api-change:``glue``: Launch Protobuf support for AWS Glue Schema Registry
19+
* api-change:``personalize``: Adding minRecommendationRequestsPerSecond attribute to recommender APIs.
20+
21+
522
1.22.46
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.46'
20+
__version__ = '1.22.47'
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.46'
55+
release = '1.22.47'
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.46
6+
botocore==1.23.47
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.46',
27+
'botocore==1.23.47',
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)