Skip to content

Commit

Permalink
Bumping version to 1.27.87
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Mar 8, 2023
1 parent bd09518 commit 753b870
Show file tree
Hide file tree
Showing 14 changed files with 59 additions and 44 deletions.
42 changes: 42 additions & 0 deletions .changes/1.27.87.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``athena``",
"description": "A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result.",
"type": "api-change"
},
{
"category": "``dynamodb``",
"description": "Adds deletion protection support to DynamoDB tables. Tables with deletion protection enabled cannot be deleted. Deletion protection is disabled by default, can be enabled via the CreateTable or UpdateTable APIs, and is visible in TableDescription. This setting is not replicated for Global Tables.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Introducing Amazon EC2 C7g, M7g and R7g instances, powered by the latest generation AWS Graviton3 processors and deliver up to 25% better performance over Graviton2-based instances.",
"type": "api-change"
},
{
"category": "``lakeformation``",
"description": "This release adds two new API support \"GetDataCellsFiler\" and \"UpdateDataCellsFilter\", and also updates the corresponding documentation.",
"type": "api-change"
},
{
"category": "``mediapackage-vod``",
"description": "This release provides the date and time VOD resources were created.",
"type": "api-change"
},
{
"category": "``mediapackage``",
"description": "This release provides the date and time live resources were created.",
"type": "api-change"
},
{
"category": "``route53resolver``",
"description": "Add dual-stack and IPv6 support for Route 53 Resolver Endpoint,Add IPv6 target IP in Route 53 Resolver Forwarding Rule",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "There needs to be a user identity to specify the SageMaker user who perform each action regarding the entity. However, these is a not a unified concept of user identity across SageMaker service that could be used today.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-athena-92788.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dynamodb-62597.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-44321.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lakeformation-92341.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediapackage-67330.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediapackagevod-99603.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-41061.json

This file was deleted.

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

1.27.87
=======

* api-change:``athena``: A new field SubstatementType is added to GetQueryExecution API, so customers have an error free way to detect the query type and interpret the result.
* api-change:``dynamodb``: Adds deletion protection support to DynamoDB tables. Tables with deletion protection enabled cannot be deleted. Deletion protection is disabled by default, can be enabled via the CreateTable or UpdateTable APIs, and is visible in TableDescription. This setting is not replicated for Global Tables.
* api-change:``ec2``: Introducing Amazon EC2 C7g, M7g and R7g instances, powered by the latest generation AWS Graviton3 processors and deliver up to 25% better performance over Graviton2-based instances.
* api-change:``lakeformation``: This release adds two new API support "GetDataCellsFiler" and "UpdateDataCellsFilter", and also updates the corresponding documentation.
* api-change:``mediapackage-vod``: This release provides the date and time VOD resources were created.
* api-change:``mediapackage``: This release provides the date and time live resources were created.
* api-change:``route53resolver``: Add dual-stack and IPv6 support for Route 53 Resolver Endpoint,Add IPv6 target IP in Route 53 Resolver Forwarding Rule
* api-change:``sagemaker``: There needs to be a user identity to specify the SageMaker user who perform each action regarding the entity. However, these is a not a unified concept of user identity across SageMaker service that could be used today.


1.27.86
=======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
import os

__version__ = '1.27.86'
__version__ = '1.27.87'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.27.'
# The full version, including alpha/beta/rc tags.
release = '1.27.86'
release = '1.27.87'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.29.86
botocore==1.29.87
docutils>=0.10,<0.17
s3transfer>=0.6.0,<0.7.0
PyYAML>=3.10,<5.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


install_requires = [
'botocore==1.29.86',
'botocore==1.29.87',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 753b870

Please sign in to comment.