Skip to content

Commit

Permalink
Bumping version to 1.18.27
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Aug 23, 2021
1 parent 5f0ce76 commit 43161c7
Show file tree
Hide file tree
Showing 12 changed files with 52 additions and 38 deletions.
37 changes: 37 additions & 0 deletions .changes/1.18.27.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``dms``",
"description": "[``botocore``] Amazon AWS DMS service now support Redis target endpoint migration. Now S3 endpoint setting is capable to setup features which are used to be configurable only in extract connection attributes.",
"type": "api-change"
},
{
"category": "``frauddetector``",
"description": "[``botocore``] Updated an element of the DescribeModelVersion API response (LogitMetrics -> logOddsMetrics) for clarity. Added new exceptions to several APIs to protect against unlikely scenarios.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "[``botocore``] Documentation updates for AWS IoT SiteWise",
"type": "api-change"
},
{
"category": "``dlm``",
"description": "[``botocore``] Added AMI deprecation support for Amazon Data Lifecycle Manager EBS-backed AMI policies.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "[``botocore``] Add support for Custom Blueprints",
"type": "api-change"
},
{
"category": "``apigateway``",
"description": "[``botocore``] Adding some of the pending releases (1) Adding WAF Filter to GatewayResponseType enum (2) Ensuring consistent error model for all operations (3) Add missing BRE to GetVpcLink operation",
"type": "api-change"
},
{
"category": "``backup``",
"description": "[``botocore``] AWS Backup - Features: Evaluate your backup activity and generate audit reports.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-apigateway-15297.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-backup-5155.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dlm-72219.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dms-83498.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-frauddetector-92737.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-glue-63127.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iotsitewise-61264.json

This file was deleted.

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

1.18.27
=======

* api-change:``dms``: [``botocore``] Amazon AWS DMS service now support Redis target endpoint migration. Now S3 endpoint setting is capable to setup features which are used to be configurable only in extract connection attributes.
* api-change:``frauddetector``: [``botocore``] Updated an element of the DescribeModelVersion API response (LogitMetrics -> logOddsMetrics) for clarity. Added new exceptions to several APIs to protect against unlikely scenarios.
* api-change:``iotsitewise``: [``botocore``] Documentation updates for AWS IoT SiteWise
* api-change:``dlm``: [``botocore``] Added AMI deprecation support for Amazon Data Lifecycle Manager EBS-backed AMI policies.
* api-change:``glue``: [``botocore``] Add support for Custom Blueprints
* api-change:``apigateway``: [``botocore``] Adding some of the pending releases (1) Adding WAF Filter to GatewayResponseType enum (2) Ensuring consistent error model for all operations (3) Add missing BRE to GetVpcLink operation
* api-change:``backup``: [``botocore``] AWS Backup - Features: Evaluate your backup activity and generate audit reports.


1.18.26
=======

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.18.26'
__version__ = '1.18.27'


# 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.21.26,<1.22.0
botocore>=1.21.27,<1.22.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 @@ -14,7 +14,7 @@


requires = [
'botocore>=1.21.26,<1.22.0',
'botocore>=1.21.27,<1.22.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.5.0,<0.6.0'
]
Expand Down

0 comments on commit 43161c7

Please sign in to comment.