Skip to content

Commit

Permalink
Merge branch 'release-1.27.53' into develop
Browse files Browse the repository at this point in the history
* release-1.27.53:
  Bumping version to 1.27.53
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Jan 19, 2023
2 parents 43dde9f + d85535f commit f5c7c94
Show file tree
Hide file tree
Showing 6 changed files with 83 additions and 4 deletions.
62 changes: 62 additions & 0 deletions .changes/1.27.53.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"category": "``appflow``",
"description": "Adding support for Salesforce Pardot connector in Amazon AppFlow.",
"type": "api-change"
},
{
"category": "``codeartifact``",
"description": "Documentation updates for CodeArtifact",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Amazon Connect Chat introduces Persistent Chat, allowing customers to resume previous conversations with context and transcripts carried over from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history.",
"type": "api-change"
},
{
"category": "``connectparticipant``",
"description": "This release updates Amazon Connect Participant's GetTranscript api to provide transcripts of past chats on a persistent chat session.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value.",
"type": "api-change"
},
{
"category": "``glue``",
"description": "Release Glue Studio Hudi Data Lake Format for SDK/CLI",
"type": "api-change"
},
{
"category": "``groundstation``",
"description": "Add configurable prepass and postpass times for DataflowEndpointGroup. Add Waiter to allow customers to wait for a contact that was reserved through ReserveContact",
"type": "api-change"
},
{
"category": "``logs``",
"description": "Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds.",
"type": "api-change"
},
{
"category": "``opensearch``",
"description": "This release adds the enhanced dry run option, that checks for validation errors that might occur when deploying configuration changes and provides a summary of these errors, if any. The feature will also indicate whether a blue/green deployment will be required to apply a change.",
"type": "api-change"
},
{
"category": "``panorama``",
"description": "Added AllowMajorVersionUpdate option to OTAJobConfig to make appliance software major version updates opt-in.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "HyperParameterTuningJobs now allow passing environment variables into the corresponding TrainingJobs",
"type": "api-change"
}
]
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
CHANGELOG
=========

1.27.53
=======

* api-change:``appflow``: Adding support for Salesforce Pardot connector in Amazon AppFlow.
* api-change:``codeartifact``: Documentation updates for CodeArtifact
* api-change:``connect``: Amazon Connect Chat introduces Persistent Chat, allowing customers to resume previous conversations with context and transcripts carried over from previous chats, eliminating the need to repeat themselves and allowing agents to provide personalized service with access to entire conversation history.
* api-change:``connectparticipant``: This release updates Amazon Connect Participant's GetTranscript api to provide transcripts of past chats on a persistent chat session.
* api-change:``ec2``: Adds SSM Parameter Resource Aliasing support to EC2 Launch Templates. Launch Templates can now store parameter aliases in place of AMI Resource IDs. CreateLaunchTemplateVersion and DescribeLaunchTemplateVersions now support a convenience flag, ResolveAlias, to return the resolved parameter value.
* api-change:``glue``: Release Glue Studio Hudi Data Lake Format for SDK/CLI
* api-change:``groundstation``: Add configurable prepass and postpass times for DataflowEndpointGroup. Add Waiter to allow customers to wait for a contact that was reserved through ReserveContact
* api-change:``logs``: Bug fix - Removed the regex pattern validation from CoralModel to avoid potential security issue.
* api-change:``medialive``: AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds.
* api-change:``opensearch``: This release adds the enhanced dry run option, that checks for validation errors that might occur when deploying configuration changes and provides a summary of these errors, if any. The feature will also indicate whether a blue/green deployment will be required to apply a change.
* api-change:``panorama``: Added AllowMajorVersionUpdate option to OTAJobConfig to make appliance software major version updates opt-in.
* api-change:``sagemaker``: HyperParameterTuningJobs now allow passing environment variables into the corresponding TrainingJobs


1.27.52
=======

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.52'
__version__ = '1.27.53'

#
# 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.52'
release = '1.27.53'

# 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.52
botocore==1.29.53
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.52',
'botocore==1.29.53',
'docutils>=0.10,<0.17',
's3transfer>=0.6.0,<0.7.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit f5c7c94

Please sign in to comment.