Skip to content

Commit

Permalink
Bumping version to 1.35.20
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 16, 2024
1 parent 0465843 commit 5af7145
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .changes/1.35.20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``bedrock``",
"description": "This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig.",
"type": "api-change"
},
{
"category": "``iot``",
"description": "This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.",
"type": "api-change"
},
{
"category": "``medialive``",
"description": "Removing the ON_PREMISE enum from the input settings field.",
"type": "api-change"
},
{
"category": "``organizations``",
"description": "Doc only update for AWS Organizations that fixes several customer-reported issues",
"type": "api-change"
},
{
"category": "``pca-connector-scep``",
"description": "This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Launching Global Cluster tagging.",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrock-74082.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-iot-36634.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-medialive-37228.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-organizations-45473.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-pcaconnectorscep-27388.json

This file was deleted.

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

This file was deleted.

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

1.35.20
=======

* api-change:``bedrock``: This feature adds cross account s3 bucket and VPC support to ModelInvocation jobs. To use a cross account bucket, pass in the accountId of the bucket to s3BucketOwner in the ModelInvocationJobInputDataConfig or ModelInvocationJobOutputDataConfig.
* api-change:``iot``: This release adds additional enhancements to AWS IoT Device Management Software Package Catalog and Jobs. It also adds SBOM support in Software Package Version.
* api-change:``medialive``: Removing the ON_PREMISE enum from the input settings field.
* api-change:``organizations``: Doc only update for AWS Organizations that fixes several customer-reported issues
* api-change:``pca-connector-scep``: This is a general availability (GA) release of Connector for SCEP, a feature of AWS Private CA. Connector for SCEP links your SCEP-enabled and mobile device management systems to AWS Private CA for digital signature installation and certificate management.
* api-change:``rds``: Launching Global Cluster tagging.


1.35.19
=======

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.35.19'
__version__ = '1.35.20'


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.35.'
# The full version, including alpha/beta/rc tags.
release = '1.35.19'
release = '1.35.20'

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

0 comments on commit 5af7145

Please sign in to comment.