Skip to content

Commit

Permalink
Bumping version to 1.31.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Jul 13, 2023
1 parent 3e51976 commit ec74e21
Show file tree
Hide file tree
Showing 17 changed files with 87 additions and 67 deletions.
67 changes: 67 additions & 0 deletions .changes/1.31.3.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
[
{
"category": "``cognito-idp``",
"description": "API model updated in Amazon Cognito",
"type": "api-change"
},
{
"category": "``connect``",
"description": "Add support for deleting Queues and Routing Profiles.",
"type": "api-change"
},
{
"category": "``datasync``",
"description": "Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.",
"type": "api-change"
},
{
"category": "``dms``",
"description": "Enhanced PostgreSQL target endpoint settings for providing Babelfish support.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.",
"type": "api-change"
},
{
"category": "``fsx``",
"description": "Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.",
"type": "api-change"
},
{
"category": "``iam``",
"description": "Documentation updates for AWS Identity and Access Management (IAM).",
"type": "api-change"
},
{
"category": "``mediatailor``",
"description": "Adds categories to MediaTailor channel assembly alerts",
"type": "api-change"
},
{
"category": "``personalize``",
"description": "This release provides ability to customers to change schema associated with their datasets in Amazon Personalize",
"type": "api-change"
},
{
"category": "``proton``",
"description": "This release adds support for deployment history for Proton provisioned resources",
"type": "api-change"
},
{
"category": "``s3``",
"description": "S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings",
"type": "api-change"
},
{
"category": "``secretsmanager``",
"description": "Documentation updates for Secrets Manager",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cognitoidp-55428.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-connect-19517.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-dms-96202.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ec2-55548.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-fsx-65433.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iam-68934.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-mediatailor-37388.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-personalize-13688.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-proton-22983.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-s3-16612.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-57096.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-secretsmanager-13329.json

This file was deleted.

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

1.31.3
======

* api-change:``cognito-idp``: API model updated in Amazon Cognito
* api-change:``connect``: Add support for deleting Queues and Routing Profiles.
* api-change:``datasync``: Added LunCount to the response object of DescribeStorageSystemResourcesResponse, LunCount represents the number of LUNs on a storage system resource.
* api-change:``dms``: Enhanced PostgreSQL target endpoint settings for providing Babelfish support.
* api-change:``ec2``: This release adds support for the C7gn and Hpc7g instances. C7gn instances are powered by AWS Graviton3 processors and the fifth-generation AWS Nitro Cards. Hpc7g instances are powered by AWS Graviton 3E processors and provide up to 200 Gbps network bandwidth.
* api-change:``fsx``: Amazon FSx for NetApp ONTAP now supports SnapLock, an ONTAP feature that enables you to protect your files in a volume by transitioning them to a write once, read many (WORM) state.
* api-change:``iam``: Documentation updates for AWS Identity and Access Management (IAM).
* api-change:``mediatailor``: Adds categories to MediaTailor channel assembly alerts
* api-change:``personalize``: This release provides ability to customers to change schema associated with their datasets in Amazon Personalize
* api-change:``proton``: This release adds support for deployment history for Proton provisioned resources
* api-change:``s3``: S3 Inventory now supports Object Access Control List and Object Owner as available object metadata fields in inventory reports.
* api-change:``sagemaker``: Amazon SageMaker Canvas adds WorkspeceSettings support for CanvasAppSettings
* api-change:``secretsmanager``: Documentation updates for Secrets Manager


1.31.2
======

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.2'
__version__ = '1.31.3'


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.2'
release = '1.31.3'

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

0 comments on commit ec74e21

Please sign in to comment.