From 21214db1c22760005c37aeb7d92ce42c001b8d44 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 18 Oct 2024 18:07:54 +0000 Subject: [PATCH] Bumping version to 1.35.44 --- .changes/1.35.44.json | 27 +++++++++++++++++++ .../next-release/api-change-athena-40598.json | 5 ---- .../api-change-bedrock-58111.json | 5 ---- .../api-change-bedrockruntime-79392.json | 5 ---- .../api-change-datazone-44137.json | 5 ---- .../next-release/api-change-ec2-41571.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.44.json delete mode 100644 .changes/next-release/api-change-athena-40598.json delete mode 100644 .changes/next-release/api-change-bedrock-58111.json delete mode 100644 .changes/next-release/api-change-bedrockruntime-79392.json delete mode 100644 .changes/next-release/api-change-datazone-44137.json delete mode 100644 .changes/next-release/api-change-ec2-41571.json diff --git a/.changes/1.35.44.json b/.changes/1.35.44.json new file mode 100644 index 0000000000..e81481e2b2 --- /dev/null +++ b/.changes/1.35.44.json @@ -0,0 +1,27 @@ +[ + { + "category": "``athena``", + "description": "Removing FEDERATED from Create/List/Delete/GetDataCatalog API", + "type": "api-change" + }, + { + "category": "``bedrock``", + "description": "Adding converse support to CMI API's", + "type": "api-change" + }, + { + "category": "``bedrock-runtime``", + "description": "Added converse support for custom imported models", + "type": "api-change" + }, + { + "category": "``datazone``", + "description": "Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "RequestSpotInstances and RequestSpotFleet feature release.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-athena-40598.json b/.changes/next-release/api-change-athena-40598.json deleted file mode 100644 index a7b3f6cca1..0000000000 --- a/.changes/next-release/api-change-athena-40598.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "Removing FEDERATED from Create/List/Delete/GetDataCatalog API" -} diff --git a/.changes/next-release/api-change-bedrock-58111.json b/.changes/next-release/api-change-bedrock-58111.json deleted file mode 100644 index f450d34af5..0000000000 --- a/.changes/next-release/api-change-bedrock-58111.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "Adding converse support to CMI API's" -} diff --git a/.changes/next-release/api-change-bedrockruntime-79392.json b/.changes/next-release/api-change-bedrockruntime-79392.json deleted file mode 100644 index edcf4308b4..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-79392.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "Added converse support for custom imported models" -} diff --git a/.changes/next-release/api-change-datazone-44137.json b/.changes/next-release/api-change-datazone-44137.json deleted file mode 100644 index 4e461e2bb3..0000000000 --- a/.changes/next-release/api-change-datazone-44137.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API." -} diff --git a/.changes/next-release/api-change-ec2-41571.json b/.changes/next-release/api-change-ec2-41571.json deleted file mode 100644 index 29f8e6089d..0000000000 --- a/.changes/next-release/api-change-ec2-41571.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "RequestSpotInstances and RequestSpotFleet feature release." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bd64f6f9ee..a755447f33 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.35.44 +======= + +* api-change:``athena``: Removing FEDERATED from Create/List/Delete/GetDataCatalog API +* api-change:``bedrock``: Adding converse support to CMI API's +* api-change:``bedrock-runtime``: Added converse support for custom imported models +* api-change:``datazone``: Adding the following project member designations: PROJECT_CATALOG_VIEWER, PROJECT_CATALOG_CONSUMER and PROJECT_CATALOG_STEWARD in the CreateProjectMembership API and PROJECT_CATALOG_STEWARD designation in the AddPolicyGrant API. +* api-change:``ec2``: RequestSpotInstances and RequestSpotFleet feature release. + + 1.35.43 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index ca70853983..b4b57ec03a 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.43' +__version__ = '1.35.44' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 3b8fa4d56d..d03b3d1709 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.43' +release = '1.35.44' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.