diff --git a/.changes/1.35.35.json b/.changes/1.35.35.json new file mode 100644 index 0000000000..a21f8e18ca --- /dev/null +++ b/.changes/1.35.35.json @@ -0,0 +1,22 @@ +[ + { + "category": "``deadline``", + "description": "Add support for using the template from a previous job during job creation and listing parameter definitions for a job.", + "type": "api-change" + }, + { + "category": "``marketplace-reporting``", + "description": "Documentation-only update for AWS Marketplace Reporting API.", + "type": "api-change" + }, + { + "category": "``qconnect``", + "description": "This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base.", + "type": "api-change" + }, + { + "category": "``redshift``", + "description": "Add validation pattern to S3KeyPrefix on the EnableLogging API", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-deadline-31517.json b/.changes/next-release/api-change-deadline-31517.json deleted file mode 100644 index 8f51ea2f06..0000000000 --- a/.changes/next-release/api-change-deadline-31517.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``deadline``", - "description": "Add support for using the template from a previous job during job creation and listing parameter definitions for a job." -} diff --git a/.changes/next-release/api-change-marketplacereporting-79823.json b/.changes/next-release/api-change-marketplacereporting-79823.json deleted file mode 100644 index 034ebcc0f0..0000000000 --- a/.changes/next-release/api-change-marketplacereporting-79823.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``marketplace-reporting``", - "description": "Documentation-only update for AWS Marketplace Reporting API." -} diff --git a/.changes/next-release/api-change-qconnect-30141.json b/.changes/next-release/api-change-qconnect-30141.json deleted file mode 100644 index 46a44da721..0000000000 --- a/.changes/next-release/api-change-qconnect-30141.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qconnect``", - "description": "This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base." -} diff --git a/.changes/next-release/api-change-redshift-13798.json b/.changes/next-release/api-change-redshift-13798.json deleted file mode 100644 index 50924b3fc4..0000000000 --- a/.changes/next-release/api-change-redshift-13798.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``redshift``", - "description": "Add validation pattern to S3KeyPrefix on the EnableLogging API" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index dc51719a50..5eb0b52c60 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,15 @@ CHANGELOG ========= +1.35.35 +======= + +* api-change:``deadline``: Add support for using the template from a previous job during job creation and listing parameter definitions for a job. +* api-change:``marketplace-reporting``: Documentation-only update for AWS Marketplace Reporting API. +* api-change:``qconnect``: This release adds support for the following capabilities: Configuration of the Gen AI system via AIAgent and AIPrompts. Integration support for Bedrock Knowledge Base. +* api-change:``redshift``: Add validation pattern to S3KeyPrefix on the EnableLogging API + + 1.35.34 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index bca864557b..c9b457a4da 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.34' +__version__ = '1.35.35' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 99c944023d..854c0a16ca 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.34' +release = '1.35.35' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.