diff --git a/.changes/2.7.35.json b/.changes/2.7.35.json new file mode 100644 index 000000000000..df482e0c2640 --- /dev/null +++ b/.changes/2.7.35.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/apichange-backupgateway-92776.json b/.changes/next-release/apichange-backupgateway-92776.json deleted file mode 100644 index 197e981983e3..000000000000 --- a/.changes/next-release/apichange-backupgateway-92776.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-comprehend-74193.json b/.changes/next-release/apichange-comprehend-74193.json deleted file mode 100644 index e42fc64ef8fc..000000000000 --- a/.changes/next-release/apichange-comprehend-74193.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``comprehend``", - "description": "Amazon Comprehend now supports synchronous mode for targeted sentiment API operations.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-devicefarm-38461.json b/.changes/next-release/apichange-devicefarm-38461.json deleted file mode 100644 index 2839ef0e00a2..000000000000 --- a/.changes/next-release/apichange-devicefarm-38461.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``devicefarm``", - "description": "This release adds the support for VPC-ENI based connectivity for private devices on AWS Device Farm.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-ec2-87291.json b/.changes/next-release/apichange-ec2-87291.json deleted file mode 100644 index 7dd6ab622576..000000000000 --- a/.changes/next-release/apichange-ec2-87291.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``ec2``", - "description": "Documentation updates for Amazon EC2.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-glue-98058.json b/.changes/next-release/apichange-glue-98058.json deleted file mode 100644 index f9526fc843a6..000000000000 --- a/.changes/next-release/apichange-glue-98058.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``glue``", - "description": "Added support for S3 Event Notifications for Catalog Target Crawlers.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-identitystore-98438.json b/.changes/next-release/apichange-identitystore-98438.json deleted file mode 100644 index 491575addb3e..000000000000 --- a/.changes/next-release/apichange-identitystore-98438.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "category": "``identitystore``", - "description": "Documentation updates for the Identity Store CLI Reference.", - "type": "api-change" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-s3control-84147.json b/.changes/next-release/apichange-s3control-84147.json deleted file mode 100644 index 80c1bd21c94d..000000000000 --- a/.changes/next-release/apichange-s3control-84147.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/.changes/next-release/apichange-sagemaker-2226.json b/.changes/next-release/apichange-sagemaker-2226.json deleted file mode 100644 index 5a97f61b224d..000000000000 --- a/.changes/next-release/apichange-sagemaker-2226.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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" -} \ No newline at end of file diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 410a53a08487..a117a9e7009a 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index 4ca97303dd08..0d4eed8fe542 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -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 diff --git a/doc/source/conf.py b/doc/source/conf.py index 80f14078865c..01380004c0a4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -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.