Skip to content

Commit 9955d4e

Browse files
Merge branch 'release-1.20.9'
* release-1.20.9: Bumping version to 1.20.9 Add changelog entries from botocore
2 parents eff1c9b + c534102 commit 9955d4e

File tree

5 files changed

+82
-3
lines changed

5 files changed

+82
-3
lines changed

.changes/1.20.9.json

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"category": "``ivs``",
4+
"description": "[``botocore``] 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",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``lambda``",
9+
"description": "[``botocore``] Added support for CLIENT_CERTIFICATE_TLS_AUTH and SERVER_ROOT_CA_CERTIFICATE as SourceAccessType for MSK and Kafka event source mappings.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``chime``",
14+
"description": "[``botocore``] Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``chime-sdk-meetings``",
19+
"description": "[``botocore``] Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``lexv2-models``",
24+
"description": "[``botocore``] Update lexv2-models client to latest version",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``cloudwatch``",
29+
"description": "[``botocore``] Update cloudwatch client to latest version",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``auditmanager``",
34+
"description": "[``botocore``] 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.",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``databrew``",
39+
"description": "[``botocore``] 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.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``redshift-data``",
44+
"description": "[``botocore``] Rolling back Data API serverless features until dependencies are live.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``kafka``",
49+
"description": "[``botocore``] Amazon MSK has added a new API that allows you to update the connectivity settings for an existing cluster to enable public accessibility.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``forecast``",
54+
"description": "[``botocore``] 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.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``appconfig``",
59+
"description": "[``botocore``] Add Type to support feature flag configuration profiles",
60+
"type": "api-change"
61+
}
62+
]

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
CHANGELOG
33
=========
44

5+
1.20.9
6+
======
7+
8+
* api-change:``ivs``: [``botocore``] 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
9+
* api-change:``lambda``: [``botocore``] Added support for CLIENT_CERTIFICATE_TLS_AUTH and SERVER_ROOT_CA_CERTIFICATE as SourceAccessType for MSK and Kafka event source mappings.
10+
* api-change:``chime``: [``botocore``] Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.
11+
* api-change:``chime-sdk-meetings``: [``botocore``] Adds new Transcribe API parameters to StartMeetingTranscription, including support for content identification and redaction (PII & PHI), partial results stabilization, and custom language models.
12+
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
13+
* api-change:``cloudwatch``: [``botocore``] Update cloudwatch client to latest version
14+
* api-change:``auditmanager``: [``botocore``] 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.
15+
* api-change:``databrew``: [``botocore``] 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.
16+
* api-change:``redshift-data``: [``botocore``] Rolling back Data API serverless features until dependencies are live.
17+
* api-change:``kafka``: [``botocore``] Amazon MSK has added a new API that allows you to update the connectivity settings for an existing cluster to enable public accessibility.
18+
* api-change:``forecast``: [``botocore``] 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.
19+
* api-change:``appconfig``: [``botocore``] Add Type to support feature flag configuration profiles
20+
21+
522
1.20.8
623
======
724

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919

2020
__author__ = 'Amazon Web Services'
21-
__version__ = '1.20.8'
21+
__version__ = '1.20.9'
2222

2323

2424
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.23.8,<1.24.0
6+
botocore>=1.23.9,<1.24.0
77
jmespath>=0.7.1,<1.0.0
88
s3transfer>=0.5.0,<0.6.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.23.8,<1.24.0',
16+
'botocore>=1.23.9,<1.24.0',
1717
'jmespath>=0.7.1,<1.0.0',
1818
's3transfer>=0.5.0,<0.6.0'
1919
]

0 commit comments

Comments
 (0)