Skip to content

Commit f2250d8

Browse files
Merge branch 'release-1.21.45'
* release-1.21.45: Bumping version to 1.21.45 Add changelog entries from botocore
2 parents 5f6ba70 + 06dd257 commit f2250d8

File tree

5 files changed

+64
-3
lines changed

5 files changed

+64
-3
lines changed

.changes/1.21.45.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
[
2+
{
3+
"category": "``wisdom``",
4+
"description": "[``botocore``] This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``elasticache``",
9+
"description": "[``botocore``] Doc only update for ElastiCache",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``iottwinmaker``",
14+
"description": "[``botocore``] General availability (GA) for AWS IoT TwinMaker. For more information, see https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``secretsmanager``",
19+
"description": "[``botocore``] Documentation updates for Secrets Manager",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``mediatailor``",
24+
"description": "[``botocore``] This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``storagegateway``",
29+
"description": "[``botocore``] This release adds support for minimum of 5 character length virtual tape barcodes.",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``lookoutmetrics``",
34+
"description": "[``botocore``] Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``iotsitewise``",
39+
"description": "[``botocore``] This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``glue``",
44+
"description": "[``botocore``] This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types",
45+
"type": "api-change"
46+
}
47+
]

CHANGELOG.rst

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

5+
1.21.45
6+
=======
7+
8+
* api-change:``wisdom``: [``botocore``] This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.
9+
* api-change:``elasticache``: [``botocore``] Doc only update for ElastiCache
10+
* api-change:``iottwinmaker``: [``botocore``] General availability (GA) for AWS IoT TwinMaker. For more information, see https://docs.aws.amazon.com/iot-twinmaker/latest/apireference/Welcome.html
11+
* api-change:``secretsmanager``: [``botocore``] Documentation updates for Secrets Manager
12+
* api-change:``mediatailor``: [``botocore``] This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources.
13+
* api-change:``storagegateway``: [``botocore``] This release adds support for minimum of 5 character length virtual tape barcodes.
14+
* api-change:``lookoutmetrics``: [``botocore``] Added DetectMetricSetConfig API for detecting configuration required for creating metric set from provided S3 data source.
15+
* api-change:``iotsitewise``: [``botocore``] This release adds 3 new batch data query APIs : BatchGetAssetPropertyValue, BatchGetAssetPropertyValueHistory and BatchGetAssetPropertyAggregates
16+
* api-change:``glue``: [``botocore``] This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
17+
18+
519
1.21.44
620
=======
721

boto3/__init__.py

+1-1
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.21.44'
20+
__version__ = '1.21.45'
2121

2222

2323
# 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.24.44,<1.25.0
6+
botocore>=1.24.45,<1.25.0
77
jmespath>=0.7.1,<2.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.24.44,<1.25.0',
16+
'botocore>=1.24.45,<1.25.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.5.0,<0.6.0',
1919
]

0 commit comments

Comments
 (0)