From 74239a60b5739d595860635a4efcd42e2f1d125c Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 19 Dec 2024 19:03:53 +0000 Subject: [PATCH] Bumping version to 1.35.85 --- .changes/1.35.85.json | 32 +++++++++++++++++++ .../api-change-appstream-57477.json | 5 --- .../api-change-mediaconvert-81646.json | 5 --- .../api-change-medialive-36945.json | 5 --- .../api-change-qconnect-2818.json | 5 --- .../next-release/api-change-ssmsap-10597.json | 5 --- .../api-change-workspaces-17479.json | 5 --- CHANGELOG.rst | 11 +++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 10 files changed, 45 insertions(+), 32 deletions(-) create mode 100644 .changes/1.35.85.json delete mode 100644 .changes/next-release/api-change-appstream-57477.json delete mode 100644 .changes/next-release/api-change-mediaconvert-81646.json delete mode 100644 .changes/next-release/api-change-medialive-36945.json delete mode 100644 .changes/next-release/api-change-qconnect-2818.json delete mode 100644 .changes/next-release/api-change-ssmsap-10597.json delete mode 100644 .changes/next-release/api-change-workspaces-17479.json diff --git a/.changes/1.35.85.json b/.changes/1.35.85.json new file mode 100644 index 0000000000..2021a6c778 --- /dev/null +++ b/.changes/1.35.85.json @@ -0,0 +1,32 @@ +[ + { + "category": "``appstream``", + "description": "Added support for Rocky Linux 8 on Amazon AppStream 2.0", + "type": "api-change" + }, + { + "category": "``mediaconvert``", + "description": "This release adds support for inserting timecode tracks into MP4 container outputs.", + "type": "api-change" + }, + { + "category": "``medialive``", + "description": "MediaLive is releasing ListVersions api", + "type": "api-change" + }, + { + "category": "``qconnect``", + "description": "Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent.", + "type": "api-change" + }, + { + "category": "``ssm-sap``", + "description": "AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications", + "type": "api-change" + }, + { + "category": "``workspaces``", + "description": "Added AWS Global Accelerator (AGA) support for WorkSpaces Personal.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appstream-57477.json b/.changes/next-release/api-change-appstream-57477.json deleted file mode 100644 index e90732a707..0000000000 --- a/.changes/next-release/api-change-appstream-57477.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appstream``", - "description": "Added support for Rocky Linux 8 on Amazon AppStream 2.0" -} diff --git a/.changes/next-release/api-change-mediaconvert-81646.json b/.changes/next-release/api-change-mediaconvert-81646.json deleted file mode 100644 index e5eca09007..0000000000 --- a/.changes/next-release/api-change-mediaconvert-81646.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``mediaconvert``", - "description": "This release adds support for inserting timecode tracks into MP4 container outputs." -} diff --git a/.changes/next-release/api-change-medialive-36945.json b/.changes/next-release/api-change-medialive-36945.json deleted file mode 100644 index ebae8ba735..0000000000 --- a/.changes/next-release/api-change-medialive-36945.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "MediaLive is releasing ListVersions api" -} diff --git a/.changes/next-release/api-change-qconnect-2818.json b/.changes/next-release/api-change-qconnect-2818.json deleted file mode 100644 index 9bbf08af07..0000000000 --- a/.changes/next-release/api-change-qconnect-2818.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qconnect``", - "description": "Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent." -} diff --git a/.changes/next-release/api-change-ssmsap-10597.json b/.changes/next-release/api-change-ssmsap-10597.json deleted file mode 100644 index 02d732137b..0000000000 --- a/.changes/next-release/api-change-ssmsap-10597.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ssm-sap``", - "description": "AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications" -} diff --git a/.changes/next-release/api-change-workspaces-17479.json b/.changes/next-release/api-change-workspaces-17479.json deleted file mode 100644 index c751e407bd..0000000000 --- a/.changes/next-release/api-change-workspaces-17479.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``workspaces``", - "description": "Added AWS Global Accelerator (AGA) support for WorkSpaces Personal." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4f2bb5f449..18d8191171 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.85 +======= + +* api-change:``appstream``: Added support for Rocky Linux 8 on Amazon AppStream 2.0 +* api-change:``mediaconvert``: This release adds support for inserting timecode tracks into MP4 container outputs. +* api-change:``medialive``: MediaLive is releasing ListVersions api +* api-change:``qconnect``: Amazon Q in Connect enables agents to ask Q for assistance in multiple languages and Q will provide answers and recommended step-by-step guides in those languages. Qs default language is English (United States) and you can switch this by setting the locale configuration on the AI Agent. +* api-change:``ssm-sap``: AWS Systems Manager for SAP added support for registration and discovery of distributed ABAP applications +* api-change:``workspaces``: Added AWS Global Accelerator (AGA) support for WorkSpaces Personal. + + 1.35.84 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 888050d741..44b3f4e569 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.84' +__version__ = '1.35.85' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 76cf6de905..9995798b84 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.84' +release = '1.35.85' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.