Skip to content

Commit

Permalink
Bumping version to 1.27.31
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 15, 2022
1 parent e8afc60 commit 31c4ad4
Show file tree
Hide file tree
Showing 17 changed files with 77 additions and 59 deletions.
57 changes: 57 additions & 0 deletions .changes/1.27.31.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"category": "``backup-gateway``",
"description": "This release adds support for VMware vSphere tags, enabling customer to protect VMware virtual machines using tag-based policies for AWS tags mapped from vSphere tags. This release also adds support for customer-accessible gateway-hypervisor interaction log and upload bandwidth rate limit schedule.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Added support for \"English - New Zealand\" and \"English - South African\" to be used with Amazon Connect Custom Vocabulary APIs.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "This release adds support for container port ranges in ECS, a new capability that allows customers to provide container port ranges to simplify use cases where multiple ports are in use in a container. This release updates TaskDefinition mutation APIs and the Task description APIs.",
"type": "api-change"
},
{
"category": "``eks``",
"description": "Add support for Windows managed nodes groups.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "This release adds support for AWS Glue Crawler with native DeltaLake tables, allowing Crawlers to classify Delta Lake format tables and catalog them for query engines to query against.",
"type": "api-change"
},
{
"category": "``kinesis``",
"description": "Added StreamARN parameter for Kinesis Data Streams APIs. Added a new opaque pagination token for ListStreams. SDKs will auto-generate Account Endpoint when accessing Kinesis Data Streams.",
"type": "api-change"
},
{
"category": "``location``",
"description": "This release adds support for a new style, \"VectorOpenDataStandardLight\" which can be used with the new data source, \"Open Data Maps (Preview)\".",
"type": "api-change"
},
{
"category": "``m2``",
"description": "Adds an optional create-only `KmsKeyId` property to Environment and Application resources.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "SageMaker Inference Recommender now allows customers to load tests their models on various instance types using private VPC.",
"type": "api-change"
},
{
"category": "``securityhub``",
"description": "Added new resource details objects to ASFF, including resources for AwsEc2LaunchTemplate, AwsSageMakerNotebookInstance, AwsWafv2WebAcl and AwsWafv2RuleGroup.",
"type": "api-change"
},
{
"category": "``translate``",
"description": "Raised the input byte size limit of the Text field in the TranslateText API to 10000 bytes.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-backupgateway-61852.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-80606.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-80452.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-eks-16201.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kinesis-15773.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-location-30678.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-m2-63132.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-securityhub-57668.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-translate-42536.json

This file was deleted.

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

1.27.31
=======

* api-change:``backup-gateway``: This release adds support for VMware vSphere tags, enabling customer to protect VMware virtual machines using tag-based policies for AWS tags mapped from vSphere tags. This release also adds support for customer-accessible gateway-hypervisor interaction log and upload bandwidth rate limit schedule.
* api-change:``connect``: Added support for "English - New Zealand" and "English - South African" to be used with Amazon Connect Custom Vocabulary APIs.
* api-change:``ecs``: This release adds support for container port ranges in ECS, a new capability that allows customers to provide container port ranges to simplify use cases where multiple ports are in use in a container. This release updates TaskDefinition mutation APIs and the Task description APIs.
* api-change:``eks``: Add support for Windows managed nodes groups.
* api-change:``glue``: This release adds support for AWS Glue Crawler with native DeltaLake tables, allowing Crawlers to classify Delta Lake format tables and catalog them for query engines to query against.
* api-change:``kinesis``: Added StreamARN parameter for Kinesis Data Streams APIs. Added a new opaque pagination token for ListStreams. SDKs will auto-generate Account Endpoint when accessing Kinesis Data Streams.
* api-change:``location``: This release adds support for a new style, "VectorOpenDataStandardLight" which can be used with the new data source, "Open Data Maps (Preview)".
* api-change:``m2``: Adds an optional create-only `KmsKeyId` property to Environment and Application resources.
* api-change:``sagemaker``: SageMaker Inference Recommender now allows customers to load tests their models on various instance types using private VPC.
* api-change:``securityhub``: Added new resource details objects to ASFF, including resources for AwsEc2LaunchTemplate, AwsSageMakerNotebookInstance, AwsWafv2WebAcl and AwsWafv2RuleGroup.
* api-change:``translate``: Raised the input byte size limit of the Text field in the TranslateText API to 10000 bytes.


1.27.30
=======

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.30'
__version__ = '1.27.31'

#
# 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.30'
release = '1.27.31'

# 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.30
botocore==1.29.31
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.30',
'botocore==1.29.31',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 31c4ad4

Please sign in to comment.