Skip to content

Commit

Permalink
Merge branch 'release-1.35.46'
Browse files Browse the repository at this point in the history
* release-1.35.46:
  Bumping version to 1.35.46
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Oct 22, 2024
2 parents 59cba2a + 910ed70 commit 2d37d8f
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 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": "[``botocore``] Updating invoke regex to support imported models for converse API",
"type": "api-change"
},
{
"category": "``imagebuilder``",
"description": "[``botocore``] Add macOS platform and instance placement options",
"type": "api-change"
},
{
"category": "``m2``",
"description": "[``botocore``] Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints.",
"type": "api-change"
},
{
"category": "``rds``",
"description": "[``botocore``] 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": "[``botocore``] Adds the BatchAddRole and BatchRemoveRole APIs.",
"type": "api-change"
},
{
"category": "``timestream-query``",
"description": "[``botocore``] 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": "[``botocore``] Fixed SelectObjectContent regression from `#3284 <https://github.com/boto/botocore/issues/3284>`__.",
"type": "bugfix"
}
]
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``: [``botocore``] Updating invoke regex to support imported models for converse API
* api-change:``imagebuilder``: [``botocore``] Add macOS platform and instance placement options
* api-change:``m2``: [``botocore``] Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints.
* api-change:``rds``: [``botocore``] 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``: [``botocore``] Adds the BatchAddRole and BatchRemoveRole APIs.
* api-change:``timestream-query``: [``botocore``] 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``: [``botocore``] Fixed SelectObjectContent regression from `#3284 <https://github.com/boto/botocore/issues/3284>`__.


1.35.45
=======

Expand Down
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from boto3.session import Session

__author__ = 'Amazon Web Services'
__version__ = '1.35.45'
__version__ = '1.35.46'


# The default Boto3 session; autoloaded when needed.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ universal = 0

[metadata]
requires_dist =
botocore>=1.35.45,<1.36.0
botocore>=1.35.46,<1.36.0
jmespath>=0.7.1,<2.0.0
s3transfer>=0.10.0,<0.11.0

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


requires = [
'botocore>=1.35.45,<1.36.0',
'botocore>=1.35.46,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 2d37d8f

Please sign in to comment.