Skip to content

Commit

Permalink
Merge branch 'release-1.25.91' into develop
Browse files Browse the repository at this point in the history
* release-1.25.91:
  Bumping version to 1.25.91
  Update changelog based on model updates
  • Loading branch information
aws-sdk-python-automation committed Oct 13, 2022
2 parents 2c740c8 + 8efe0e5 commit 1df6ee1
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 4 deletions.
87 changes: 87 additions & 0 deletions .changes/1.25.91.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
[
{
"category": "``amplifyuibuilder``",
"description": "We are releasing the ability for fields to be configured as arrays.",
"type": "api-change"
},
{
"category": "``appflow``",
"description": "With this update, you can choose which Salesforce API is used by Amazon AppFlow to transfer data to or from your Salesforce account. You can choose the Salesforce REST API or Bulk API 2.0. You can also choose for Amazon AppFlow to pick the API automatically.",
"type": "api-change"
},
{
"category": "``connect``",
"description": "This release adds support for a secondary email and a mobile number for Amazon Connect instance users.",
"type": "api-change"
},
{
"category": "``ds``",
"description": "This release adds support for describing and updating AWS Managed Microsoft AD set up.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "Documentation update to address tickets.",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations.",
"type": "api-change"
},
{
"category": "``iam``",
"description": "Documentation updates for the AWS Identity and Access Management API Reference.",
"type": "api-change"
},
{
"category": "``iotfleetwise``",
"description": "Documentation update for AWS IoT FleetWise",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source.",
"type": "api-change"
},
{
"category": "``mediapackage-vod``",
"description": "This release adds SPEKE v2 support for MediaPackage VOD. Speke v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer.",
"type": "api-change"
},
{
"category": "``panorama``",
"description": "Pause and resume camera stream processing with SignalApplicationInstanceNodeInstances. Reboot an appliance with CreateJobForDevices. More application state information in DescribeApplicationInstance response.",
"type": "api-change"
},
{
"category": "``rds-data``",
"description": "Doc update to reflect no support for schema parameter on BatchExecuteStatement API",
"type": "api-change"
},
{
"category": "``ssm-incidents``",
"description": "Update RelatedItem enum to support Tasks",
"type": "api-change"
},
{
"category": "``ssm``",
"description": "Support of AmazonLinux2022 by Patch Manager",
"type": "api-change"
},
{
"category": "``transfer``",
"description": "This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect.",
"type": "api-change"
},
{
"category": "``translate``",
"description": "This release enables customers to specify multiple target languages in asynchronous batch translation requests.",
"type": "api-change"
},
{
"category": "``wisdom``",
"description": "This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.",
"type": "api-change"
}
]
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
CHANGELOG
=========

1.25.91
=======

* api-change:``amplifyuibuilder``: We are releasing the ability for fields to be configured as arrays.
* api-change:``appflow``: With this update, you can choose which Salesforce API is used by Amazon AppFlow to transfer data to or from your Salesforce account. You can choose the Salesforce REST API or Bulk API 2.0. You can also choose for Amazon AppFlow to pick the API automatically.
* api-change:``connect``: This release adds support for a secondary email and a mobile number for Amazon Connect instance users.
* api-change:``ds``: This release adds support for describing and updating AWS Managed Microsoft AD set up.
* api-change:``ecs``: Documentation update to address tickets.
* api-change:``guardduty``: Add UnprocessedDataSources to CreateDetectorResponse which specifies the data sources that couldn't be enabled during the CreateDetector request. In addition, update documentations.
* api-change:``iam``: Documentation updates for the AWS Identity and Access Management API Reference.
* api-change:``iotfleetwise``: Documentation update for AWS IoT FleetWise
* api-change:``medialive``: AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source.
* api-change:``mediapackage-vod``: This release adds SPEKE v2 support for MediaPackage VOD. Speke v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer.
* api-change:``panorama``: Pause and resume camera stream processing with SignalApplicationInstanceNodeInstances. Reboot an appliance with CreateJobForDevices. More application state information in DescribeApplicationInstance response.
* api-change:``rds-data``: Doc update to reflect no support for schema parameter on BatchExecuteStatement API
* api-change:``ssm-incidents``: Update RelatedItem enum to support Tasks
* api-change:``ssm``: Support of AmazonLinux2022 by Patch Manager
* api-change:``transfer``: This release adds an option for customers to configure workflows that are triggered when files are only partially received from a client due to premature session disconnect.
* api-change:``translate``: This release enables customers to specify multiple target languages in asynchronous batch translation requests.
* api-change:``wisdom``: This release updates the GetRecommendations API to include a trigger event list for classifying and grouping recommendations.


1.25.90
=======

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.25.90'
__version__ = '1.25.91'

#
# 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.25.'
# The full version, including alpha/beta/rc tags.
release = '1.25.90'
release = '1.25.91'

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

0 comments on commit 1df6ee1

Please sign in to comment.