Skip to content

Commit

Permalink
Bumping version to 1.17.88
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jun 4, 2021
1 parent b6dbef8 commit d167189
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 33 deletions.
32 changes: 32 additions & 0 deletions .changes/1.17.88.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``rds``",
"description": "[``botocore``] Documentation updates for RDS: fixing an outdated link to the RDS documentation in DBInstance$DBInstanceStatus",
"type": "api-change"
},
{
"category": "``pi``",
"description": "[``botocore``] The new GetDimensionKeyDetails action retrieves the attributes of the specified dimension group for a DB instance or data source.",
"type": "api-change"
},
{
"category": "``cloudtrail``",
"description": "[``botocore``] AWS CloudTrail supports data events on new service resources, including Amazon DynamoDB tables and S3 Object Lambda access points.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "[``botocore``] Add support for automatically setting the H.264 adaptive quantization and GOP B-frame fields.",
"type": "api-change"
},
{
"category": "``autoscaling``",
"description": "[``botocore``] Documentation updates for Amazon EC2 Auto Scaling",
"type": "api-change"
},
{
"category": "``qldb``",
"description": "[``botocore``] Documentation updates for Amazon QLDB",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-autoscaling-37301.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudtrail-63281.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-13449.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-pi-22741.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-qldb-17250.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-75341.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.17.88
=======

* api-change:``rds``: [``botocore``] Documentation updates for RDS: fixing an outdated link to the RDS documentation in DBInstance$DBInstanceStatus
* api-change:``pi``: [``botocore``] The new GetDimensionKeyDetails action retrieves the attributes of the specified dimension group for a DB instance or data source.
* api-change:``cloudtrail``: [``botocore``] AWS CloudTrail supports data events on new service resources, including Amazon DynamoDB tables and S3 Object Lambda access points.
* api-change:``medialive``: [``botocore``] Add support for automatically setting the H.264 adaptive quantization and GOP B-frame fields.
* api-change:``autoscaling``: [``botocore``] Documentation updates for Amazon EC2 Auto Scaling
* api-change:``qldb``: [``botocore``] Documentation updates for Amazon QLDB


1.17.87
=======

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.87'
__version__ = '1.17.88'


# 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.87,<1.21.0
botocore>=1.20.88,<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.87,<1.21.0',
'botocore>=1.20.88,<1.21.0',
'jmespath>=0.7.1,<1.0.0',
's3transfer>=0.4.0,<0.5.0'
]
Expand Down

0 comments on commit d167189

Please sign in to comment.