From 8909aad3b4b3b2b323ccb2343f814464134a8bcb Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 24 Oct 2024 18:08:59 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-appconfig-34087.json | 5 +++++ .changes/next-release/api-change-ec2-9376.json | 5 +++++ .changes/next-release/api-change-ecs-79762.json | 5 +++++ .changes/next-release/api-change-nimble-39778.json | 5 +++++ .changes/next-release/api-change-pcs-11235.json | 5 +++++ .changes/next-release/api-change-qbusiness-48752.json | 5 +++++ 6 files changed, 30 insertions(+) create mode 100644 .changes/next-release/api-change-appconfig-34087.json create mode 100644 .changes/next-release/api-change-ec2-9376.json create mode 100644 .changes/next-release/api-change-ecs-79762.json create mode 100644 .changes/next-release/api-change-nimble-39778.json create mode 100644 .changes/next-release/api-change-pcs-11235.json create mode 100644 .changes/next-release/api-change-qbusiness-48752.json diff --git a/.changes/next-release/api-change-appconfig-34087.json b/.changes/next-release/api-change-appconfig-34087.json new file mode 100644 index 0000000000..ba2ce1cb1f --- /dev/null +++ b/.changes/next-release/api-change-appconfig-34087.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``appconfig``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..278b5824fe --- /dev/null +++ b/.changes/next-release/api-change-ec2-9376.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ec2``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..c8da669bd3 --- /dev/null +++ b/.changes/next-release/api-change-ecs-79762.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``ecs``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..09b27f44c0 --- /dev/null +++ b/.changes/next-release/api-change-nimble-39778.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``nimble``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..f8f0834ee1 --- /dev/null +++ b/.changes/next-release/api-change-pcs-11235.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``pcs``", + "description": "[``botocore``] 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 new file mode 100644 index 0000000000..91b5f1916f --- /dev/null +++ b/.changes/next-release/api-change-qbusiness-48752.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``qbusiness``", + "description": "[``botocore``] Add a new field in chat response. This field can be used to support nested schemas in array fields" +} From 1a09a317ce669b0280aaf8430e96a28df5a75041 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 24 Oct 2024 18:09:26 +0000 Subject: [PATCH 2/2] 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 +++++++ boto3/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 11 files changed, 46 insertions(+), 33 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..404dbdcb00 --- /dev/null +++ b/.changes/1.35.48.json @@ -0,0 +1,32 @@ +[ + { + "category": "``appconfig``", + "description": "[``botocore``] 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": "[``botocore``] 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": "[``botocore``] This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances.", + "type": "api-change" + }, + { + "category": "``nimble``", + "description": "[``botocore``] The nimble client has been removed following the deprecation of the service.", + "type": "api-change" + }, + { + "category": "``pcs``", + "description": "[``botocore``] Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description.", + "type": "api-change" + }, + { + "category": "``qbusiness``", + "description": "[``botocore``] 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 ba2ce1cb1f..0000000000 --- a/.changes/next-release/api-change-appconfig-34087.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``appconfig``", - "description": "[``botocore``] 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 278b5824fe..0000000000 --- a/.changes/next-release/api-change-ec2-9376.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ec2``", - "description": "[``botocore``] 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 c8da669bd3..0000000000 --- a/.changes/next-release/api-change-ecs-79762.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``ecs``", - "description": "[``botocore``] 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 09b27f44c0..0000000000 --- a/.changes/next-release/api-change-nimble-39778.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``nimble``", - "description": "[``botocore``] 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 f8f0834ee1..0000000000 --- a/.changes/next-release/api-change-pcs-11235.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``pcs``", - "description": "[``botocore``] 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 91b5f1916f..0000000000 --- a/.changes/next-release/api-change-qbusiness-48752.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``qbusiness``", - "description": "[``botocore``] 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 38159e2220..2f1a69bb5c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ CHANGELOG ========= +1.35.48 +======= + +* api-change:``appconfig``: [``botocore``] 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``: [``botocore``] 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``: [``botocore``] This release adds support for EBS volumes attached to Amazon ECS Windows tasks running on EC2 instances. +* api-change:``nimble``: [``botocore``] The nimble client has been removed following the deprecation of the service. +* api-change:``pcs``: [``botocore``] Documentation update: added the default value of the Slurm configuration parameter scaleDownIdleTimeInSeconds to its description. +* api-change:``qbusiness``: [``botocore``] 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/boto3/__init__.py b/boto3/__init__.py index 102e83aadd..7fb6aa1f54 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.47' +__version__ = '1.35.48' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index 818c2159f4..8103e211ac 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.35.47,<1.36.0 + botocore>=1.35.48,<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 a5d91cee1d..8614d3587d 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.35.47,<1.36.0', + 'botocore>=1.35.48,<1.36.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.10.0,<0.11.0', ]