From e6c5c156e94fee0827712579c1119ff665d761ab Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 19 Aug 2024 20:42:18 +0000 Subject: [PATCH] Bumping version to 1.35.1 --- .changes/1.35.1.json | 27 +++++++++++++++++++ .../api-change-bedrock-89469.json | 5 ---- .../api-change-codebuild-79291.json | 5 ---- .../api-change-deadline-65888.json | 5 ---- .../next-release/api-change-lambda-25366.json | 5 ---- .../next-release/api-change-ssmsap-69352.json | 5 ---- CHANGELOG.rst | 10 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 9 files changed, 39 insertions(+), 27 deletions(-) create mode 100644 .changes/1.35.1.json delete mode 100644 .changes/next-release/api-change-bedrock-89469.json delete mode 100644 .changes/next-release/api-change-codebuild-79291.json delete mode 100644 .changes/next-release/api-change-deadline-65888.json delete mode 100644 .changes/next-release/api-change-lambda-25366.json delete mode 100644 .changes/next-release/api-change-ssmsap-69352.json diff --git a/.changes/1.35.1.json b/.changes/1.35.1.json new file mode 100644 index 0000000000..445c1a3aeb --- /dev/null +++ b/.changes/1.35.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-89469.json b/.changes/next-release/api-change-bedrock-89469.json deleted file mode 100644 index ccd82981da..0000000000 --- a/.changes/next-release/api-change-bedrock-89469.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-79291.json b/.changes/next-release/api-change-codebuild-79291.json deleted file mode 100644 index c09fb8148c..0000000000 --- a/.changes/next-release/api-change-codebuild-79291.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-65888.json b/.changes/next-release/api-change-deadline-65888.json deleted file mode 100644 index b814149a8f..0000000000 --- a/.changes/next-release/api-change-deadline-65888.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-25366.json b/.changes/next-release/api-change-lambda-25366.json deleted file mode 100644 index 1b2e163b76..0000000000 --- a/.changes/next-release/api-change-lambda-25366.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-69352.json b/.changes/next-release/api-change-ssmsap-69352.json deleted file mode 100644 index c373a29508..0000000000 --- a/.changes/next-release/api-change-ssmsap-69352.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 497b6a1fa3..d9c099327c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.35.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.35.0 ====== diff --git a/botocore/__init__.py b/botocore/__init__.py index 8283fd1d74..fa991b54a7 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.0' +__version__ = '1.35.1' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 90d7befae9..347848901f 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.0' +release = '1.35.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.