Skip to content

Commit 4728a44

Browse files
Bumping version to 1.20.47
1 parent 70da6c0 commit 4728a44

17 files changed

+82
-63
lines changed

.changes/1.20.47.json

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"category": "``emr``",
4+
"description": "[``botocore``] Update emr client to latest version",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``personalize``",
9+
"description": "[``botocore``] Adding minRecommendationRequestsPerSecond attribute to recommender APIs.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "Request headers",
14+
"description": "[``botocore``] Adding request headers with retry information.",
15+
"type": "enhancement"
16+
},
17+
{
18+
"category": "``appflow``",
19+
"description": "[``botocore``] Launching Amazon AppFlow Custom Connector SDK.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``dynamodb``",
24+
"description": "[``botocore``] Documentation update for DynamoDB Java SDK.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``iot``",
29+
"description": "[``botocore``] This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``comprehend``",
34+
"description": "[``botocore``] Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``ce``",
39+
"description": "[``botocore``] Doc-only update for Cost Explorer API that adds INVOICING_ENTITY dimensions",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``fis``",
44+
"description": "[``botocore``] 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.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``es``",
49+
"description": "[``botocore``] Allows customers to get progress updates for blue/green deployments",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``glue``",
54+
"description": "[``botocore``] Launch Protobuf support for AWS Glue Schema Registry",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``elasticache``",
59+
"description": "[``botocore``] Documentation update for AWS ElastiCache",
60+
"type": "api-change"
61+
}
62+
]

.changes/next-release/api-change-appflow-36080.json

-5
This file was deleted.

.changes/next-release/api-change-ce-11218.json

-5
This file was deleted.

.changes/next-release/api-change-comprehend-20351.json

-5
This file was deleted.

.changes/next-release/api-change-dynamodb-16993.json

-5
This file was deleted.

.changes/next-release/api-change-elasticache-84927.json

-5
This file was deleted.

.changes/next-release/api-change-emr-10889.json

-5
This file was deleted.

.changes/next-release/api-change-es-95768.json

-5
This file was deleted.

.changes/next-release/api-change-fis-80468.json

-5
This file was deleted.

.changes/next-release/api-change-glue-29453.json

-5
This file was deleted.

.changes/next-release/api-change-iot-36906.json

-5
This file was deleted.

.changes/next-release/api-change-personalize-92053.json

-5
This file was deleted.

.changes/next-release/enhancement-Requestheaders-37145.json

-5
This file was deleted.

CHANGELOG.rst

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
CHANGELOG
33
=========
44

5+
1.20.47
6+
=======
7+
8+
* api-change:``emr``: [``botocore``] Update emr client to latest version
9+
* api-change:``personalize``: [``botocore``] Adding minRecommendationRequestsPerSecond attribute to recommender APIs.
10+
* enhancement:Request headers: [``botocore``] Adding request headers with retry information.
11+
* api-change:``appflow``: [``botocore``] Launching Amazon AppFlow Custom Connector SDK.
12+
* api-change:``dynamodb``: [``botocore``] Documentation update for DynamoDB Java SDK.
13+
* api-change:``iot``: [``botocore``] This release adds support for configuring AWS IoT logging level per client ID, source IP, or principal ID.
14+
* api-change:``comprehend``: [``botocore``] Amazon Comprehend now supports sharing and importing custom trained models from one AWS account to another within the same region.
15+
* api-change:``ce``: [``botocore``] Doc-only update for Cost Explorer API that adds INVOICING_ENTITY dimensions
16+
* api-change:``fis``: [``botocore``] 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.
17+
* api-change:``es``: [``botocore``] Allows customers to get progress updates for blue/green deployments
18+
* api-change:``glue``: [``botocore``] Launch Protobuf support for AWS Glue Schema Registry
19+
* api-change:``elasticache``: [``botocore``] Documentation update for AWS ElastiCache
20+
21+
522
1.20.46
623
=======
724

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.20.46'
21+
__version__ = '1.20.47'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

+1-1
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,<1.24.0
6+
botocore>=1.23.47,<1.24.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.23.46,<1.24.0',
16+
'botocore>=1.23.47,<1.24.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)