Skip to content

Commit

Permalink
Bumping version to 1.28.74
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 30, 2023
1 parent 1c43d59 commit 740f422
Show file tree
Hide file tree
Showing 15 changed files with 70 additions and 53 deletions.
52 changes: 52 additions & 0 deletions .changes/1.28.74.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``connect``",
"description": "[``botocore``] This release adds InstanceId field for phone number APIs.",
"type": "api-change"
},
{
"category": "``dataexchange``",
"description": "[``botocore``] We added a new API action: SendDataSetNotification.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "[``botocore``] Platform version changes to support AL1 deprecation initiative.",
"type": "api-change"
},
{
"category": "``finspace``",
"description": "[``botocore``] Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters.",
"type": "api-change"
},
{
"category": "``mediapackagev2``",
"description": "[``botocore``] This feature allows customers to create a combination of manifest filtering, startover and time delay configuration that applies to all egress requests by default.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "[``botocore``] Added support for custom domain names for Amazon Redshift Serverless workgroups. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it.",
"type": "api-change"
},
{
"category": "``resiliencehub``",
"description": "[``botocore``] Introduced the ability to filter applications by their last assessment date and time and have included metrics for the application's estimated workload Recovery Time Objective (RTO) and estimated workload Recovery Point Objective (RPO).",
"type": "api-change"
},
{
"category": "``s3outposts``",
"description": "[``botocore``] Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM.",
"type": "api-change"
},
{
"category": "``wisdom``",
"description": "[``botocore``] This release added necessary API documents on creating a Wisdom knowledge base to integrate with S3.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-20470.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dataexchange-8070.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-datasync-88772.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-finspace-85939.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediapackagev2-50397.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rds-29609.json

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-resiliencehub-75820.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3outposts-4102.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-wisdom-71014.json

This file was deleted.

15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@
CHANGELOG
=========

1.28.74
=======

* api-change:``connect``: [``botocore``] This release adds InstanceId field for phone number APIs.
* api-change:``dataexchange``: [``botocore``] We added a new API action: SendDataSetNotification.
* api-change:``datasync``: [``botocore``] Platform version changes to support AL1 deprecation initiative.
* api-change:``finspace``: [``botocore``] Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters.
* api-change:``mediapackagev2``: [``botocore``] This feature allows customers to create a combination of manifest filtering, startover and time delay configuration that applies to all egress requests by default.
* api-change:``rds``: [``botocore``] This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.
* api-change:``redshift-serverless``: [``botocore``] Added support for custom domain names for Amazon Redshift Serverless workgroups. This feature enables customers to create a custom domain name and use ACM to generate fully secure connections to it.
* api-change:``resiliencehub``: [``botocore``] Introduced the ability to filter applications by their last assessment date and time and have included metrics for the application's estimated workload Recovery Time Objective (RTO) and estimated workload Recovery Point Objective (RPO).
* api-change:``s3outposts``: [``botocore``] Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM.
* api-change:``wisdom``: [``botocore``] This release added necessary API documents on creating a Wisdom knowledge base to integrate with S3.


1.28.73
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.28.73'
__version__ = '1.28.74'


# The default Boto3 session; autoloaded when needed.
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.31.73,<1.32.0
botocore>=1.31.74,<1.32.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.7.0,<0.8.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


requires = [
'botocore>=1.31.73,<1.32.0',
'botocore>=1.31.74,<1.32.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.7.0,<0.8.0',
]
Expand Down

0 comments on commit 740f422

Please sign in to comment.