Skip to content

Commit

Permalink
Merge branch 'release-1.27.32'
Browse files Browse the repository at this point in the history
* release-1.27.32:
  Bumping version to 1.27.32
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Dec 16, 2022
2 parents 5b19a8a + 903903f commit 418e693
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 4 deletions.
37 changes: 37 additions & 0 deletions .changes/1.27.32.json
@@ -0,0 +1,37 @@
[
{
"category": "``appflow``",
"description": "This release updates the ListConnectorEntities API action so that it returns paginated responses that customers can retrieve with next tokens.",
"type": "api-change"
},
{
"category": "``cloudfront``",
"description": "Updated documentation for CloudFront",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "AWS DataSync now supports the use of tags with task executions. With this new feature, you can apply tags each time you execute a task, giving you greater control and management over your task executions.",
"type": "api-change"
},
{
"category": "``efs``",
"description": "Update efs command to latest version",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "This release provides the valid characters for the Description and Name field.",
"type": "api-change"
},
{
"category": "``iotfleetwise``",
"description": "Updated error handling for empty resource names in \"UpdateSignalCatalog\" and \"GetModelManifest\" operations.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "AWS sagemaker - Features: This release adds support for random seed, it's an integer value used to initialize a pseudo-random number generator. Setting a random seed will allow the hyperparameter tuning search strategies to produce more consistent configurations for the same tuning job.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.27.32
=======

* api-change:``appflow``: This release updates the ListConnectorEntities API action so that it returns paginated responses that customers can retrieve with next tokens.
* api-change:``cloudfront``: Updated documentation for CloudFront
* api-change:``datasync``: AWS DataSync now supports the use of tags with task executions. With this new feature, you can apply tags each time you execute a task, giving you greater control and management over your task executions.
* api-change:``efs``: Update efs command to latest version
* api-change:``guardduty``: This release provides the valid characters for the Description and Name field.
* api-change:``iotfleetwise``: Updated error handling for empty resource names in "UpdateSignalCatalog" and "GetModelManifest" operations.
* api-change:``sagemaker``: AWS sagemaker - Features: This release adds support for random seed, it's an integer value used to initialize a pseudo-random number generator. Setting a random seed will allow the hyperparameter tuning search strategies to produce more consistent configurations for the same tuning job.


1.27.31
=======

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

__version__ = '1.27.31'
__version__ = '1.27.32'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
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.31'
release = '1.27.32'

# 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
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore==1.29.31
botocore==1.29.32
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
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


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

0 comments on commit 418e693

Please sign in to comment.