From 37724b6a441ea345934d74c1b4ca225327e4ab99 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 19 Aug 2024 20:41:09 +0000 Subject: [PATCH 1/2] Update changelog based on model updates --- .changes/next-release/api-change-bedrock-89424.json | 5 +++++ .changes/next-release/api-change-codebuild-47826.json | 5 +++++ .changes/next-release/api-change-deadline-34582.json | 5 +++++ .changes/next-release/api-change-lambda-15151.json | 5 +++++ .changes/next-release/api-change-ssmsap-46504.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-bedrock-89424.json create mode 100644 .changes/next-release/api-change-codebuild-47826.json create mode 100644 .changes/next-release/api-change-deadline-34582.json create mode 100644 .changes/next-release/api-change-lambda-15151.json create mode 100644 .changes/next-release/api-change-ssmsap-46504.json diff --git a/.changes/next-release/api-change-bedrock-89424.json b/.changes/next-release/api-change-bedrock-89424.json new file mode 100644 index 000000000000..ccd82981daff --- /dev/null +++ b/.changes/next-release/api-change-bedrock-89424.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock``", + "description": "Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3." +} diff --git a/.changes/next-release/api-change-codebuild-47826.json b/.changes/next-release/api-change-codebuild-47826.json new file mode 100644 index 000000000000..c09fb8148ccb --- /dev/null +++ b/.changes/next-release/api-change-codebuild-47826.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "AWS CodeBuild now supports creating fleets with macOS platform for running builds." +} diff --git a/.changes/next-release/api-change-deadline-34582.json b/.changes/next-release/api-change-deadline-34582.json new file mode 100644 index 000000000000..b814149a8f98 --- /dev/null +++ b/.changes/next-release/api-change-deadline-34582.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``deadline``", + "description": "This release adds additional search fields and provides sorting by multiple fields." +} diff --git a/.changes/next-release/api-change-lambda-15151.json b/.changes/next-release/api-change-lambda-15151.json new file mode 100644 index 000000000000..1b2e163b7614 --- /dev/null +++ b/.changes/next-release/api-change-lambda-15151.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``lambda``", + "description": "Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig." +} diff --git a/.changes/next-release/api-change-ssmsap-46504.json b/.changes/next-release/api-change-ssmsap-46504.json new file mode 100644 index 000000000000..c373a29508df --- /dev/null +++ b/.changes/next-release/api-change-ssmsap-46504.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ssm-sap``", + "description": "Add new attributes to the outputs of GetApplication and GetDatabase APIs." +} From 7d82a26c4fb346cf9ac946d4c95e9b03fbd9e58b Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 19 Aug 2024 20:42:36 +0000 Subject: [PATCH 2/2] Bumping version to 1.34.1 --- .changes/1.34.1.json | 27 +++++++++++++++++++ .../api-change-bedrock-89424.json | 5 ---- .../api-change-codebuild-47826.json | 5 ---- .../api-change-deadline-34582.json | 5 ---- .../next-release/api-change-lambda-15151.json | 5 ---- .../next-release/api-change-ssmsap-46504.json | 5 ---- CHANGELOG.rst | 10 +++++++ awscli/__init__.py | 2 +- doc/source/conf.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 41 insertions(+), 29 deletions(-) create mode 100644 .changes/1.34.1.json delete mode 100644 .changes/next-release/api-change-bedrock-89424.json delete mode 100644 .changes/next-release/api-change-codebuild-47826.json delete mode 100644 .changes/next-release/api-change-deadline-34582.json delete mode 100644 .changes/next-release/api-change-lambda-15151.json delete mode 100644 .changes/next-release/api-change-ssmsap-46504.json diff --git a/.changes/1.34.1.json b/.changes/1.34.1.json new file mode 100644 index 000000000000..445c1a3aeba4 --- /dev/null +++ b/.changes/1.34.1.json @@ -0,0 +1,27 @@ +[ + { + "category": "``bedrock``", + "description": "Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3.", + "type": "api-change" + }, + { + "category": "``codebuild``", + "description": "AWS CodeBuild now supports creating fleets with macOS platform for running builds.", + "type": "api-change" + }, + { + "category": "``deadline``", + "description": "This release adds additional search fields and provides sorting by multiple fields.", + "type": "api-change" + }, + { + "category": "``lambda``", + "description": "Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig.", + "type": "api-change" + }, + { + "category": "``ssm-sap``", + "description": "Add new attributes to the outputs of GetApplication and GetDatabase APIs.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-bedrock-89424.json b/.changes/next-release/api-change-bedrock-89424.json deleted file mode 100644 index ccd82981daff..000000000000 --- a/.changes/next-release/api-change-bedrock-89424.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3." -} diff --git a/.changes/next-release/api-change-codebuild-47826.json b/.changes/next-release/api-change-codebuild-47826.json deleted file mode 100644 index c09fb8148ccb..000000000000 --- a/.changes/next-release/api-change-codebuild-47826.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``codebuild``", - "description": "AWS CodeBuild now supports creating fleets with macOS platform for running builds." -} diff --git a/.changes/next-release/api-change-deadline-34582.json b/.changes/next-release/api-change-deadline-34582.json deleted file mode 100644 index b814149a8f98..000000000000 --- a/.changes/next-release/api-change-deadline-34582.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``deadline``", - "description": "This release adds additional search fields and provides sorting by multiple fields." -} diff --git a/.changes/next-release/api-change-lambda-15151.json b/.changes/next-release/api-change-lambda-15151.json deleted file mode 100644 index 1b2e163b7614..000000000000 --- a/.changes/next-release/api-change-lambda-15151.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``lambda``", - "description": "Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig." -} diff --git a/.changes/next-release/api-change-ssmsap-46504.json b/.changes/next-release/api-change-ssmsap-46504.json deleted file mode 100644 index c373a29508df..000000000000 --- a/.changes/next-release/api-change-ssmsap-46504.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm-sap``", - "description": "Add new attributes to the outputs of GetApplication and GetDatabase APIs." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6c3ecf7e8e5f..805706bd8154 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.34.1 +====== + +* api-change:``bedrock``: Amazon Bedrock Batch Inference/ Model Invocation is a feature which allows customers to asynchronously run inference on a large set of records/files stored in S3. +* api-change:``codebuild``: AWS CodeBuild now supports creating fleets with macOS platform for running builds. +* api-change:``deadline``: This release adds additional search fields and provides sorting by multiple fields. +* api-change:``lambda``: Release Lambda FunctionRecursiveConfig, enabling customers to turn recursive loop detection on or off on individual functions. This release adds two new APIs, GetFunctionRecursionConfig and PutFunctionRecursionConfig. +* api-change:``ssm-sap``: Add new attributes to the outputs of GetApplication and GetDatabase APIs. + + 1.34.0 ====== diff --git a/awscli/__init__.py b/awscli/__init__.py index d1ad507363d4..b1684b73eb96 100644 --- a/awscli/__init__.py +++ b/awscli/__init__.py @@ -17,7 +17,7 @@ """ import os -__version__ = '1.34.0' +__version__ = '1.34.1' # # Get our data path to be added to botocore's search path diff --git a/doc/source/conf.py b/doc/source/conf.py index 71ce2f3bcbc1..e3978963931a 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,7 +52,7 @@ # The short X.Y version. version = '1.34' # The full version, including alpha/beta/rc tags. -release = '1.34.0' +release = '1.34.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.cfg b/setup.cfg index d62195ceee3f..16a784906134 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore==1.35.0 + botocore==1.35.1 docutils>=0.10,<0.17 s3transfer>=0.10.0,<0.11.0 PyYAML>=3.10,<6.1 diff --git a/setup.py b/setup.py index 2d3ee34077eb..a35b6d819d9f 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def find_version(*file_paths): install_requires = [ - 'botocore==1.35.0', + 'botocore==1.35.1', 'docutils>=0.10,<0.17', 's3transfer>=0.10.0,<0.11.0', 'PyYAML>=3.10,<6.1',