Skip to content

Commit ad09d70

Browse files
Merge branch 'release-1.29.81'
* release-1.29.81: Bumping version to 1.29.81 Update changelog based on model updates
2 parents 7a87e34 + 53b1227 commit ad09d70

File tree

6 files changed

+83
-4
lines changed

6 files changed

+83
-4
lines changed

.changes/1.29.81.json

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"category": "``connect``",
4+
"description": "This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``connectcases``",
9+
"description": "This release adds the ability to add/view comment authors through CreateRelatedItem and SearchRelatedItems API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``datasync``",
14+
"description": "This change allows for 0 length access keys and secret keys for object storage locations. Users can now pass in empty string credentials.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``guardduty``",
19+
"description": "Added API support for new GuardDuty EKS Audit Log finding types.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``lambda``",
24+
"description": "Add Node 20 (nodejs20.x) support to AWS Lambda.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``lexv2-models``",
29+
"description": "Update lexv2-models command to latest version",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``omics``",
34+
"description": "Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields \"uuid\" and \"runOutputUri\".",
35+
"type": "api-change"
36+
},
37+
{
38+
"category": "``rds``",
39+
"description": "This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command.",
40+
"type": "api-change"
41+
},
42+
{
43+
"category": "``redshift-serverless``",
44+
"description": "Added a new parameter in the workgroup that helps you control your cost for compute resources. This feature provides a ceiling for RPUs that Amazon Redshift Serverless can scale up to. When automatic compute scaling is required, having a higher value for MaxRPU can enhance query throughput.",
45+
"type": "api-change"
46+
},
47+
{
48+
"category": "``resiliencehub``",
49+
"description": "AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications.",
50+
"type": "api-change"
51+
},
52+
{
53+
"category": "``sqs``",
54+
"description": "This release enables customers to call SQS using AWS JSON-1.0 protocol.",
55+
"type": "api-change"
56+
},
57+
{
58+
"category": "``endpoint-rules``",
59+
"description": "Update endpoint-rules command to latest version",
60+
"type": "api-change"
61+
}
62+
]

CHANGELOG.rst

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
CHANGELOG
33
=========
44

5+
1.29.81
6+
=======
7+
8+
* api-change:``connect``: This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests.
9+
* api-change:``connectcases``: This release adds the ability to add/view comment authors through CreateRelatedItem and SearchRelatedItems API. For more information see https://docs.aws.amazon.com/cases/latest/APIReference/Welcome.html
10+
* api-change:``datasync``: This change allows for 0 length access keys and secret keys for object storage locations. Users can now pass in empty string credentials.
11+
* api-change:``guardduty``: Added API support for new GuardDuty EKS Audit Log finding types.
12+
* api-change:``lambda``: Add Node 20 (nodejs20.x) support to AWS Lambda.
13+
* api-change:``lexv2-models``: Update lexv2-models command to latest version
14+
* api-change:``omics``: Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields "uuid" and "runOutputUri".
15+
* api-change:``rds``: This Amazon RDS release adds support for patching the OS of an RDS Custom for Oracle DB instance. You can now upgrade the database or operating system using the modify-db-instance command.
16+
* api-change:``redshift-serverless``: Added a new parameter in the workgroup that helps you control your cost for compute resources. This feature provides a ceiling for RPUs that Amazon Redshift Serverless can scale up to. When automatic compute scaling is required, having a higher value for MaxRPU can enhance query throughput.
17+
* api-change:``resiliencehub``: AWS Resilience Hub enhances Resiliency Score, providing actionable recommendations to improve application resilience. Amazon Elastic Kubernetes Service (EKS) operational recommendations have been added to help improve the resilience posture of your applications.
18+
* api-change:``sqs``: This release enables customers to call SQS using AWS JSON-1.0 protocol.
19+
* api-change:``endpoint-rules``: Update endpoint-rules command to latest version
20+
21+
522
1.29.80
623
=======
724

awscli/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
import os
1919

20-
__version__ = '1.29.80'
20+
__version__ = '1.29.81'
2121

2222
#
2323
# Get our data path to be added to botocore's search path

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
# The short X.Y version.
5353
version = '1.29.'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '1.29.80'
55+
release = '1.29.81'
5656

5757
# The language for content autogenerated by Sphinx. Refer to documentation
5858
# for a list of supported languages.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore==1.31.80
6+
botocore==1.31.81
77
docutils>=0.10,<0.17
88
s3transfer>=0.7.0,<0.8.0
99
PyYAML>=3.10,<6.1

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def find_version(*file_paths):
2424

2525

2626
install_requires = [
27-
'botocore==1.31.80',
27+
'botocore==1.31.81',
2828
'docutils>=0.10,<0.17',
2929
's3transfer>=0.7.0,<0.8.0',
3030
'PyYAML>=3.10,<6.1',

0 commit comments

Comments
 (0)