Skip to content

Commit

Permalink
Bumping version to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 8, 2021
1 parent 2d44120 commit 4ba4899
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 33 deletions.
32 changes: 32 additions & 0 deletions .changes/1.20.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "EndpointResolver",
"description": "[``botocore``] Adding support for resolving modeled FIPS and Dualstack endpoints.",
"type": "feature"
},
{
"category": "``six``",
"description": "[``botocore``] Updated vendored version of ``six`` from 1.10.0 to 1.16.0",
"type": "feature"
},
{
"category": "``sagemaker``",
"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.",
"type": "api-change"
},
{
"category": "``chime-sdk-meetings``",
"description": "[``botocore``] Updated format validation for ids and regions.",
"type": "api-change"
},
{
"category": "``wafv2``",
"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.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "[``botocore``] This release adds internal validation on the GatewayAssociationState field",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chimesdkmeetings-68659.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-89748.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-12863.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wafv2-17411.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-EndpointResolver-44469.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/feature-six-62143.json

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
CHANGELOG
=========

1.20.0
======

* feature:EndpointResolver: [``botocore``] Adding support for resolving modeled FIPS and Dualstack endpoints.
* feature:``six``: [``botocore``] Updated vendored version of ``six`` from 1.10.0 to 1.16.0
* 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.
* api-change:``chime-sdk-meetings``: [``botocore``] Updated format validation for ids and regions.
* 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.
* api-change:``ec2``: [``botocore``] This release adds internal validation on the GatewayAssociationState field


1.19.12
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


__author__ = 'Amazon Web Services'
__version__ = '1.19.12'
__version__ = '1.20.0'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.22.12,<1.23.0
botocore>=1.23.0,<1.24.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.5.0,<0.6.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.22.12,<1.23.0',
'botocore>=1.23.0,<1.24.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit 4ba4899

Please sign in to comment.