Skip to content

Commit

Permalink
Bumping version to 1.35.46
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Oct 22, 2024
1 parent cdfb210 commit e32a957
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 37 deletions.
37 changes: 37 additions & 0 deletions .changes/1.35.46.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"category": "``bedrock-runtime``",
"description": "Updating invoke regex to support imported models for converse API",
"type": "api-change"
},
{
"category": "``imagebuilder``",
"description": "Add macOS platform and instance placement options",
"type": "api-change"
},
{
"category": "``m2``",
"description": "Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance.",
"type": "api-change"
},
{
"category": "``repostspace``",
"description": "Adds the BatchAddRole and BatchRemoveRole APIs.",
"type": "api-change"
},
{
"category": "``timestream-query``",
"description": "This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs.",
"type": "api-change"
},
{
"category": "``s3``",
"description": "Fixed SelectObjectContent regression from `#3284 <https://github.com/boto/botocore/issues/3284>`__.",
"type": "bugfix"
}
]
5 changes: 0 additions & 5 deletions .changes/next-release/api-change-bedrockruntime-62637.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-imagebuilder-30586.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-m2-78974.json

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-repostspace-10021.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/api-change-timestreamquery-34136.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/next-release/bugfix-s3-44124.json

This file was deleted.

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

1.35.46
=======

* api-change:``bedrock-runtime``: Updating invoke regex to support imported models for converse API
* api-change:``imagebuilder``: Add macOS platform and instance placement options
* api-change:``m2``: Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints.
* api-change:``rds``: Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance.
* api-change:``repostspace``: Adds the BatchAddRole and BatchRemoveRole APIs.
* api-change:``timestream-query``: This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs.
* bugfix:``s3``: Fixed SelectObjectContent regression from `#3284 <https://github.com/boto/botocore/issues/3284>`__.


1.35.45
=======

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.45'
__version__ = '1.35.46'


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.45'
release = '1.35.46'

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

0 comments on commit e32a957

Please sign in to comment.