Skip to content

Commit

Permalink
Bump version to 2.7.35
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 23, 2022
1 parent 433c43a commit a97df2b
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 42 deletions.
42 changes: 42 additions & 0 deletions .changes/2.7.35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``sagemaker``",
"description": "SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.",
"type": "api-change"
},
{
"category": "``backup-gateway``",
"description": "Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.",
"type": "api-change"
},
{
"category": "``devicefarm``",
"description": "This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Documentation updates for Amazon EC2.",
"type": "api-change"
},
{
"category": "``comprehend``",
"description": "Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Added support for S3 Event Notifications for Catalog Target Crawlers.",
"type": "api-change"
},
{
"category": "``s3control``",
"description": "S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.",
"type": "api-change"
},
{
"category": "``identitystore``",
"description": "Documentation updates for the Identity Store CLI Reference.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/apichange-backupgateway-92776.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-comprehend-74193.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-devicefarm-38461.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-ec2-87291.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-glue-98058.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-identitystore-98438.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-s3control-84147.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/apichange-sagemaker-2226.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
=========

2.7.35
======

* api-change:``sagemaker``: SageMaker now allows customization on Canvas Application settings, including enabling/disabling time-series forecasting and specifying an Amazon Forecast execution role at both the Domain and UserProfile levels.
* api-change:``backup-gateway``: Changes include: new GetVirtualMachineApi to fetch a single user's VM, improving ListVirtualMachines to fetch filtered VMs as well as all VMs, and improving GetGatewayApi to now also return the gateway's MaintenanceStartTime.
* api-change:``devicefarm``: This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.
* api-change:``ec2``: Documentation updates for Amazon EC2.
* api-change:``comprehend``: Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.
* api-change:``glue``: Added support for S3 Event Notifications for Catalog Target Crawlers.
* api-change:``s3control``: S3 on Outposts launches support for object versioning for Outposts buckets. With S3 Versioning, you can preserve, retrieve, and restore every version of every object stored in your buckets. You can recover from both unintended user actions and application failures.
* api-change:``identitystore``: Documentation updates for the Identity Store CLI Reference.


2.7.34
======

Expand Down
2 changes: 1 addition & 1 deletion awscli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import importlib.abc
import sys

__version__ = '2.7.34'
__version__ = '2.7.35'

#
# 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 @@ -71,7 +71,7 @@
# The short X.Y version.
version = '2.0'
# The full version, including alpha/beta/rc tags.
release = '2.7.34'
release = '2.7.35'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit a97df2b

Please sign in to comment.