From 7d746c68be5c79250540eb5dd0aad2b3a4fe4bb0 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 7 Nov 2024 19:25:23 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-autoscaling-52998.json | 5 +++++ .changes/next-release/api-change-bedrockagent-80823.json | 5 +++++ .changes/next-release/api-change-bedrockruntime-93186.json | 5 +++++ .changes/next-release/api-change-cleanrooms-18465.json | 5 +++++ .changes/next-release/api-change-cleanroomsml-37452.json | 5 +++++ .changes/next-release/api-change-quicksight-96534.json | 5 +++++ .../next-release/api-change-resourceexplorer2-90529.json | 5 +++++ .changes/next-release/api-change-synthetics-53205.json | 5 +++++ 8 files changed, 40 insertions(+) create mode 100644 .changes/next-release/api-change-autoscaling-52998.json create mode 100644 .changes/next-release/api-change-bedrockagent-80823.json create mode 100644 .changes/next-release/api-change-bedrockruntime-93186.json create mode 100644 .changes/next-release/api-change-cleanrooms-18465.json create mode 100644 .changes/next-release/api-change-cleanroomsml-37452.json create mode 100644 .changes/next-release/api-change-quicksight-96534.json create mode 100644 .changes/next-release/api-change-resourceexplorer2-90529.json create mode 100644 .changes/next-release/api-change-synthetics-53205.json diff --git a/.changes/next-release/api-change-autoscaling-52998.json b/.changes/next-release/api-change-autoscaling-52998.json new file mode 100644 index 0000000000..579a2385a5 --- /dev/null +++ b/.changes/next-release/api-change-autoscaling-52998.json @@ -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." +} diff --git a/.changes/next-release/api-change-bedrockagent-80823.json b/.changes/next-release/api-change-bedrockagent-80823.json new file mode 100644 index 0000000000..32bfb6ea8c --- /dev/null +++ b/.changes/next-release/api-change-bedrockagent-80823.json @@ -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" +} diff --git a/.changes/next-release/api-change-bedrockruntime-93186.json b/.changes/next-release/api-change-bedrockruntime-93186.json new file mode 100644 index 0000000000..752a36c544 --- /dev/null +++ b/.changes/next-release/api-change-bedrockruntime-93186.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-runtime``", + "description": "[``botocore``] Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse" +} diff --git a/.changes/next-release/api-change-cleanrooms-18465.json b/.changes/next-release/api-change-cleanrooms-18465.json new file mode 100644 index 0000000000..fd5aa46a21 --- /dev/null +++ b/.changes/next-release/api-change-cleanrooms-18465.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cleanrooms``", + "description": "[``botocore``] This release introduces support for Custom Models in AWS Clean Rooms ML." +} diff --git a/.changes/next-release/api-change-cleanroomsml-37452.json b/.changes/next-release/api-change-cleanroomsml-37452.json new file mode 100644 index 0000000000..f2018308e2 --- /dev/null +++ b/.changes/next-release/api-change-cleanroomsml-37452.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cleanroomsml``", + "description": "[``botocore``] This release introduces support for Custom Models in AWS Clean Rooms ML." +} diff --git a/.changes/next-release/api-change-quicksight-96534.json b/.changes/next-release/api-change-quicksight-96534.json new file mode 100644 index 0000000000..568f98016a --- /dev/null +++ b/.changes/next-release/api-change-quicksight-96534.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``quicksight``", + "description": "[``botocore``] Add Client Credentials based OAuth support for Snowflake and Starburst" +} diff --git a/.changes/next-release/api-change-resourceexplorer2-90529.json b/.changes/next-release/api-change-resourceexplorer2-90529.json new file mode 100644 index 0000000000..17ba455b0a --- /dev/null +++ b/.changes/next-release/api-change-resourceexplorer2-90529.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``resource-explorer-2``", + "description": "[``botocore``] Add GetManagedView, ListManagedViews APIs." +} diff --git a/.changes/next-release/api-change-synthetics-53205.json b/.changes/next-release/api-change-synthetics-53205.json new file mode 100644 index 0000000000..a288b94469 --- /dev/null +++ b/.changes/next-release/api-change-synthetics-53205.json @@ -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." +} From aa17d21c7bc6da57a90086dc525d88b9b29c2e83 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 7 Nov 2024 19:25:48 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.56 --- .changes/1.35.56.json | 42 +++++++++++++++++++ .../api-change-autoscaling-52998.json | 5 --- .../api-change-bedrockagent-80823.json | 5 --- .../api-change-bedrockruntime-93186.json | 5 --- .../api-change-cleanrooms-18465.json | 5 --- .../api-change-cleanroomsml-37452.json | 5 --- .../api-change-quicksight-96534.json | 5 --- .../api-change-resourceexplorer2-90529.json | 5 --- .../api-change-synthetics-53205.json | 5 --- CHANGELOG.rst | 13 ++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 13 files changed, 58 insertions(+), 43 deletions(-) create mode 100644 .changes/1.35.56.json delete mode 100644 .changes/next-release/api-change-autoscaling-52998.json delete mode 100644 .changes/next-release/api-change-bedrockagent-80823.json delete mode 100644 .changes/next-release/api-change-bedrockruntime-93186.json delete mode 100644 .changes/next-release/api-change-cleanrooms-18465.json delete mode 100644 .changes/next-release/api-change-cleanroomsml-37452.json delete mode 100644 .changes/next-release/api-change-quicksight-96534.json delete mode 100644 .changes/next-release/api-change-resourceexplorer2-90529.json delete mode 100644 .changes/next-release/api-change-synthetics-53205.json diff --git a/.changes/1.35.56.json b/.changes/1.35.56.json new file mode 100644 index 0000000000..72e49879c9 --- /dev/null +++ b/.changes/1.35.56.json @@ -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" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-autoscaling-52998.json b/.changes/next-release/api-change-autoscaling-52998.json deleted file mode 100644 index 579a2385a5..0000000000 --- a/.changes/next-release/api-change-autoscaling-52998.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/.changes/next-release/api-change-bedrockagent-80823.json b/.changes/next-release/api-change-bedrockagent-80823.json deleted file mode 100644 index 32bfb6ea8c..0000000000 --- a/.changes/next-release/api-change-bedrockagent-80823.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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" -} diff --git a/.changes/next-release/api-change-bedrockruntime-93186.json b/.changes/next-release/api-change-bedrockruntime-93186.json deleted file mode 100644 index 752a36c544..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-93186.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "[``botocore``] Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse" -} diff --git a/.changes/next-release/api-change-cleanrooms-18465.json b/.changes/next-release/api-change-cleanrooms-18465.json deleted file mode 100644 index fd5aa46a21..0000000000 --- a/.changes/next-release/api-change-cleanrooms-18465.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cleanrooms``", - "description": "[``botocore``] This release introduces support for Custom Models in AWS Clean Rooms ML." -} diff --git a/.changes/next-release/api-change-cleanroomsml-37452.json b/.changes/next-release/api-change-cleanroomsml-37452.json deleted file mode 100644 index f2018308e2..0000000000 --- a/.changes/next-release/api-change-cleanroomsml-37452.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cleanroomsml``", - "description": "[``botocore``] This release introduces support for Custom Models in AWS Clean Rooms ML." -} diff --git a/.changes/next-release/api-change-quicksight-96534.json b/.changes/next-release/api-change-quicksight-96534.json deleted file mode 100644 index 568f98016a..0000000000 --- a/.changes/next-release/api-change-quicksight-96534.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] Add Client Credentials based OAuth support for Snowflake and Starburst" -} diff --git a/.changes/next-release/api-change-resourceexplorer2-90529.json b/.changes/next-release/api-change-resourceexplorer2-90529.json deleted file mode 100644 index 17ba455b0a..0000000000 --- a/.changes/next-release/api-change-resourceexplorer2-90529.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``resource-explorer-2``", - "description": "[``botocore``] Add GetManagedView, ListManagedViews APIs." -} diff --git a/.changes/next-release/api-change-synthetics-53205.json b/.changes/next-release/api-change-synthetics-53205.json deleted file mode 100644 index a288b94469..0000000000 --- a/.changes/next-release/api-change-synthetics-53205.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 40f0c81eea..8bf95b72e1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 579f7143b2..939fcbdad5 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -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. diff --git a/setup.cfg b/setup.cfg index 4e5c8ccabc..74f97dfb40 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/setup.py b/setup.py index 1b8590519c..020052d995 100644 --- a/setup.py +++ b/setup.py @@ -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', ]