From 28189ded9126753153d3a5109df20d385128a36f Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 26 Mar 2024 18:12:48 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .../next-release/api-change-bedrockagentruntime-85894.json | 5 +++++ .changes/next-release/api-change-ce-36538.json | 5 +++++ .changes/next-release/api-change-ec2-14329.json | 5 +++++ .changes/next-release/api-change-ecs-25010.json | 5 +++++ .changes/next-release/api-change-finspace-49933.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockagentruntime-85894.json create mode 100644 .changes/next-release/api-change-ce-36538.json create mode 100644 .changes/next-release/api-change-ec2-14329.json create mode 100644 .changes/next-release/api-change-ecs-25010.json create mode 100644 .changes/next-release/api-change-finspace-49933.json diff --git a/.changes/next-release/api-change-bedrockagentruntime-85894.json b/.changes/next-release/api-change-bedrockagentruntime-85894.json new file mode 100644 index 0000000000..e83a2c5c0a --- /dev/null +++ b/.changes/next-release/api-change-bedrockagentruntime-85894.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] This release adds support to customize prompts sent through the RetrieveAndGenerate API in Agents for Amazon Bedrock." +} diff --git a/.changes/next-release/api-change-ce-36538.json b/.changes/next-release/api-change-ce-36538.json new file mode 100644 index 0000000000..3b02231706 --- /dev/null +++ b/.changes/next-release/api-change-ce-36538.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ce``", + "description": "[``botocore``] Adds support for backfill of cost allocation tags, with new StartCostAllocationTagBackfill and ListCostAllocationTagBackfillHistory API." +} diff --git a/.changes/next-release/api-change-ec2-14329.json b/.changes/next-release/api-change-ec2-14329.json new file mode 100644 index 0000000000..cfb4f98eb1 --- /dev/null +++ b/.changes/next-release/api-change-ec2-14329.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] Documentation updates for Elastic Compute Cloud (EC2)." +} diff --git a/.changes/next-release/api-change-ecs-25010.json b/.changes/next-release/api-change-ecs-25010.json new file mode 100644 index 0000000000..124b7a2919 --- /dev/null +++ b/.changes/next-release/api-change-ecs-25010.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecs``", + "description": "[``botocore``] This is a documentation update for Amazon ECS." +} diff --git a/.changes/next-release/api-change-finspace-49933.json b/.changes/next-release/api-change-finspace-49933.json new file mode 100644 index 0000000000..0f05d21bc7 --- /dev/null +++ b/.changes/next-release/api-change-finspace-49933.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``finspace``", + "description": "[``botocore``] Add new operation delete-kx-cluster-node and add status parameter to list-kx-cluster-node operation." +} From 9328a65eabebabd590ea68e8eb546f6656b6e384 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Tue, 26 Mar 2024 18:14:01 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.71 --- .changes/1.34.71.json | 27 +++++++++++++++++++ .../api-change-bedrockagentruntime-85894.json | 5 ---- .../next-release/api-change-ce-36538.json | 5 ---- .../next-release/api-change-ec2-14329.json | 5 ---- .../next-release/api-change-ecs-25010.json | 5 ---- .../api-change-finspace-49933.json | 5 ---- CHANGELOG.rst | 10 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 deletions(-) create mode 100644 .changes/1.34.71.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-85894.json delete mode 100644 .changes/next-release/api-change-ce-36538.json delete mode 100644 .changes/next-release/api-change-ec2-14329.json delete mode 100644 .changes/next-release/api-change-ecs-25010.json delete mode 100644 .changes/next-release/api-change-finspace-49933.json diff --git a/.changes/1.34.71.json b/.changes/1.34.71.json new file mode 100644 index 0000000000..e5d84a9291 --- /dev/null +++ b/.changes/1.34.71.json @@ -0,0 +1,27 @@ +[ + { + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] This release adds support to customize prompts sent through the RetrieveAndGenerate API in Agents for Amazon Bedrock.", + "type": "api-change" + }, + { + "category": "``ce``", + "description": "[``botocore``] Adds support for backfill of cost allocation tags, with new StartCostAllocationTagBackfill and ListCostAllocationTagBackfillHistory API.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] Documentation updates for Elastic Compute Cloud (EC2).", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "[``botocore``] This is a documentation update for Amazon ECS.", + "type": "api-change" + }, + { + "category": "``finspace``", + "description": "[``botocore``] Add new operation delete-kx-cluster-node and add status parameter to list-kx-cluster-node operation.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagentruntime-85894.json b/.changes/next-release/api-change-bedrockagentruntime-85894.json deleted file mode 100644 index e83a2c5c0a..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-85894.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "[``botocore``] This release adds support to customize prompts sent through the RetrieveAndGenerate API in Agents for Amazon Bedrock." -} diff --git a/.changes/next-release/api-change-ce-36538.json b/.changes/next-release/api-change-ce-36538.json deleted file mode 100644 index 3b02231706..0000000000 --- a/.changes/next-release/api-change-ce-36538.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ce``", - "description": "[``botocore``] Adds support for backfill of cost allocation tags, with new StartCostAllocationTagBackfill and ListCostAllocationTagBackfillHistory API." -} diff --git a/.changes/next-release/api-change-ec2-14329.json b/.changes/next-release/api-change-ec2-14329.json deleted file mode 100644 index cfb4f98eb1..0000000000 --- a/.changes/next-release/api-change-ec2-14329.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] Documentation updates for Elastic Compute Cloud (EC2)." -} diff --git a/.changes/next-release/api-change-ecs-25010.json b/.changes/next-release/api-change-ecs-25010.json deleted file mode 100644 index 124b7a2919..0000000000 --- a/.changes/next-release/api-change-ecs-25010.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "[``botocore``] This is a documentation update for Amazon ECS." -} diff --git a/.changes/next-release/api-change-finspace-49933.json b/.changes/next-release/api-change-finspace-49933.json deleted file mode 100644 index 0f05d21bc7..0000000000 --- a/.changes/next-release/api-change-finspace-49933.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``finspace``", - "description": "[``botocore``] Add new operation delete-kx-cluster-node and add status parameter to list-kx-cluster-node operation." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fa3583344a..5423777d95 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.71 +======= + +* api-change:``bedrock-agent-runtime``: [``botocore``] This release adds support to customize prompts sent through the RetrieveAndGenerate API in Agents for Amazon Bedrock. +* api-change:``ce``: [``botocore``] Adds support for backfill of cost allocation tags, with new StartCostAllocationTagBackfill and ListCostAllocationTagBackfillHistory API. +* api-change:``ec2``: [``botocore``] Documentation updates for Elastic Compute Cloud (EC2). +* api-change:``ecs``: [``botocore``] This is a documentation update for Amazon ECS. +* api-change:``finspace``: [``botocore``] Add new operation delete-kx-cluster-node and add status parameter to list-kx-cluster-node operation. + + 1.34.70 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index c54692ef1a..3abc19bab3 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.34.70' +__version__ = '1.34.71' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index c3641b3d98..b6d2b98ca1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.70,<1.35.0 + botocore>=1.34.71,<1.35.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.10.0,<0.11.0 diff --git a/setup.py b/setup.py index c7d824e70f..9309735ce1 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.70,<1.35.0', + 'botocore>=1.34.71,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]