Skip to content

Commit

Permalink
Merge branch 'release-1.17.31'
Browse files Browse the repository at this point in the history
* release-1.17.31:
  Bumping version to 1.17.31
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Mar 18, 2021
2 parents bf379ab + 272741a commit 95daadf
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 3 deletions.
27 changes: 27 additions & 0 deletions .changes/1.17.31.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"category": "``autoscaling``",
"description": "[``botocore``] Amazon EC2 Auto Scaling Instance Refresh now supports phased deployments.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "[``botocore``] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request",
"type": "api-change"
},
{
"category": "``redshift``",
"description": "[``botocore``] Add new fields for additional information about VPC endpoint for clusters with reallocation enabled, and a new field for total storage capacity for all clusters.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "[``botocore``] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "[``botocore``] New object for separate provider and customer values. New objects track S3 Public Access Block configuration and identify sensitive data. BatchImportFinding requests are limited to 100 findings.",
"type": "api-change"
}
]
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.31
=======

* api-change:``autoscaling``: [``botocore``] Amazon EC2 Auto Scaling Instance Refresh now supports phased deployments.
* api-change:``s3``: [``botocore``] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request
* api-change:``redshift``: [``botocore``] Add new fields for additional information about VPC endpoint for clusters with reallocation enabled, and a new field for total storage capacity for all clusters.
* api-change:``s3control``: [``botocore``] S3 Object Lambda is a new S3 feature that enables users to apply their own custom code to process the output of a standard S3 GET request by automatically invoking a Lambda function with a GET request
* api-change:``securityhub``: [``botocore``] New object for separate provider and customer values. New objects track S3 Public Access Block configuration and identify sensitive data. BatchImportFinding requests are limited to 100 findings.


1.17.30
=======

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.30'
__version__ = '1.17.31'


# 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.30,<1.21.0
botocore>=1.20.31,<1.21.0
jmespath>=0.7.1,<1.0.0
s3transfer>=0.3.0,<0.4.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.30,<1.21.0',
'botocore>=1.20.31,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.3.0,<0.4.0'
]
Expand Down

0 comments on commit 95daadf

Please sign in to comment.