Skip to content

Commit

Permalink
Merge branch 'release-1.35.56' into develop
Browse files Browse the repository at this point in the history
* release-1.35.56:
  Bumping version to 1.35.56
  Add changelog entries from botocore
  • Loading branch information
aws-sdk-python-automation committed Nov 7, 2024
2 parents 90f444e + aa17d21 commit 9b22d5a
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 3 deletions.
42 changes: 42 additions & 0 deletions .changes/1.35.56.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"category": "``autoscaling``",
"description": "[``botocore``] Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy.",
"type": "api-change"
},
{
"category": "``bedrock-agent``",
"description": "[``botocore``] Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition",
"type": "api-change"
},
{
"category": "``bedrock-runtime``",
"description": "[``botocore``] Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse",
"type": "api-change"
},
{
"category": "``cleanrooms``",
"description": "[``botocore``] This release introduces support for Custom Models in AWS Clean Rooms ML.",
"type": "api-change"
},
{
"category": "``cleanroomsml``",
"description": "[``botocore``] This release introduces support for Custom Models in AWS Clean Rooms ML.",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "[``botocore``] Add Client Credentials based OAuth support for Snowflake and Starburst",
"type": "api-change"
},
{
"category": "``resource-explorer-2``",
"description": "[``botocore``] Add GetManagedView, ListManagedViews APIs.",
"type": "api-change"
},
{
"category": "``synthetics``",
"description": "[``botocore``] Add support to toggle if a canary will automatically delete provisioned canary resources such as Lambda functions and layers when a canary is deleted. This behavior can be controlled via the new ProvisionedResourceCleanup property exposed in the CreateCanary and UpdateCanary APIs.",
"type": "api-change"
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
CHANGELOG
=========

1.35.56
=======

* api-change:``autoscaling``: [``botocore``] Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy.
* api-change:``bedrock-agent``: [``botocore``] Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition
* api-change:``bedrock-runtime``: [``botocore``] Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse
* api-change:``cleanrooms``: [``botocore``] This release introduces support for Custom Models in AWS Clean Rooms ML.
* api-change:``cleanroomsml``: [``botocore``] This release introduces support for Custom Models in AWS Clean Rooms ML.
* api-change:``quicksight``: [``botocore``] Add Client Credentials based OAuth support for Snowflake and Starburst
* api-change:``resource-explorer-2``: [``botocore``] Add GetManagedView, ListManagedViews APIs.
* api-change:``synthetics``: [``botocore``] Add support to toggle if a canary will automatically delete provisioned canary resources such as Lambda functions and layers when a canary is deleted. This behavior can be controlled via the new ProvisionedResourceCleanup property exposed in the CreateCanary and UpdateCanary APIs.


1.35.55
=======

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.55'
__version__ = '1.35.56'


# 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.55,<1.36.0
botocore>=1.35.56,<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.55,<1.36.0',
'botocore>=1.35.56,<1.36.0',
'jmespath>=0.7.1,<2.0.0',
's3transfer>=0.10.0,<0.11.0',
]
Expand Down

0 comments on commit 9b22d5a

Please sign in to comment.