Skip to content

Commit

Permalink
Bumping version to 1.27.35
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 21, 2022
1 parent cfdeec0 commit 6f3c3e4
Show file tree
Hide file tree
Showing 15 changed files with 65 additions and 49 deletions.
47 changes: 47 additions & 0 deletions .changes/1.27.35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``connect``",
"description": "Amazon Connect Chat now allows for JSON (application/json) message types to be sent as part of the initial message in the StartChatContact API.",
"type": "api-change"
},
{
"category": "``connectparticipant``",
"description": "Amazon Connect Chat now allows for JSON (application/json) message types to be sent in the SendMessage API.",
"type": "api-change"
},
{
"category": "``license-manager-linux-subscriptions``",
"description": "AWS License Manager now offers cross-region, cross-account tracking of commercial Linux subscriptions on AWS. This includes subscriptions purchased as part of EC2 subscription-included AMIs, on the AWS Marketplace, or brought to AWS via Red Hat Cloud Access Program.",
"type": "api-change"
},
{
"category": "``macie2``",
"description": "This release adds support for analyzing Amazon S3 objects that use the S3 Glacier Instant Retrieval (Glacier_IR) storage class.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "This release enables adding RStudio Workbench support to an existing Amazon SageMaker Studio domain. It allows setting your RStudio on SageMaker environment configuration parameters and also updating the RStudioConnectUrl and RStudioPackageManagerUrl parameters for existing domains",
"type": "api-change"
},
{
"category": "``scheduler``",
"description": "Updated the ListSchedules and ListScheduleGroups APIs to allow the NamePrefix field to start with a number. Updated the validation for executionRole field to support any role name.",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "Doc-only updates for December 2022.",
"type": "api-change"
},
{
"category": "``support``",
"description": "Documentation updates for the AWS Support API",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "This release adds support for Decrypt as a workflow step type.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-73084.json

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-macie2-89487.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-scheduler-22745.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-support-1762.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-transfer-95240.json

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
CHANGELOG
=========

1.27.35
=======

* api-change:``connect``: Amazon Connect Chat now allows for JSON (application/json) message types to be sent as part of the initial message in the StartChatContact API.
* api-change:``connectparticipant``: Amazon Connect Chat now allows for JSON (application/json) message types to be sent in the SendMessage API.
* api-change:``license-manager-linux-subscriptions``: AWS License Manager now offers cross-region, cross-account tracking of commercial Linux subscriptions on AWS. This includes subscriptions purchased as part of EC2 subscription-included AMIs, on the AWS Marketplace, or brought to AWS via Red Hat Cloud Access Program.
* api-change:``macie2``: This release adds support for analyzing Amazon S3 objects that use the S3 Glacier Instant Retrieval (Glacier_IR) storage class.
* api-change:``sagemaker``: This release enables adding RStudio Workbench support to an existing Amazon SageMaker Studio domain. It allows setting your RStudio on SageMaker environment configuration parameters and also updating the RStudioConnectUrl and RStudioPackageManagerUrl parameters for existing domains
* api-change:``scheduler``: Updated the ListSchedules and ListScheduleGroups APIs to allow the NamePrefix field to start with a number. Updated the validation for executionRole field to support any role name.
* api-change:``ssm``: Doc-only updates for December 2022.
* api-change:``support``: Documentation updates for the AWS Support API
* api-change:``transfer``: This release adds support for Decrypt as a workflow step type.


1.27.34
=======

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

__version__ = '1.27.34'
__version__ = '1.27.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 @@ -52,7 +52,7 @@
# The short X.Y version.
version = '1.27.'
# The full version, including alpha/beta/rc tags.
release = '1.27.34'
release = '1.27.35'

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore==1.29.34
botocore==1.29.35
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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def find_version(*file_paths):


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

0 comments on commit 6f3c3e4

Please sign in to comment.