Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Bumping version to 1.22.9
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 18, 2021
1 parent 4b2d386 commit 5509d9d
Show file tree
Hide file tree
Showing 18 changed files with 83 additions and 64 deletions.
62 changes: 62 additions & 0 deletions .changes/1.22.9.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[
{
"category": "``databrew``",
"description": "This SDK release adds the following new features: 1) PII detection in profile jobs, 2) Data quality rules, enabling validation of data quality in profile jobs, 3) SQL query-based datasets for Amazon Redshift and Snowflake data sources, and 4) Connecting DataBrew datasets with Amazon AppFlow flows.",
"type": "api-change"
},
{
"category": "``ivs``",
"description": "Add APIs for retrieving stream session information and support for filtering live streams by health. For more information, see https://docs.aws.amazon.com/ivs/latest/userguide/stream-health.html",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Added support for CLIENT_CERTIFICATE_TLS_AUTH and SERVER_ROOT_CA_CERTIFICATE as SourceAccessType for MSK and Kafka event source mappings.",
"type": "api-change"
},
{
"category": "``chime``",
"description": "Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.",
"type": "api-change"
},
{
"category": "``chime-sdk-meetings``",
"description": "Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.",
"type": "api-change"
},
{
"category": "``appconfig``",
"description": "Add Type to support feature flag configuration profiles",
"type": "api-change"
},
{
"category": "``forecast``",
"description": "NEW CreateExplanability API that helps you understand how attributes such as price, promotion, etc. contributes to your forecasted values; NEW CreateAutoPredictor API that trains up to 40% more accurate forecasting model, saves up to 50% of retraining time, and provides model level explainability.",
"type": "api-change"
},
{
"category": "``lexv2-models``",
"description": "Update lexv2-models command to latest version",
"type": "api-change"
},
{
"category": "``cloudwatch``",
"description": "Update cloudwatch command to latest version",
"type": "api-change"
},
{
"category": "``kafka``",
"description": "Amazon MSK has added a new API that allows you to update the connectivity settings for an existing cluster to enable public accessibility.",
"type": "api-change"
},
{
"category": "``auditmanager``",
"description": "This release introduces a new feature for Audit Manager: Dashboard views. You can now view insights data for your active assessments, and quickly identify non-compliant evidence that needs to be remediated.",
"type": "api-change"
},
{
"category": "``redshift-data``",
"description": "Rolling back Data API serverless features until dependencies are live.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-appconfig-24223.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-auditmanager-7984.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chimesdkmeetings-20690.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloudwatch-72938.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-databrew-23420.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-forecast-39726.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ivs-41853.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-kafka-30333.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lambda-19342.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lexv2models-12924.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-redshiftdata-86291.json

This file was deleted.

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.22.9
======

* api-change:``databrew``: This SDK release adds the following new features: 1) PII detection in profile jobs, 2) Data quality rules, enabling validation of data quality in profile jobs, 3) SQL query-based datasets for Amazon Redshift and Snowflake data sources, and 4) Connecting DataBrew datasets with Amazon AppFlow flows.
* api-change:``ivs``: Add APIs for retrieving stream session information and support for filtering live streams by health. For more information, see https://docs.aws.amazon.com/ivs/latest/userguide/stream-health.html
* api-change:``lambda``: Added support for CLIENT_CERTIFICATE_TLS_AUTH and SERVER_ROOT_CA_CERTIFICATE as SourceAccessType for MSK and Kafka event source mappings.
* api-change:``chime``: Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.
* api-change:``chime-sdk-meetings``: Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.
* api-change:``appconfig``: Add Type to support feature flag configuration profiles
* api-change:``forecast``: NEW CreateExplanability API that helps you understand how attributes such as price, promotion, etc. contributes to your forecasted values; NEW CreateAutoPredictor API that trains up to 40% more accurate forecasting model, saves up to 50% of retraining time, and provides model level explainability.
* api-change:``lexv2-models``: Update lexv2-models command to latest version
* api-change:``cloudwatch``: Update cloudwatch command to latest version
* api-change:``kafka``: Amazon MSK has added a new API that allows you to update the connectivity settings for an existing cluster to enable public accessibility.
* api-change:``auditmanager``: This release introduces a new feature for Audit Manager: Dashboard views. You can now view insights data for your active assessments, and quickly identify non-compliant evidence that needs to be remediated.
* api-change:``redshift-data``: Rolling back Data API serverless features until dependencies are live.


1.22.8
======

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.22.8'
__version__ = '1.22.9'

#
# 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.22'
# The full version, including alpha/beta/rc tags.
release = '1.22.8'
release = '1.22.9'

# 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.23.8
botocore==1.23.9
docutils>=0.10,<0.16
s3transfer>=0.5.0,<0.6.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.23.8',
'botocore==1.23.9',
'docutils>=0.10,<0.16',
's3transfer>=0.5.0,<0.6.0',
'PyYAML>=3.10,<5.5',
Expand Down

0 comments on commit 5509d9d

Please sign in to comment.