Skip to content

Commit

Permalink
Bumping version to 1.35.28
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Sep 26, 2024
1 parent 845c85c commit 51e5f1c
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.28.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[
{
"category": "``chatbot``",
"description": "Return State and StateReason fields for Chatbot Channel Configurations.",
"type": "api-change"
},
{
"category": "``lambda``",
"description": "Reverting Lambda resource-based policy and block public access APIs.",
"type": "api-change"
},
{
"category": "``organizations``",
"description": "Add support for policy operations on the CHATBOT_POLICY policy type.",
"type": "api-change"
},
{
"category": "``pcs``",
"description": "AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups.",
"type": "api-change"
},
{
"category": "``rds-data``",
"description": "Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Adding `TagPropagation` attribute to Sagemaker API",
"type": "api-change"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-chatbot-75536.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-lambda-98881.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-pcs-2690.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-rdsdata-97822.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-sagemaker-42804.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.28
=======

* api-change:``chatbot``: Return State and StateReason fields for Chatbot Channel Configurations.
* api-change:``lambda``: Reverting Lambda resource-based policy and block public access APIs.
* api-change:``organizations``: Add support for policy operations on the CHATBOT_POLICY policy type.
* api-change:``pcs``: AWS PCS API documentation - Edited the description of the iamInstanceProfileArn parameter of the CreateComputeNodeGroup and UpdateComputeNodeGroup actions; edited the description of the SlurmCustomSetting data type to list the supported parameters for clusters and compute node groups.
* api-change:``rds-data``: Documentation update for RDS Data API to reflect support for Aurora MySQL Serverless v2 and Provisioned DB clusters.
* api-change:``sagemaker``: Adding `TagPropagation` attribute to Sagemaker API


1.35.27
=======

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.27'
__version__ = '1.35.28'


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.27'
release = '1.35.28'

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

0 comments on commit 51e5f1c

Please sign in to comment.