From f2ad85487a61537fa123ce4b4892f832fa040d0d Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 6 Feb 2025 19:03:36 +0000 Subject: [PATCH 1/2] Add changelog entries from botocore --- .changes/next-release/api-change-cloudformation-88161.json | 5 +++++ .changes/next-release/api-change-connectcases-29080.json | 5 +++++ .../next-release/api-change-costoptimizationhub-3541.json | 5 +++++ .changes/next-release/api-change-s3-85095.json | 5 +++++ .changes/next-release/enhancement-Eventsteam-78927.json | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 .changes/next-release/api-change-cloudformation-88161.json create mode 100644 .changes/next-release/api-change-connectcases-29080.json create mode 100644 .changes/next-release/api-change-costoptimizationhub-3541.json create mode 100644 .changes/next-release/api-change-s3-85095.json create mode 100644 .changes/next-release/enhancement-Eventsteam-78927.json diff --git a/.changes/next-release/api-change-cloudformation-88161.json b/.changes/next-release/api-change-cloudformation-88161.json new file mode 100644 index 0000000000..891a72ef8e --- /dev/null +++ b/.changes/next-release/api-change-cloudformation-88161.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cloudformation``", + "description": "[``botocore``] We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions." +} diff --git a/.changes/next-release/api-change-connectcases-29080.json b/.changes/next-release/api-change-connectcases-29080.json new file mode 100644 index 0000000000..6e4e78b579 --- /dev/null +++ b/.changes/next-release/api-change-connectcases-29080.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``connectcases``", + "description": "[``botocore``] This release adds the ability to conditionally require fields on a template. Check public documentation for more information." +} diff --git a/.changes/next-release/api-change-costoptimizationhub-3541.json b/.changes/next-release/api-change-costoptimizationhub-3541.json new file mode 100644 index 0000000000..38a1364ac0 --- /dev/null +++ b/.changes/next-release/api-change-costoptimizationhub-3541.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``cost-optimization-hub``", + "description": "[``botocore``] This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types." +} diff --git a/.changes/next-release/api-change-s3-85095.json b/.changes/next-release/api-change-s3-85095.json new file mode 100644 index 0000000000..fcb0689e46 --- /dev/null +++ b/.changes/next-release/api-change-s3-85095.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``s3``", + "description": "[``botocore``] Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets." +} diff --git a/.changes/next-release/enhancement-Eventsteam-78927.json b/.changes/next-release/enhancement-Eventsteam-78927.json new file mode 100644 index 0000000000..0edee35889 --- /dev/null +++ b/.changes/next-release/enhancement-Eventsteam-78927.json @@ -0,0 +1,5 @@ +{ + "type": "enhancement", + "category": "Eventsteam", + "description": "[``botocore``] The SDK no longer validates payload size for eventstreams. This is to facilitate varying payload requirements across AWS services." +} From 2d30ffeb29c8035fc8b72e761d2c3b5267bf31d1 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Thu, 6 Feb 2025 19:04:04 +0000 Subject: [PATCH 2/2] Bumping version to 1.36.15 --- .changes/1.36.15.json | 27 +++++++++++++++++++ .../api-change-cloudformation-88161.json | 5 ---- .../api-change-connectcases-29080.json | 5 ---- .../api-change-costoptimizationhub-3541.json | 5 ---- .../next-release/api-change-s3-85095.json | 5 ---- .../enhancement-Eventsteam-78927.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.36.15.json delete mode 100644 .changes/next-release/api-change-cloudformation-88161.json delete mode 100644 .changes/next-release/api-change-connectcases-29080.json delete mode 100644 .changes/next-release/api-change-costoptimizationhub-3541.json delete mode 100644 .changes/next-release/api-change-s3-85095.json delete mode 100644 .changes/next-release/enhancement-Eventsteam-78927.json diff --git a/.changes/1.36.15.json b/.changes/1.36.15.json new file mode 100644 index 0000000000..391435ab1d --- /dev/null +++ b/.changes/1.36.15.json @@ -0,0 +1,27 @@ +[ + { + "category": "``cloudformation``", + "description": "[``botocore``] We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions.", + "type": "api-change" + }, + { + "category": "``connectcases``", + "description": "[``botocore``] This release adds the ability to conditionally require fields on a template. Check public documentation for more information.", + "type": "api-change" + }, + { + "category": "``cost-optimization-hub``", + "description": "[``botocore``] This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types.", + "type": "api-change" + }, + { + "category": "``s3``", + "description": "[``botocore``] Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets.", + "type": "api-change" + }, + { + "category": "Eventsteam", + "description": "[``botocore``] The SDK no longer validates payload size for eventstreams. This is to facilitate varying payload requirements across AWS services.", + "type": "enhancement" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-cloudformation-88161.json b/.changes/next-release/api-change-cloudformation-88161.json deleted file mode 100644 index 891a72ef8e..0000000000 --- a/.changes/next-release/api-change-cloudformation-88161.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cloudformation``", - "description": "[``botocore``] We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions." -} diff --git a/.changes/next-release/api-change-connectcases-29080.json b/.changes/next-release/api-change-connectcases-29080.json deleted file mode 100644 index 6e4e78b579..0000000000 --- a/.changes/next-release/api-change-connectcases-29080.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``connectcases``", - "description": "[``botocore``] This release adds the ability to conditionally require fields on a template. Check public documentation for more information." -} diff --git a/.changes/next-release/api-change-costoptimizationhub-3541.json b/.changes/next-release/api-change-costoptimizationhub-3541.json deleted file mode 100644 index 38a1364ac0..0000000000 --- a/.changes/next-release/api-change-costoptimizationhub-3541.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``cost-optimization-hub``", - "description": "[``botocore``] This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types." -} diff --git a/.changes/next-release/api-change-s3-85095.json b/.changes/next-release/api-change-s3-85095.json deleted file mode 100644 index fcb0689e46..0000000000 --- a/.changes/next-release/api-change-s3-85095.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``s3``", - "description": "[``botocore``] Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets." -} diff --git a/.changes/next-release/enhancement-Eventsteam-78927.json b/.changes/next-release/enhancement-Eventsteam-78927.json deleted file mode 100644 index 0edee35889..0000000000 --- a/.changes/next-release/enhancement-Eventsteam-78927.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "enhancement", - "category": "Eventsteam", - "description": "[``botocore``] The SDK no longer validates payload size for eventstreams. This is to facilitate varying payload requirements across AWS services." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b6720eec9f..dce63d8964 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +1.36.15 +======= + +* api-change:``cloudformation``: [``botocore``] We added 5 new stack refactoring APIs: CreateStackRefactor, ExecuteStackRefactor, ListStackRefactors, DescribeStackRefactor, ListStackRefactorActions. +* api-change:``connectcases``: [``botocore``] This release adds the ability to conditionally require fields on a template. Check public documentation for more information. +* api-change:``cost-optimization-hub``: [``botocore``] This release enables AWS Cost Optimization Hub to show cost optimization recommendations for Amazon Auto Scaling Groups, including those with single and mixed instance types. +* api-change:``s3``: [``botocore``] Updated list of the valid AWS Region values for the LocationConstraint parameter for general purpose buckets. +* enhancement:Eventsteam: [``botocore``] The SDK no longer validates payload size for eventstreams. This is to facilitate varying payload requirements across AWS services. + + 1.36.14 ======= diff --git a/boto3/__init__.py b/boto3/__init__.py index cde1cc4a63..7142aabb88 100644 --- a/boto3/__init__.py +++ b/boto3/__init__.py @@ -17,7 +17,7 @@ from boto3.session import Session __author__ = 'Amazon Web Services' -__version__ = '1.36.14' +__version__ = '1.36.15' # The default Boto3 session; autoloaded when needed. diff --git a/setup.cfg b/setup.cfg index fdff1f3414..0ec5d19fd1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ universal = 0 [metadata] requires_dist = - botocore>=1.36.14,<1.37.0 + botocore>=1.36.15,<1.37.0 jmespath>=0.7.1,<2.0.0 s3transfer>=0.11.0,<0.12.0 diff --git a/setup.py b/setup.py index ef7e2b4138..d856bfff66 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requires = [ - 'botocore>=1.36.14,<1.37.0', + 'botocore>=1.36.15,<1.37.0', 'jmespath>=0.7.1,<2.0.0', 's3transfer>=0.11.0,<0.12.0', ]