diff --git a/.changes/1.17.88.json b/.changes/1.17.88.json new file mode 100644 index 0000000000..38284b41f7 --- /dev/null +++ b/.changes/1.17.88.json @@ -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" + } +] \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f3366f1f92..0553981ccc 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index a1423757a0..f16a89cac0 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -18,7 +18,7 @@ __author__ = 'Amazon Web Services' -__version__ = '1.17.87' +__version__ = '1.17.88' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 397f910385..f110b3588f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index e1fb8bdd1b..d1baa45b51 100644 --- a/setup.py +++ b/setup.py @@ -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' ]