From 764d893dbd8e8c23acb7e0edadf6a452d9a072d1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 29 Aug 2024 19:11:01 +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 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 10 files changed, 45 insertions(+), 32 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..465fa73805 --- /dev/null +++ b/.changes/1.35.9.json @@ -0,0 +1,32 @@ +[ + { + "category": "``bedrock-agent-runtime``", + "description": "Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array", + "type": "api-change" + }, + { + "category": "``bedrock-runtime``", + "description": "Add support for imported-model in invokeModel and InvokeModelWithResponseStream.", + "type": "api-change" + }, + { + "category": "``personalize``", + "description": "This releases ability to update automatic training scheduler for customer solutions", + "type": "api-change" + }, + { + "category": "``quicksight``", + "description": "Increased Character Limit for Dataset Calculation Field expressions", + "type": "api-change" + }, + { + "category": "``stepfunctions``", + "description": "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": "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 846cbe6128..0000000000 --- a/.changes/next-release/api-change-bedrockagentruntime-70217.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent-runtime``", - "description": "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 8d0cc77379..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-48555.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "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 5395ccb47c..0000000000 --- a/.changes/next-release/api-change-personalize-92789.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``personalize``", - "description": "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 81281a77d4..0000000000 --- a/.changes/next-release/api-change-quicksight-51837.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``quicksight``", - "description": "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 8e44d5bc77..0000000000 --- a/.changes/next-release/api-change-stepfunctions-53486.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``stepfunctions``", - "description": "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 bc02fc84f0..0000000000 --- a/.changes/next-release/api-change-wafv2-74741.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``wafv2``", - "description": "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 0643854488..1bb3ea37e8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.9 +====== + +* api-change:``bedrock-agent-runtime``: Lifting the maximum length on Bedrock KnowledgeBase RetrievalFilter array +* api-change:``bedrock-runtime``: Add support for imported-model in invokeModel and InvokeModelWithResponseStream. +* api-change:``personalize``: This releases ability to update automatic training scheduler for customer solutions +* api-change:``quicksight``: Increased Character Limit for Dataset Calculation Field expressions +* api-change:``stepfunctions``: 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``: The minimum request rate for a rate-based rule is now 10. Before this, it was 100. + + 1.35.8 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index 1248eec5d6..bfb37919b2 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.8' +__version__ = '1.35.9' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 3135e926ab..2d3296ac04 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.35' # The full version, including alpha/beta/rc tags. -release = '1.35.8' +release = '1.35.9' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.