Skip to content

Commit f4d89f2

Browse files
Merge branch 'release-1.20.0'
* release-1.20.0: Bumping version to 1.20.0 Add changelog entries from botocore
2 parents afda158 + 4ba4899 commit f4d89f2

File tree

5 files changed

+46
-3
lines changed

5 files changed

+46
-3
lines changed

Diff for: .changes/1.20.0.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[
2+
{
3+
"category": "EndpointResolver",
4+
"description": "[``botocore``] Adding support for resolving modeled FIPS and Dualstack endpoints.",
5+
"type": "feature"
6+
},
7+
{
8+
"category": "``six``",
9+
"description": "[``botocore``] Updated vendored version of ``six`` from 1.10.0 to 1.16.0",
10+
"type": "feature"
11+
},
12+
{
13+
"category": "``sagemaker``",
14+
"description": "[``botocore``] SageMaker CreateEndpoint and UpdateEndpoint APIs now support additional deployment configuration to manage traffic shifting options and automatic rollback monitoring. DescribeEndpoint now shows new in-progress deployment details with stage status.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``chime-sdk-meetings``",
19+
"description": "[``botocore``] Updated format validation for ids and regions.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``wafv2``",
24+
"description": "[``botocore``] You can now configure rules to run a CAPTCHA check against web requests and, as needed, send a CAPTCHA challenge to the client.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``ec2``",
29+
"description": "[``botocore``] This release adds internal validation on the GatewayAssociationState field",
30+
"type": "api-change"
31+
}
32+
]

Diff for: CHANGELOG.rst

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

5+
1.20.0
6+
======
7+
8+
* feature:EndpointResolver: [``botocore``] Adding support for resolving modeled FIPS and Dualstack endpoints.
9+
* feature:``six``: [``botocore``] Updated vendored version of ``six`` from 1.10.0 to 1.16.0
10+
* api-change:``sagemaker``: [``botocore``] SageMaker CreateEndpoint and UpdateEndpoint APIs now support additional deployment configuration to manage traffic shifting options and automatic rollback monitoring. DescribeEndpoint now shows new in-progress deployment details with stage status.
11+
* api-change:``chime-sdk-meetings``: [``botocore``] Updated format validation for ids and regions.
12+
* api-change:``wafv2``: [``botocore``] You can now configure rules to run a CAPTCHA check against web requests and, as needed, send a CAPTCHA challenge to the client.
13+
* api-change:``ec2``: [``botocore``] This release adds internal validation on the GatewayAssociationState field
14+
15+
516
1.19.12
617
=======
718

Diff for: 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.19.12'
21+
__version__ = '1.20.0'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

Diff for: 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.22.12,<1.23.0
6+
botocore>=1.23.0,<1.24.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

Diff for: setup.py

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

1414

1515
requires = [
16-
'botocore>=1.22.12,<1.23.0',
16+
'botocore>=1.23.0,<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)