Skip to content

Commit 0228ec6

Browse files
Bumping version to 1.28.81
1 parent 7d27f44 commit 0228ec6

17 files changed

+82
-63
lines changed

.changes/1.28.81.json

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"category": "``connect``",
4+
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Added API support for new GuardDuty EKS Audit Log finding types.",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``lambda``",
24+
"description": "[``botocore``] Add Node 20 (nodejs20.x) support to AWS Lambda.",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "``lexv2-models``",
29+
"description": "[``botocore``] Update lexv2-models client to latest version",
30+
"type": "api-change"
31+
},
32+
{
33+
"category": "``omics``",
34+
"description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] Update endpoint-rules client to latest version",
60+
"type": "api-change"
61+
}
62+
]

.changes/next-release/api-change-connect-75244.json

-5
This file was deleted.

.changes/next-release/api-change-connectcases-30533.json

-5
This file was deleted.

.changes/next-release/api-change-datasync-9951.json

-5
This file was deleted.

.changes/next-release/api-change-endpointrules-15139.json

-5
This file was deleted.

.changes/next-release/api-change-guardduty-74398.json

-5
This file was deleted.

.changes/next-release/api-change-lambda-76570.json

-5
This file was deleted.

.changes/next-release/api-change-lexv2models-45922.json

-5
This file was deleted.

.changes/next-release/api-change-omics-4078.json

-5
This file was deleted.

.changes/next-release/api-change-rds-46062.json

-5
This file was deleted.

.changes/next-release/api-change-redshiftserverless-91942.json

-5
This file was deleted.

.changes/next-release/api-change-resiliencehub-76910.json

-5
This file was deleted.

.changes/next-release/api-change-sqs-4089.json

-5
This file was deleted.

CHANGELOG.rst

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

5+
1.28.81
6+
=======
7+
8+
* api-change:``connect``: [``botocore``] This release clarifies in our public documentation that InstanceId is a requirement for SearchUsers API requests.
9+
* api-change:``connectcases``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] Added API support for new GuardDuty EKS Audit Log finding types.
12+
* api-change:``lambda``: [``botocore``] Add Node 20 (nodejs20.x) support to AWS Lambda.
13+
* api-change:``lexv2-models``: [``botocore``] Update lexv2-models client to latest version
14+
* api-change:``omics``: [``botocore``] Adding Run UUID and Run Output URI: GetRun and StartRun API response has two new fields "uuid" and "runOutputUri".
15+
* api-change:``rds``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] This release enables customers to call SQS using AWS JSON-1.0 protocol.
19+
* api-change:``endpoint-rules``: [``botocore``] Update endpoint-rules client to latest version
20+
21+
522
1.28.80
623
=======
724

boto3/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.28.80'
20+
__version__ = '1.28.81'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

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,<1.32.0
6+
botocore>=1.31.81,<1.32.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.7.0,<0.8.0
99

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414

1515
requires = [
16-
'botocore>=1.31.80,<1.32.0',
16+
'botocore>=1.31.81,<1.32.0',
1717
'jmespath>=0.7.1,<2.0.0',
1818
's3transfer>=0.7.0,<0.8.0',
1919
]

0 commit comments

Comments
 (0)