Skip to content

Commit eff1c9b

Browse files
committedNov 17, 2021
Merge branch 'release-1.20.8'
* release-1.20.8: Bumping version to 1.20.8 Add changelog entries from botocore
2 parents e3233e8 + e796c72 commit eff1c9b

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed
 

‎.changes/1.20.8.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "``appconfigdata``",
4+
"description": "[``botocore``] AWS AppConfig Data is a new service that allows you to retrieve configuration deployed by AWS AppConfig. See the AppConfig user guide for more details on getting started. https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``drs``",
9+
"description": "[``botocore``] Introducing AWS Elastic Disaster Recovery (AWS DRS), a new service that minimizes downtime and data loss with fast, reliable recovery of on-premises and cloud-based applications using affordable storage, minimal compute, and point-in-time recovery.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``apigateway``",
14+
"description": "[``botocore``] Documentation updates for Amazon API Gateway.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``sns``",
19+
"description": "[``botocore``] Amazon SNS introduces the PublishBatch API, which enables customers to publish up to 10 messages per API request. The new API is valid for Standard and FIFO topics.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``redshift-data``",
24+
"description": "[``botocore``] Data API now supports serverless requests.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``amplifybackend``",
29+
"description": "[``botocore``] New APIs to support the Amplify Storage category. Add and manage file storage in your Amplify app backend.",
30+
"type": "api-change"
31+
}
32+
]

‎CHANGELOG.rst

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

5+
1.20.8
6+
======
7+
8+
* api-change:``appconfigdata``: [``botocore``] AWS AppConfig Data is a new service that allows you to retrieve configuration deployed by AWS AppConfig. See the AppConfig user guide for more details on getting started. https://docs.aws.amazon.com/appconfig/latest/userguide/what-is-appconfig.html
9+
* api-change:``drs``: [``botocore``] Introducing AWS Elastic Disaster Recovery (AWS DRS), a new service that minimizes downtime and data loss with fast, reliable recovery of on-premises and cloud-based applications using affordable storage, minimal compute, and point-in-time recovery.
10+
* api-change:``apigateway``: [``botocore``] Documentation updates for Amazon API Gateway.
11+
* api-change:``sns``: [``botocore``] Amazon SNS introduces the PublishBatch API, which enables customers to publish up to 10 messages per API request. The new API is valid for Standard and FIFO topics.
12+
* api-change:``redshift-data``: [``botocore``] Data API now supports serverless requests.
13+
* api-change:``amplifybackend``: [``botocore``] New APIs to support the Amplify Storage category. Add and manage file storage in your Amplify app backend.
14+
15+
516
1.20.7
617
======
718

‎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.7'
21+
__version__ = '1.20.8'
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.7,<1.24.0
6+
botocore>=1.23.8,<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.7,<1.24.0',
16+
'botocore>=1.23.8,<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)
Please sign in to comment.