Skip to content

Commit

Permalink
Merge branch 'release-1.36.5' into develop
Browse files Browse the repository at this point in the history
* release-1.36.5:
  Bumping version to 1.36.5
  Update changelog based on model updates
  Merge customizations for IoTSiteWise
  • Loading branch information
aws-sdk-python-automation committed Nov 18, 2024
2 parents 42c1940 + f065b27 commit be14cae
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 4 deletions.
57 changes: 57 additions & 0 deletions .changes/1.36.5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[
{
"category": "``appconfig``",
"description": "AWS AppConfig has added a new extension action point, AT_DEPLOYMENT_TICK, to support third-party monitors to trigger an automatic rollback during a deployment.",
"type": "api-change"
},
{
"category": "``autoscaling``",
"description": "Amazon EC2 Auto Scaling now supports Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift to help you quickly recover an impaired application from failures in an Availability Zone (AZ).",
"type": "api-change"
},
{
"category": "``cloudformation``",
"description": "This release adds a new API, ListHookResults, that allows retrieving CloudFormation Hooks invocation results for hooks invoked during a create change set operation or Cloud Control API operation",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Adds CreateContactFlowVersion and ListContactFlowVersions APIs to create and view the versions of a contact flow.",
"type": "api-change"
},
{
"category": "``customer-profiles``",
"description": "This release introduces Segmentation APIs and new Calculated Attribute Event Filters as part of Amazon Connect Customer Profiles service.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Adding request and response elements for managed resources.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "This release adds support for adding VPC Lattice configurations in ECS CreateService/UpdateService APIs. The configuration allows for associating VPC Lattice target groups with ECS Services.",
"type": "api-change"
},
{
"category": "``iotsitewise``",
"description": "The release introduces a generative AI Assistant in AWS IoT SiteWise. It includes: 1) InvokeAssistant API - Invoke the Assistant to get alarm summaries and ask questions. 2) Dataset APIs - Manage knowledge base configuration for the Assistant. 3) Portal APIs enhancement - Manage AI-aware dashboards.",
"type": "api-change"
},
{
"category": "``qconnect``",
"description": "This release introduces MessageTemplate as a resource in Amazon Q in Connect, along with APIs to create, read, search, update, and delete MessageTemplate resources.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Add support for the automatic pause/resume feature of Aurora Serverless v2.",
"type": "api-change"
},
{
"category": "``rds-data``",
"description": "Add support for the automatic pause/resume feature of Aurora Serverless v2.",
"type": "api-change"
}
]
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.36.5
======

* api-change:``appconfig``: AWS AppConfig has added a new extension action point, AT_DEPLOYMENT_TICK, to support third-party monitors to trigger an automatic rollback during a deployment.
* api-change:``autoscaling``: Amazon EC2 Auto Scaling now supports Amazon Application Recovery Controller (ARC) zonal shift and zonal autoshift to help you quickly recover an impaired application from failures in an Availability Zone (AZ).
* api-change:``cloudformation``: This release adds a new API, ListHookResults, that allows retrieving CloudFormation Hooks invocation results for hooks invoked during a create change set operation or Cloud Control API operation
* api-change:``connect``: Adds CreateContactFlowVersion and ListContactFlowVersions APIs to create and view the versions of a contact flow.
* api-change:``customer-profiles``: This release introduces Segmentation APIs and new Calculated Attribute Event Filters as part of Amazon Connect Customer Profiles service.
* api-change:``ec2``: Adding request and response elements for managed resources.
* api-change:``ecs``: This release adds support for adding VPC Lattice configurations in ECS CreateService/UpdateService APIs. The configuration allows for associating VPC Lattice target groups with ECS Services.
* api-change:``iotsitewise``: The release introduces a generative AI Assistant in AWS IoT SiteWise. It includes: 1) InvokeAssistant API - Invoke the Assistant to get alarm summaries and ask questions. 2) Dataset APIs - Manage knowledge base configuration for the Assistant. 3) Portal APIs enhancement - Manage AI-aware dashboards.
* api-change:``qconnect``: This release introduces MessageTemplate as a resource in Amazon Q in Connect, along with APIs to create, read, search, update, and delete MessageTemplate resources.
* api-change:``rds``: Add support for the automatic pause/resume feature of Aurora Serverless v2.
* api-change:``rds-data``: Add support for the automatic pause/resume feature of Aurora Serverless v2.


1.36.4
======

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

import os

__version__ = '1.36.4'
__version__ = '1.36.5'

#
# Get our data path to be added to botocore's search path
Expand Down
2 changes: 2 additions & 0 deletions awscli/customizations/removals.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ def register_removals(event_handler):
'invoke-flow'])
cmd_remover.remove(on_event='building-command-table.qbusiness',
remove_commands=['chat'])
cmd_remover.remove(on_event='building-command-table.iotsitewise',
remove_commands=['invoke-assistant'])


class CommandRemover(object):
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.36'
# The full version, including alpha/beta/rc tags.
release = '1.36.4'
release = '1.36.5'

# 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.35.63
botocore==1.35.64
docutils>=0.10,<0.17
s3transfer>=0.10.0,<0.11.0
PyYAML>=3.10,<6.1
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.35.63',
'botocore==1.35.64',
'docutils>=0.10,<0.17',
's3transfer>=0.10.0,<0.11.0',
'PyYAML>=3.10,<6.1',
Expand Down

0 comments on commit be14cae

Please sign in to comment.