Skip to content

Commit

Permalink
Bumping version to 1.27.83
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 29, 2022
1 parent 1d0f45b commit 934de92
Show file tree
Hide file tree
Showing 15 changed files with 75 additions and 57 deletions.
57 changes: 57 additions & 0 deletions .changes/1.27.83.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"category": "``acm``",
"description": "This update returns additional certificate details such as certificate SANs and allows sorting in the ListCertificates API.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "u-3tb1 instances are powered by Intel Xeon Platinum 8176M (Skylake) processors and are purpose-built to run large in-memory databases.",
"type": "api-change"
},
{
"category": "``emr-serverless``",
"description": "This release adds API support to debug Amazon EMR Serverless jobs in real-time with live application UIs",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "This release adds support for Amazon File Cache.",
"type": "api-change"
},
{
"category": "``migrationhuborchestrator``",
"description": "Introducing AWS MigrationHubOrchestrator. This is the first public release of AWS MigrationHubOrchestrator.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "Added support for the new Cantonese voice - Hiujin. Hiujin is available as a Neural voice only.",
"type": "api-change"
},
{
"category": "``proton``",
"description": "This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "SageMaker Training Managed Warm Pools let you retain provisioned infrastructure to reduce latency for repetitive training workloads.",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "Documentation updates for Secrets Manager",
"type": "api-change"
},
{
"category": "``translate``",
"description": "This release enables customers to access control rights on Translate resources like Parallel Data and Custom Terminology using Tag Based Authorization.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "This release includes diagnostic log uploading feature. If it is enabled, the log files of WorkSpaces Windows client will be sent to Amazon WorkSpaces automatically for troubleshooting. You can use modifyClientProperty api to enable/disable this feature.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-acm-11031.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-28737.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-emrserverless-31104.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fsx-23319.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-polly-705.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-proton-80007.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-secretsmanager-71738.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-workspaces-80407.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.83
=======

* api-change:``acm``: This update returns additional certificate details such as certificate SANs and allows sorting in the ListCertificates API.
* api-change:``ec2``: u-3tb1 instances are powered by Intel Xeon Platinum 8176M (Skylake) processors and are purpose-built to run large in-memory databases.
* api-change:``emr-serverless``: This release adds API support to debug Amazon EMR Serverless jobs in real-time with live application UIs
* api-change:``fsx``: This release adds support for Amazon File Cache.
* api-change:``migrationhuborchestrator``: Introducing AWS MigrationHubOrchestrator. This is the first public release of AWS MigrationHubOrchestrator.
* api-change:``polly``: Added support for the new Cantonese voice - Hiujin. Hiujin is available as a Neural voice only.
* api-change:``proton``: This release adds an option to delete pipeline provisioning repositories using the UpdateAccountSettings API
* api-change:``sagemaker``: SageMaker Training Managed Warm Pools let you retain provisioned infrastructure to reduce latency for repetitive training workloads.
* api-change:``secretsmanager``: Documentation updates for Secrets Manager
* api-change:``translate``: This release enables customers to access control rights on Translate resources like Parallel Data and Custom Terminology using Tag Based Authorization.
* api-change:``workspaces``: This release includes diagnostic log uploading feature. If it is enabled, the log files of WorkSpaces Windows client will be sent to Amazon WorkSpaces automatically for troubleshooting. You can use modifyClientProperty api to enable/disable this feature.


1.27.82
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.27.82'
__version__ = '1.27.83'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '1.27.'
# The full version, including alpha/beta/rc tags.
release = '1.27.82'
release = '1.27.83'

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

0 comments on commit 934de92

Please sign in to comment.