From 3bcd18170c7f778e7b7b43b5ded7c3bf4790eaa9 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 24 Oct 2024 18:09:10 +0000 Subject: [PATCH] Bumping version to 1.35.48 --- .changes/1.35.48.json | 32 +++++++++++++++++++ .../api-change-appconfig-34087.json | 5 --- .../next-release/api-change-ec2-9376.json | 5 --- .../next-release/api-change-ecs-79762.json | 5 --- .../next-release/api-change-nimble-39778.json | 5 --- .../next-release/api-change-pcs-11235.json | 5 --- .../api-change-qbusiness-48752.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.48.json delete mode 100644 .changes/next-release/api-change-appconfig-34087.json delete mode 100644 .changes/next-release/api-change-ec2-9376.json delete mode 100644 .changes/next-release/api-change-ecs-79762.json delete mode 100644 .changes/next-release/api-change-nimble-39778.json delete mode 100644 .changes/next-release/api-change-pcs-11235.json delete mode 100644 .changes/next-release/api-change-qbusiness-48752.json diff --git a/.changes/1.35.48.json b/.changes/1.35.48.json new file mode 100644 index 0000000000..44726f8b2d --- /dev/null +++ b/.changes/1.35.48.json @@ -0,0 +1,32 @@ +[ + { + "category": "``appconfig``", + "description": "This release improves deployment safety by granting customers the ability to REVERT completed deployments, to the last known good state.In the StopDeployment API revert case the status of a COMPLETE deployment will be REVERTED. AppConfig only allows a revert within 72 hours of deployment completion.", + "type": "api-change" + }, + { + "category": "``ec2``", + "description": "This release includes a new API to describe some details of the Amazon Machine Images (AMIs) that were used to launch EC2 instances, even if those AMIs are no longer available for use.", + "type": "api-change" + }, + { + "category": "``ecs``", + "description": "This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances.", + "type": "api-change" + }, + { + "category": "``nimble``", + "description": "The nimble client has been removed following the deprecation of the service.", + "type": "api-change" + }, + { + "category": "``pcs``", + "description": "Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description.", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "Add a new field in chat response. This field can be used to support nested schemas in array fields", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-appconfig-34087.json b/.changes/next-release/api-change-appconfig-34087.json deleted file mode 100644 index 39e7dcd86c..0000000000 --- a/.changes/next-release/api-change-appconfig-34087.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appconfig``", - "description": "This release improves deployment safety by granting customers the ability to REVERT completed deployments, to the last known good state.In the StopDeployment API revert case the status of a COMPLETE deployment will be REVERTED. AppConfig only allows a revert within 72 hours of deployment completion." -} diff --git a/.changes/next-release/api-change-ec2-9376.json b/.changes/next-release/api-change-ec2-9376.json deleted file mode 100644 index 5972f6a599..0000000000 --- a/.changes/next-release/api-change-ec2-9376.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "This release includes a new API to describe some details of the Amazon Machine Images (AMIs) that were used to launch EC2 instances, even if those AMIs are no longer available for use." -} diff --git a/.changes/next-release/api-change-ecs-79762.json b/.changes/next-release/api-change-ecs-79762.json deleted file mode 100644 index ca8f949034..0000000000 --- a/.changes/next-release/api-change-ecs-79762.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances." -} diff --git a/.changes/next-release/api-change-nimble-39778.json b/.changes/next-release/api-change-nimble-39778.json deleted file mode 100644 index 15a08805f1..0000000000 --- a/.changes/next-release/api-change-nimble-39778.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``nimble``", - "description": "The nimble client has been removed following the deprecation of the service." -} diff --git a/.changes/next-release/api-change-pcs-11235.json b/.changes/next-release/api-change-pcs-11235.json deleted file mode 100644 index 8296469c53..0000000000 --- a/.changes/next-release/api-change-pcs-11235.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pcs``", - "description": "Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description." -} diff --git a/.changes/next-release/api-change-qbusiness-48752.json b/.changes/next-release/api-change-qbusiness-48752.json deleted file mode 100644 index 90b7ae9a14..0000000000 --- a/.changes/next-release/api-change-qbusiness-48752.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qbusiness``", - "description": "Add a new field in chat response. This field can be used to support nested schemas in array fields" -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 646f4ed943..8747bcc367 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.48 +======= + +* api-change:``appconfig``: This release improves deployment safety by granting customers the ability to REVERT completed deployments, to the last known good state.In the StopDeployment API revert case the status of a COMPLETE deployment will be REVERTED. AppConfig only allows a revert within 72 hours of deployment completion. +* api-change:``ec2``: This release includes a new API to describe some details of the Amazon Machine Images (AMIs) that were used to launch EC2 instances, even if those AMIs are no longer available for use. +* api-change:``ecs``: This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances. +* api-change:``nimble``: The nimble client has been removed following the deprecation of the service. +* api-change:``pcs``: Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description. +* api-change:``qbusiness``: Add a new field in chat response. This field can be used to support nested schemas in array fields + + 1.35.47 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 9a542f82f8..7e5a7ba7e3 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.35.47' +__version__ = '1.35.48' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 4757e83207..9701a7df63 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.47' +release = '1.35.48' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.