Skip to content

Commit

Permalink
Add changelog entries from botocore
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Nov 7, 2024
1 parent 90f444e commit 7d746c6
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-autoscaling-52998.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"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."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-bedrockagent-80823.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"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"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-bedrockruntime-93186.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock-runtime``",
"description": "[``botocore``] Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cleanrooms-18465.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``cleanrooms``",
"description": "[``botocore``] This release introduces support for Custom Models in AWS Clean Rooms ML."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-cleanroomsml-37452.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``cleanroomsml``",
"description": "[``botocore``] This release introduces support for Custom Models in AWS Clean Rooms ML."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-quicksight-96534.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``quicksight``",
"description": "[``botocore``] Add Client Credentials based OAuth support for Snowflake and Starburst"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-resourceexplorer2-90529.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``resource-explorer-2``",
"description": "[``botocore``] Add GetManagedView, ListManagedViews APIs."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-synthetics-53205.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"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."
}

0 comments on commit 7d746c6

Please sign in to comment.