From e3ad6b524544f6fb96d7422e6ad8d01966395387 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 25 Oct 2024 18:06:50 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-bedrockagent-42467.json | 5 +++++ .changes/next-release/api-change-codebuild-90677.json | 5 +++++ .changes/next-release/api-change-lambda-85385.json | 5 +++++ .changes/next-release/api-change-logs-93240.json | 5 +++++ .changes/next-release/api-change-supplychain-41580.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-bedrockagent-42467.json create mode 100644 .changes/next-release/api-change-codebuild-90677.json create mode 100644 .changes/next-release/api-change-lambda-85385.json create mode 100644 .changes/next-release/api-change-logs-93240.json create mode 100644 .changes/next-release/api-change-supplychain-41580.json diff --git a/.changes/next-release/api-change-bedrockagent-42467.json b/.changes/next-release/api-change-bedrockagent-42467.json new file mode 100644 index 0000000000..4e3f56e0e0 --- /dev/null +++ b/.changes/next-release/api-change-bedrockagent-42467.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-agent``", + "description": "[``botocore``] Add support of new model types for Bedrock Agents, Adding inference profile support for Flows and Prompt Management, Adding new field to configure additional inference configurations for Flows and Prompt Management" +} diff --git a/.changes/next-release/api-change-codebuild-90677.json b/.changes/next-release/api-change-codebuild-90677.json new file mode 100644 index 0000000000..bcc86abbe2 --- /dev/null +++ b/.changes/next-release/api-change-codebuild-90677.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "[``botocore``] AWS CodeBuild now supports automatically retrying failed builds" +} diff --git a/.changes/next-release/api-change-lambda-85385.json b/.changes/next-release/api-change-lambda-85385.json new file mode 100644 index 0000000000..5038dd16c4 --- /dev/null +++ b/.changes/next-release/api-change-lambda-85385.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lambda``", + "description": "[``botocore``] Add TagsError field in Lambda GetFunctionResponse. The TagsError field contains details related to errors retrieving tags." +} diff --git a/.changes/next-release/api-change-logs-93240.json b/.changes/next-release/api-change-logs-93240.json new file mode 100644 index 0000000000..2fd8fa3a7b --- /dev/null +++ b/.changes/next-release/api-change-logs-93240.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``logs``", + "description": "[``botocore``] Adding inferred token name for dynamic tokens in Anomalies." +} diff --git a/.changes/next-release/api-change-supplychain-41580.json b/.changes/next-release/api-change-supplychain-41580.json new file mode 100644 index 0000000000..c068955814 --- /dev/null +++ b/.changes/next-release/api-change-supplychain-41580.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``supplychain``", + "description": "[``botocore``] API doc updates, and also support showing error message on a failed instance" +} From bb191f293ae65190afe24bf33ba319c1ada1c768 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 25 Oct 2024 18:07:15 +0000 Subject: [PATCH 2/2] Bumping version to 1.35.49 --- .changes/1.35.49.json | 27 +++++++++++++++++++ .../api-change-bedrockagent-42467.json | 5 ---- .../api-change-codebuild-90677.json | 5 ---- .../next-release/api-change-lambda-85385.json | 5 ---- .../next-release/api-change-logs-93240.json | 5 ---- .../api-change-supplychain-41580.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.35.49.json delete mode 100644 .changes/next-release/api-change-bedrockagent-42467.json delete mode 100644 .changes/next-release/api-change-codebuild-90677.json delete mode 100644 .changes/next-release/api-change-lambda-85385.json delete mode 100644 .changes/next-release/api-change-logs-93240.json delete mode 100644 .changes/next-release/api-change-supplychain-41580.json diff --git a/.changes/1.35.49.json b/.changes/1.35.49.json new file mode 100644 index 0000000000..ae0b6cadce --- /dev/null +++ b/.changes/1.35.49.json @@ -0,0 +1,27 @@ +[ + { + "category": "``bedrock-agent``", + "description": "[``botocore``] Add support of new model types for Bedrock Agents, Adding inference profile support for Flows and Prompt Management, Adding new field to configure additional inference configurations for Flows and Prompt Management", + "type": "api-change" + }, + { + "category": "``codebuild``", + "description": "[``botocore``] AWS CodeBuild now supports automatically retrying failed builds", + "type": "api-change" + }, + { + "category": "``lambda``", + "description": "[``botocore``] Add TagsError field in Lambda GetFunctionResponse. The TagsError field contains details related to errors retrieving tags.", + "type": "api-change" + }, + { + "category": "``logs``", + "description": "[``botocore``] Adding inferred token name for dynamic tokens in Anomalies.", + "type": "api-change" + }, + { + "category": "``supplychain``", + "description": "[``botocore``] API doc updates, and also support showing error message on a failed instance", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrockagent-42467.json b/.changes/next-release/api-change-bedrockagent-42467.json deleted file mode 100644 index 4e3f56e0e0..0000000000 --- a/.changes/next-release/api-change-bedrockagent-42467.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-agent``", - "description": "[``botocore``] Add support of new model types for Bedrock Agents, Adding inference profile support for Flows and Prompt Management, Adding new field to configure additional inference configurations for Flows and Prompt Management" -} diff --git a/.changes/next-release/api-change-codebuild-90677.json b/.changes/next-release/api-change-codebuild-90677.json deleted file mode 100644 index bcc86abbe2..0000000000 --- a/.changes/next-release/api-change-codebuild-90677.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "[``botocore``] AWS CodeBuild now supports automatically retrying failed builds" -} diff --git a/.changes/next-release/api-change-lambda-85385.json b/.changes/next-release/api-change-lambda-85385.json deleted file mode 100644 index 5038dd16c4..0000000000 --- a/.changes/next-release/api-change-lambda-85385.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lambda``", - "description": "[``botocore``] Add TagsError field in Lambda GetFunctionResponse. The TagsError field contains details related to errors retrieving tags." -} diff --git a/.changes/next-release/api-change-logs-93240.json b/.changes/next-release/api-change-logs-93240.json deleted file mode 100644 index 2fd8fa3a7b..0000000000 --- a/.changes/next-release/api-change-logs-93240.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``logs``", - "description": "[``botocore``] Adding inferred token name for dynamic tokens in Anomalies." -} diff --git a/.changes/next-release/api-change-supplychain-41580.json b/.changes/next-release/api-change-supplychain-41580.json deleted file mode 100644 index c068955814..0000000000 --- a/.changes/next-release/api-change-supplychain-41580.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``supplychain``", - "description": "[``botocore``] API doc updates, and also support showing error message on a failed instance" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2f1a69bb5c..f56b70999c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.35.49 +======= + +* api-change:``bedrock-agent``: [``botocore``] Add support of new model types for Bedrock Agents, Adding inference profile support for Flows and Prompt Management, Adding new field to configure additional inference configurations for Flows and Prompt Management +* api-change:``codebuild``: [``botocore``] AWS CodeBuild now supports automatically retrying failed builds +* api-change:``lambda``: [``botocore``] Add TagsError field in Lambda GetFunctionResponse. The TagsError field contains details related to errors retrieving tags. +* api-change:``logs``: [``botocore``] Adding inferred token name for dynamic tokens in Anomalies. +* api-change:``supplychain``: [``botocore``] API doc updates, and also support showing error message on a failed instance + + 1.35.48 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 7fb6aa1f54..ed5dba9813 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.48' +__version__ = '1.35.49' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 8103e211ac..8f821a6c9c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.48,<1.36.0 + botocore>=1.35.49,<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 8614d3587d..b7c7546dab 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.48,<1.36.0', + 'botocore>=1.35.49,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]