Skip to content

Commit

Permalink
Merge branch 'release-1.26.87'
Browse files Browse the repository at this point in the history
* release-1.26.87:
  Bumping version to 1.26.87
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Mar 8, 2023
2 parents 01d813b + 5d11a82 commit 17c02de
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.26.87.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``athena``",
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] This release adds two new API support \"GetDataCellsFiler\" and \"UpdateDataCellsFilter\", and also updates the corresponding documentation.",
"type": "api-change"
},
{
"category": "``mediapackage-vod``",
"description": "[``botocore``] This release provides the date and time VOD resources were created.",
"type": "api-change"
},
{
"category": "``mediapackage``",
"description": "[``botocore``] This release provides the date and time live resources were created.",
"type": "api-change"
},
{
"category": "``route53resolver``",
"description": "[``botocore``] 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": "[``botocore``] 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"
}
]
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.26.87
=======

* api-change:``athena``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] This release adds two new API support "GetDataCellsFiler" and "UpdateDataCellsFilter", and also updates the corresponding documentation.
* api-change:``mediapackage-vod``: [``botocore``] This release provides the date and time VOD resources were created.
* api-change:``mediapackage``: [``botocore``] This release provides the date and time live resources were created.
* api-change:``route53resolver``: [``botocore``] Add dual-stack and IPv6 support for Route 53 Resolver Endpoint,Add IPv6 target IP in Route 53 Resolver Forwarding Rule
* api-change:``sagemaker``: [``botocore``] 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.26.86
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.26.86'
__version__ = '1.26.87'


# 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.29.86,<1.30.0
botocore>=1.29.87,<1.30.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.6.0,<0.7.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.29.86,<1.30.0',
'botocore>=1.29.87,<1.30.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.6.0,<0.7.0',
]
Expand Down

0 comments on commit 17c02de

Please sign in to comment.