From ed635b55bf78eb08c440762d1aec7164ca5e7afd Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 29 Aug 2024 19:11:15 +0000 Subject: [PATCH] Bumping version to 1.35.9 --- .changes/1.35.9.json | 32 +++++++++++++++++++ .../api-change-bedrockagentruntime-70217.json | 5 --- .../api-change-bedrockruntime-48555.json | 5 --- .../api-change-personalize-92789.json | 5 --- .../api-change-quicksight-51837.json | 5 --- .../api-change-stepfunctions-53486.json | 5 --- .../next-release/api-change-wafv2-74741.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.35.9.json delete mode 100644 .changes/next-release/api-change-bedrockagentruntime-70217.json delete mode 100644 .changes/next-release/api-change-bedrockruntime-48555.json delete mode 100644 .changes/next-release/api-change-personalize-92789.json delete mode 100644 .changes/next-release/api-change-quicksight-51837.json delete mode 100644 .changes/next-release/api-change-stepfunctions-53486.json delete mode 100644 .changes/next-release/api-change-wafv2-74741.json diff --git a/.changes/1.35.9.json b/.changes/1.35.9.json new file mode 100644 index 0000000000..62c5f559c1 --- /dev/null +++ b/.changes/1.35.9.json @@ -0,0 +1,32 @@ +[ + { + "category": "``bedrock-agent-runtime``", + "description": "[``botocore``] Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array", + "type": "api-change" + }, + { + "category": "``bedrock-runtime``", + "description": "[``botocore``] Add support for imported-model in invokeModel and InvokeModelWithResponseStream.", + "type": "api-change" + }, + { + "category": "``personalize``", + "description": "[``botocore``] This releases ability to update automatic training scheduler for customer solutions", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "[``botocore``] Increased Character Limit for Dataset Calculation Field expressions", + "type": "api-change" + }, + { + "category": "``stepfunctions``", + "description": "[``botocore``] This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine.", + "type": "api-change" + }, + { + "category": "``wafv2``", + "description": "[``botocore``] The minimum request rate for a rate-based rule is now 10. Before this, it was 100.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagentruntime-70217.json b/.changes/next-release/api-change-bedrockagentruntime-70217.json deleted file mode 100644 index 72e0f3fee1..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-70217.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "[``botocore``] Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array" -} diff --git a/.changes/next-release/api-change-bedrockruntime-48555.json b/.changes/next-release/api-change-bedrockruntime-48555.json deleted file mode 100644 index 872c32c3b5..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-48555.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "[``botocore``] Add support for imported-model in invokeModel and InvokeModelWithResponseStream." -} diff --git a/.changes/next-release/api-change-personalize-92789.json b/.changes/next-release/api-change-personalize-92789.json deleted file mode 100644 index 51a0a2876d..0000000000 --- a/.changes/next-release/api-change-personalize-92789.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``personalize``", - "description": "[``botocore``] This releases ability to update automatic training scheduler for customer solutions" -} diff --git a/.changes/next-release/api-change-quicksight-51837.json b/.changes/next-release/api-change-quicksight-51837.json deleted file mode 100644 index 47b2a7af52..0000000000 --- a/.changes/next-release/api-change-quicksight-51837.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "[``botocore``] Increased Character Limit for Dataset Calculation Field expressions" -} diff --git a/.changes/next-release/api-change-stepfunctions-53486.json b/.changes/next-release/api-change-stepfunctions-53486.json deleted file mode 100644 index 562bb2f916..0000000000 --- a/.changes/next-release/api-change-stepfunctions-53486.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``stepfunctions``", - "description": "[``botocore``] This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine." -} diff --git a/.changes/next-release/api-change-wafv2-74741.json b/.changes/next-release/api-change-wafv2-74741.json deleted file mode 100644 index e4f6a55061..0000000000 --- a/.changes/next-release/api-change-wafv2-74741.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``wafv2``", - "description": "[``botocore``] The minimum request rate for a rate-based rule is now 10. Before this, it was 100." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 958d2f2ad0..713824e607 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.9 +====== + +* api-change:``bedrock-agent-runtime``: [``botocore``] Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array +* api-change:``bedrock-runtime``: [``botocore``] Add support for imported-model in invokeModel and InvokeModelWithResponseStream. +* api-change:``personalize``: [``botocore``] This releases ability to update automatic training scheduler for customer solutions +* api-change:``quicksight``: [``botocore``] Increased Character Limit for Dataset Calculation Field expressions +* api-change:``stepfunctions``: [``botocore``] This release adds support for static analysis to ValidateStateMachineDefinition API, which can now return optional WARNING diagnostics for semantic errors on the definition of an Amazon States Language (ASL) state machine. +* api-change:``wafv2``: [``botocore``] The minimum request rate for a rate-based rule is now 10. Before this, it was 100. + + 1.35.8 ====== diff --git a/boto3/__init__.py b/boto3/__init__.py index ab059e53a4..d1048d237a 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.8' +__version__ = '1.35.9' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 890590f9d7..5c3fa1ddf6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.8,<1.36.0 + botocore>=1.35.9,<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 ac524b308c..0dfdfe017c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.8,<1.36.0', + 'botocore>=1.35.9,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]