Skip to content

Commit

Permalink
Bumping version to 1.31.41
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 5, 2023
1 parent c950beb commit e1c6e46
Show file tree
Hide file tree
Showing 13 changed files with 63 additions and 47 deletions.
47 changes: 47 additions & 0 deletions .changes/1.31.41.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
[
{
"category": "``billingconductor``",
"description": "This release adds support for line item filtering in for the custom line item resource.",
"type": "api-change"
},
{
"category": "``cloud9``",
"description": "Added support for Ubuntu 22.04 that was not picked up in a previous Trebuchet request. Doc-only update.",
"type": "api-change"
},
{
"category": "``compute-optimizer``",
"description": "This release adds support to provide recommendations for G4dn and P3 instances that use NVIDIA GPUs.",
"type": "api-change"
},
{
"category": "``ec2``",
"description": "Introducing Amazon EC2 C7gd, M7gd, and R7gd Instances with up to 3.8 TB of local NVMe-based SSD block-level storage. These instances are powered by AWS Graviton3 processors, delivering up to 25% better performance over Graviton2-based instances.",
"type": "api-change"
},
{
"category": "``ecs``",
"description": "Documentation only update for Amazon ECS.",
"type": "api-change"
},
{
"category": "``events``",
"description": "Update events client to latest version",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Add support for feature integration with AWS Backup.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response.",
"type": "api-change"
},
{
"category": "``vpc-lattice``",
"description": "This release adds Lambda event structure version config support for LAMBDA target groups. It also adds newline support for auth policies.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-billingconductor-19513.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-cloud9-91844.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-computeoptimizer-94715.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-ecs-64612.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-events-74889.json

This file was deleted.

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

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-vpclattice-90952.json

This file was deleted.

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

1.31.41
=======

* api-change:``billingconductor``: This release adds support for line item filtering in for the custom line item resource.
* api-change:``cloud9``: Added support for Ubuntu 22.04 that was not picked up in a previous Trebuchet request. Doc-only update.
* api-change:``compute-optimizer``: This release adds support to provide recommendations for G4dn and P3 instances that use NVIDIA GPUs.
* api-change:``ec2``: Introducing Amazon EC2 C7gd, M7gd, and R7gd Instances with up to 3.8 TB of local NVMe-based SSD block-level storage. These instances are powered by AWS Graviton3 processors, delivering up to 25% better performance over Graviton2-based instances.
* api-change:``ecs``: Documentation only update for Amazon ECS.
* api-change:``events``: Update events client to latest version
* api-change:``rds``: Add support for feature integration with AWS Backup.
* api-change:``sagemaker``: SageMaker Neo now supports data input shape derivation for Pytorch 2.0 and XGBoost compilation job for cloud instance targets. You can skip DataInputConfig field during compilation job creation. You can also access derived information from model in DescribeCompilationJob response.
* api-change:``vpc-lattice``: This release adds Lambda event structure version config support for LAMBDA target groups. It also adds newline support for auth policies.


1.31.40
=======

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.40'
__version__ = '1.31.41'


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.40'
release = '1.31.41'

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

0 comments on commit e1c6e46

Please sign in to comment.