Skip to content

Commit

Permalink
Bumping version to 1.31.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 2af348f commit aee90d6
Show file tree
Hide file tree
Showing 14 changed files with 69 additions and 52 deletions.
52 changes: 52 additions & 0 deletions .changes/1.31.74.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"category": "``connect``",
"description": "This release adds InstanceId field for phone number APIs.",
"type": "api-change"
},
{
"category": "``dataexchange``",
"description": "We added a new API action: SendDataSetNotification.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "Platform version changes to support AL1 deprecation initiative.",
"type": "api-change"
},
{
"category": "``finspace``",
"description": "Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters.",
"type": "api-change"
},
{
"category": "``mediapackagev2``",
"description": "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": "This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.",
"type": "api-change"
},
{
"category": "``redshift-serverless``",
"description": "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": "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": "Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM.",
"type": "api-change"
},
{
"category": "``wisdom``",
"description": "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.31.74
=======

* api-change:``connect``: This release adds InstanceId field for phone number APIs.
* api-change:``dataexchange``: We added a new API action: SendDataSetNotification.
* api-change:``datasync``: Platform version changes to support AL1 deprecation initiative.
* api-change:``finspace``: Introducing new API UpdateKxClusterCodeConfiguration, introducing new cache types for clusters and introducing new deployment modes for updating clusters.
* api-change:``mediapackagev2``: 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``: This release launches the CreateIntegration, DeleteIntegration, and DescribeIntegrations APIs to manage zero-ETL Integrations.
* api-change:``redshift-serverless``: 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``: 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``: Updated ListOutpostsWithS3 API response to include S3OutpostArn for use with AWS RAM.
* api-change:``wisdom``: This release added necessary API documents on creating a Wisdom knowledge base to integrate with S3.


1.31.73
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.31.73'
__version__ = '1.31.74'


class NullHandler(logging.Handler):
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
# The short X.Y version.
version = '1.31.'
# The full version, including alpha/beta/rc tags.
release = '1.31.73'
release = '1.31.74'

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

0 comments on commit aee90d6

Please sign in to comment.