From aae855be01c7246ea11ef1478be58113313cc83a Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 28 Feb 2024 19:04:25 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-batch-53438.json | 5 +++++ .../next-release/api-change-bedrockagentruntime-83702.json | 5 +++++ .changes/next-release/api-change-ce-75342.json | 5 +++++ .changes/next-release/api-change-ec2-21286.json | 5 +++++ .changes/next-release/api-change-iot-4567.json | 5 +++++ .changes/next-release/api-change-wafv2-88300.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-batch-53438.json create mode 100644 .changes/next-release/api-change-bedrockagentruntime-83702.json create mode 100644 .changes/next-release/api-change-ce-75342.json create mode 100644 .changes/next-release/api-change-ec2-21286.json create mode 100644 .changes/next-release/api-change-iot-4567.json create mode 100644 .changes/next-release/api-change-wafv2-88300.json diff --git a/.changes/next-release/api-change-batch-53438.json b/.changes/next-release/api-change-batch-53438.json new file mode 100644 index 0000000000..9e376eee93 --- /dev/null +++ b/.changes/next-release/api-change-batch-53438.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``batch``", + "description": "[``botocore``] This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs." +} diff --git a/.changes/next-release/api-change-bedrockagentruntime-83702.json b/.changes/next-release/api-change-bedrockagentruntime-83702.json new file mode 100644 index 0000000000..f254609199 --- /dev/null +++ b/.changes/next-release/api-change-bedrockagentruntime-83702.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents" +} diff --git a/.changes/next-release/api-change-ce-75342.json b/.changes/next-release/api-change-ce-75342.json new file mode 100644 index 0000000000..131e0fa631 --- /dev/null +++ b/.changes/next-release/api-change-ce-75342.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ce``", + "description": "[``botocore``] This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity." +} diff --git a/.changes/next-release/api-change-ec2-21286.json b/.changes/next-release/api-change-ec2-21286.json new file mode 100644 index 0000000000..c98358e9cd --- /dev/null +++ b/.changes/next-release/api-change-ec2-21286.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000." +} diff --git a/.changes/next-release/api-change-iot-4567.json b/.changes/next-release/api-change-iot-4567.json new file mode 100644 index 0000000000..cf9fd25eae --- /dev/null +++ b/.changes/next-release/api-change-iot-4567.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``iot``", + "description": "[``botocore``] This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL." +} diff --git a/.changes/next-release/api-change-wafv2-88300.json b/.changes/next-release/api-change-wafv2-88300.json new file mode 100644 index 0000000000..e2657b162b --- /dev/null +++ b/.changes/next-release/api-change-wafv2-88300.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``wafv2``", + "description": "[``botocore``] AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes." +} From f93792b0037a9c8a44e3ac3f0f3f8fd8b3d4ae11 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Wed, 28 Feb 2024 19:05:44 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.52 --- .changes/1.34.52.json | 32 +++++++++++++++++++ .../next-release/api-change-batch-53438.json | 5 --- .../api-change-bedrockagentruntime-83702.json | 5 --- .../next-release/api-change-ce-75342.json | 5 --- .../next-release/api-change-ec2-21286.json | 5 --- .../next-release/api-change-iot-4567.json | 5 --- .../next-release/api-change-wafv2-88300.json | 5 --- CHANGELOG.rst | 11 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 deletions(-) create mode 100644 .changes/1.34.52.json delete mode 100644 .changes/next-release/api-change-batch-53438.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-83702.json delete mode 100644 .changes/next-release/api-change-ce-75342.json delete mode 100644 .changes/next-release/api-change-ec2-21286.json delete mode 100644 .changes/next-release/api-change-iot-4567.json delete mode 100644 .changes/next-release/api-change-wafv2-88300.json diff --git a/.changes/1.34.52.json b/.changes/1.34.52.json new file mode 100644 index 0000000000..aa0d209b17 --- /dev/null +++ b/.changes/1.34.52.json @@ -0,0 +1,32 @@ +[ + { + "category": "``batch``", + "description": "[``botocore``] This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.", + "type": "api-change" + }, + { + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents", + "type": "api-change" + }, + { + "category": "``ce``", + "description": "[``botocore``] This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "[``botocore``] This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000.", + "type": "api-change" + }, + { + "category": "``iot``", + "description": "[``botocore``] This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL.", + "type": "api-change" + }, + { + "category": "``wafv2``", + "description": "[``botocore``] AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-batch-53438.json b/.changes/next-release/api-change-batch-53438.json deleted file mode 100644 index 9e376eee93..0000000000 --- a/.changes/next-release/api-change-batch-53438.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``batch``", - "description": "[``botocore``] This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs." -} diff --git a/.changes/next-release/api-change-bedrockagentruntime-83702.json b/.changes/next-release/api-change-bedrockagentruntime-83702.json deleted file mode 100644 index f254609199..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-83702.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "[``botocore``] This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents" -} diff --git a/.changes/next-release/api-change-ce-75342.json b/.changes/next-release/api-change-ce-75342.json deleted file mode 100644 index 131e0fa631..0000000000 --- a/.changes/next-release/api-change-ce-75342.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ce``", - "description": "[``botocore``] This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity." -} diff --git a/.changes/next-release/api-change-ec2-21286.json b/.changes/next-release/api-change-ec2-21286.json deleted file mode 100644 index c98358e9cd..0000000000 --- a/.changes/next-release/api-change-ec2-21286.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000." -} diff --git a/.changes/next-release/api-change-iot-4567.json b/.changes/next-release/api-change-iot-4567.json deleted file mode 100644 index cf9fd25eae..0000000000 --- a/.changes/next-release/api-change-iot-4567.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``iot``", - "description": "[``botocore``] This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL." -} diff --git a/.changes/next-release/api-change-wafv2-88300.json b/.changes/next-release/api-change-wafv2-88300.json deleted file mode 100644 index e2657b162b..0000000000 --- a/.changes/next-release/api-change-wafv2-88300.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``wafv2``", - "description": "[``botocore``] AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 21eadc376d..500d7af008 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.34.52 +======= + +* api-change:``batch``: [``botocore``] This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs. +* api-change:``bedrock-agent-runtime``: [``botocore``] This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents +* api-change:``ce``: [``botocore``] This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity. +* api-change:``ec2``: [``botocore``] This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000. +* api-change:``iot``: [``botocore``] This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL. +* api-change:``wafv2``: [``botocore``] AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes. + + 1.34.51 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index bae9af453a..6e776a7882 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.51' +__version__ = '1.34.52' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 653e6e91ac..13fa221654 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.34.51,<1.35.0 + botocore>=1.34.52,<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 a95af2ae5f..690d0c0931 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ requires = [ - 'botocore>=1.34.51,<1.35.0', + 'botocore>=1.34.52,<1.35.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]