From 27e92f9b422c183467535c40a6ee20f83b88ab68 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 18 Oct 2024 18:07:44 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-athena-40598.json | 5 +++++ .changes/next-release/api-change-bedrock-58111.json | 5 +++++ .changes/next-release/api-change-bedrockruntime-79392.json | 5 +++++ .changes/next-release/api-change-datazone-44137.json | 5 +++++ .changes/next-release/api-change-ec2-41571.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-athena-40598.json create mode 100644 .changes/next-release/api-change-bedrock-58111.json create mode 100644 .changes/next-release/api-change-bedrockruntime-79392.json create mode 100644 .changes/next-release/api-change-datazone-44137.json create mode 100644 .changes/next-release/api-change-ec2-41571.json diff --git a/.changes/next-release/api-change-athena-40598.json b/.changes/next-release/api-change-athena-40598.json new file mode 100644 index 0000000000..6abe8310ab --- /dev/null +++ b/.changes/next-release/api-change-athena-40598.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``athena``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..b6774cb8c8 --- /dev/null +++ b/.changes/next-release/api-change-bedrock-58111.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..daf9a212eb --- /dev/null +++ b/.changes/next-release/api-change-bedrockruntime-79392.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``bedrock-runtime``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..378fb9fc79 --- /dev/null +++ b/.changes/next-release/api-change-datazone-44137.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``datazone``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..8834edf017 --- /dev/null +++ b/.changes/next-release/api-change-ec2-41571.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] RequestSpotInstances and RequestSpotFleet feature release." +} From b2098751daf87769e8f9bf7bfee7d59c653a05d3 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Fri, 18 Oct 2024 18:08:09 +0000 Subject: [PATCH 2/2] 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 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 10 files changed, 40 insertions(+), 28 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..dd5163be82 --- /dev/null +++ b/.changes/1.35.44.json @@ -0,0 +1,27 @@ +[ + { + "category": "``athena``", + "description": "[``botocore``] Removing FEDERATED from Create/List/Delete/GetDataCatalog API", + "type": "api-change" + }, + { + "category": "``bedrock``", + "description": "[``botocore``] Adding converse support to CMI API's", + "type": "api-change" + }, + { + "category": "``bedrock-runtime``", + "description": "[``botocore``] Added converse support for custom imported models", + "type": "api-change" + }, + { + "category": "``datazone``", + "description": "[``botocore``] 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": "[``botocore``] 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 6abe8310ab..0000000000 --- a/.changes/next-release/api-change-athena-40598.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``athena``", - "description": "[``botocore``] 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 b6774cb8c8..0000000000 --- a/.changes/next-release/api-change-bedrock-58111.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock``", - "description": "[``botocore``] 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 daf9a212eb..0000000000 --- a/.changes/next-release/api-change-bedrockruntime-79392.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``bedrock-runtime``", - "description": "[``botocore``] 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 378fb9fc79..0000000000 --- a/.changes/next-release/api-change-datazone-44137.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``datazone``", - "description": "[``botocore``] 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 8834edf017..0000000000 --- a/.changes/next-release/api-change-ec2-41571.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] RequestSpotInstances and RequestSpotFleet feature release." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b39c2b973c..e17d2de426 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.35.44 +======= + +* api-change:``athena``: [``botocore``] Removing FEDERATED from Create/List/Delete/GetDataCatalog API +* api-change:``bedrock``: [``botocore``] Adding converse support to CMI API's +* api-change:``bedrock-runtime``: [``botocore``] Added converse support for custom imported models +* api-change:``datazone``: [``botocore``] 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``: [``botocore``] RequestSpotInstances and RequestSpotFleet feature release. + + 1.35.43 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index 9d5ce9d2be..26337f19c2 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.43' +__version__ = '1.35.44' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index b930271367..81fea85c9e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.43,<1.36.0 + botocore>=1.35.44,<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 91917982de..6cc2655e5b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.43,<1.36.0', + 'botocore>=1.35.44,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]