Skip to content

Commit

Permalink
Bumping version to 1.27.39
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 27, 2022
1 parent 3484696 commit aa24e0c
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 42 deletions.
42 changes: 42 additions & 0 deletions .changes/1.27.39.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``auditmanager``",
"description": "This release adds an exceeded quota exception to several APIs. We added a ServiceQuotaExceededException for the following operations: CreateAssessment, CreateControl, CreateAssessmentFramework, and UpdateAssessmentStatus.",
"type": "api-change"
},
{
"category": "``chime``",
"description": "Chime VoiceConnector will now support ValidateE911Address which will allow customers to prevalidate their addresses included in their SIP invites for emergency calling",
"type": "api-change"
},
{
"category": "``config``",
"description": "This release adds ListConformancePackComplianceScores API to support the new compliance score feature, which provides a percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack.",
"type": "api-change"
},
{
"category": "``globalaccelerator``",
"description": "Global Accelerator now supports dual-stack accelerators, enabling support for IPv4 and IPv6 traffic.",
"type": "api-change"
},
{
"category": "``marketplace-catalog``",
"description": "The SDK for the StartChangeSet API will now automatically set and use an idempotency token in the ClientRequestToken request parameter if the customer does not provide it.",
"type": "api-change"
},
{
"category": "``polly``",
"description": "Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only.",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "Adding doc updates for OpsCenter support in Service Setting actions.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "Added CreateWorkspaceImage API to create a new WorkSpace image from an existing WorkSpace.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-auditmanager-35632.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chime-34054.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-config-57330.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-globalaccelerator-74116.json

This file was deleted.

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ssm-97561.json

This file was deleted.

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

1.27.39
=======

* api-change:``auditmanager``: This release adds an exceeded quota exception to several APIs. We added a ServiceQuotaExceededException for the following operations: CreateAssessment, CreateControl, CreateAssessmentFramework, and UpdateAssessmentStatus.
* api-change:``chime``: Chime VoiceConnector will now support ValidateE911Address which will allow customers to prevalidate their addresses included in their SIP invites for emergency calling
* api-change:``config``: This release adds ListConformancePackComplianceScores API to support the new compliance score feature, which provides a percentage of the number of compliant rule-resource combinations in a conformance pack compared to the number of total possible rule-resource combinations in the conformance pack.
* api-change:``globalaccelerator``: Global Accelerator now supports dual-stack accelerators, enabling support for IPv4 and IPv6 traffic.
* api-change:``marketplace-catalog``: The SDK for the StartChangeSet API will now automatically set and use an idempotency token in the ClientRequestToken request parameter if the customer does not provide it.
* api-change:``polly``: Amazon Polly adds new English and Hindi voice - Kajal. Kajal is available as Neural voice only.
* api-change:``ssm``: Adding doc updates for OpsCenter support in Service Setting actions.
* api-change:``workspaces``: Added CreateWorkspaceImage API to create a new WorkSpace image from an existing WorkSpace.


1.27.38
=======

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.38'
__version__ = '1.27.39'


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.38'
release = '1.27.39'

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

0 comments on commit aa24e0c

Please sign in to comment.