Skip to content

Commit

Permalink
Bumping version to 1.17.87
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 3, 2021
1 parent 23d42a1 commit 7ead60b
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 28 deletions.
27 changes: 27 additions & 0 deletions .changes/1.17.87.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``s3``",
"description": "[``botocore``] S3 Inventory now supports Bucket Key Status",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "[``botocore``] Amazon S3 Batch Operations now supports S3 Bucket Keys.",
"type": "api-change"
},
{
"category": "``route53resolver``",
"description": "[``botocore``] Documentation updates for Route 53 Resolver",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "[``botocore``] Documentation updates for ssm to fix customer reported issue",
"type": "api-change"
},
{
"category": "``forecast``",
"description": "[``botocore``] Added optional field AutoMLOverrideStrategy to CreatePredictor API that allows users to customize AutoML strategy. If provided in CreatePredictor request, this field is visible in DescribePredictor and GetAccuracyMetrics responses.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-forecast-46030.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-route53resolver-957.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-61266.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3control-83623.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ssm-19071.json

This file was deleted.

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

1.17.87
=======

* api-change:``s3``: [``botocore``] S3 Inventory now supports Bucket Key Status
* api-change:``s3control``: [``botocore``] Amazon S3 Batch Operations now supports S3 Bucket Keys.
* api-change:``route53resolver``: [``botocore``] Documentation updates for Route 53 Resolver
* api-change:``ssm``: [``botocore``] Documentation updates for ssm to fix customer reported issue
* api-change:``forecast``: [``botocore``] Added optional field AutoMLOverrideStrategy to CreatePredictor API that allows users to customize AutoML strategy. If provided in CreatePredictor request, this field is visible in DescribePredictor and GetAccuracyMetrics responses.


1.17.86
=======

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.17.86'
__version__ = '1.17.87'


# 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,6 +3,6 @@ universal = 1

[metadata]
requires_dist =
botocore>=1.20.86,<1.21.0
botocore>=1.20.87,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.4.0,<0.5.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.20.86,<1.21.0',
'botocore>=1.20.87,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.4.0,<0.5.0'
]
Expand Down

0 comments on commit 7ead60b

Please sign in to comment.